body {
	font-family: Arial;
	color: #666666;
	font-size: 9pt;
	padding:0px;
	scrollbar-face-color:#C6B996; 
	scrollbar-arrow-color:#666666; 
	scrollbar-track-color:#ffffff;
/*background-color:#D4CBB0;*/
	
}

hr{
color: #C6B996;
background-color: #ffffff;
height: 1pt;
}

td.top_links_bg {
background:   url(../pics/top_links_bg.jpg) repeat-x;
background-position: bottom right;
height:30px;
}

td.top_left {
background:   url(../pics/top_left_tile.jpg) repeat-x;
background-position: top right;
height:163px;
}

td.top_right {
background:   url(../pics/top_right_tile.jpg) repeat-x;
background-position: top left;
height:163px;
}

td.links_bg {
background:   url(../pics/links_bg.jpg) repeat-y;
background-position: top left;
width:172px;
}
td.yellow_bg {
background:   url(../pics/yellow_bg.jpg) repeat-y;
background-position: top left;
width:172px;
}
td.bottom_left {
background:   url(../pics/bottom_left_tile.jpg) repeat-x;
background-position: bottom right;
height:115px;
}

td.bottom_right {
background:   url(../pics/bottom_right_tile.jpg) repeat-x;
background-position: bottom right;
height:115px;
}

td.bronze_right {
background:   url(../pics/bronze_right_tile.jpg) repeat-y;
background-position: top right;
width:146px;
}

td.right_gray {
background:   url(../pics/right_gray_tile.jpg) repeat-y;
background-position: top right;
width:146px;
}

td.bronze_box {
background:   url(../pics/bronze_box_bg.jpg) no-repeat;
background-position: top right;
width:196px;
height:115px;
}
td.silver_box {
background:   url(../pics/silver_box_bg.jpg) no-repeat;
background-position: top right;
width:442px;
height:115px;
}
td.bronze_right_1 {
background:   url(../pics/bronze_right_1.jpg) no-repeat;
background-position: top right;
width:146px;
height:115px;
}
td.bronze_right_2 {
background:   url(../pics/bronze_right_2.jpg) no-repeat;
background-position: top right;
width:146px;
height:70px;
}


ul {
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
}
ol {
	font-family: Arial;
	font-size: 9pt;
	color: #666666;
}
a {
	color: #666666;
	font-size: 9pt;
	text-decoration:underline;
}
a:hover{
	color: #C6B996;
	text-decoration:underline;
}


a.white {
	color: #ffffff;
	text-decoration:none;
}
a.white:hover{
	color: #000000;
	text-decoration:none;
}

table  {
	font-family: Arial;
	font-size: 9pt;
	color: #ffffff;
}
p {
margin-left: 10px;
margin-right: 10px;
margin-top: 2px;
margin-bottom: 2px;
color: #000000;

}
p.content {
	font-family: Arial;
	font-size: 9pt;
	font-weight: 400;
	color: #666666;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 4px;
	text-align:justify;
}
p.content_white {
	font-family: Arial;
	font-size: 9pt;
	font-weight: 400;
	color: #ffffff;
	margin-left: 25px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:justify;
}
p.content_popup {
	font-family: Arial;
	font-size: 9pt;
	font-weight: 400;
	color: #333333;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:justify;
}

p.content_left {
	font-family: Arial;
	font-size: 9pt;
	font-weight: 300;
	color: #666666;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:left;
}

p.content_right {
	font-family: Arial;
	font-size: 9pt;
	font-weight: 300;
	color: #666666;
	margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
	text-align:right;
}

h1.heading {
    text-align: left;
    font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	letter-spacing: 1px;
	color: #666666;
	margin-left: 10px;
    margin-right: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
/* JS Menu Styles */
a.menu {
	color: #000000;
font-size: 7pt;

}
a.menu:hover{
	color: #ffffff;

}
#dropmenudiv {
    
	position:absolute;
	border:#000000;
	border-left:1px solid #000000;
    border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	font:normal 8px Arial;
	font-color: #000000;
	line-height:12px;
	z-index:1;
	background-color: #ffffff;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	font-color: #000000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ 
	background-color: #C6B996;
}

