/*colors
peach: FFE0B2
med blue:  52A8CB
dk blue:  3792B7
link blue: 286C87
menu grey:  999999
orange:  FF9900
*/

body {
	margin: 0px 0px 0px 0px;
	color: Black;
	background-color: #454545;
	layer-background-color: #454545;
}


p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a {
	color: #286C87;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

.black_line {
	background-color: Black;
	layer-background-color: Black;
}

.vert_line {
	background-image: url(images/dot.gif);
	layer-background-image: url(images/dot.gif);
}

.menu, .footer {
	background-color: #999999;
	layer-background-color: #999999;
	color: White;
	font-weight: bold;
	font-size: 9pt;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
}

.menu a, .footer a {
	color: white;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	color: #FF9900;
	text-decoration: none;
}
.footer a:hover {
	color: #3792B7;
	text-decoration: none;
}

.more_link a {
	color: #FF9900;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

.more_link a:hover {
	color: #3792B7;
	text-decoration: none;
}

.home_title, .sub_title {
	font-size: 12pt;
	color: #FF9900;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 20px;
	text-transform: lowercase;
}

.section_title {
	font-size: 10pt;
	color: #333333;
	font-weight: bold;
}

.emph a {
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
.emph a:hover {
	color: #FF9900;
	text-decoration: none;
}


.sub_content {
	line-height: 160%;
}
.quote {
	font-size: 7pt;
	line-height: 135%
}
.white_table {

	background-color: White;
	layer-background-color: White;
}

.viewdiv10 {display:inline; }
.viewdiv11 {display:none; }
.viewdiv20 {display:inline; }
.viewdiv21 {display:none; }

.font1{color:#999}

h3{
margin-bottom:0px;
font-size:16px;}


.exe{ border:#DDD 1px solid; margin:2px 6px; padding:2px;}

