@charset "UTF-8";
/* CSS Document */

html{height:100%}
html,body {margin:0;padding:0;}
body{
	min-width:650px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}
.sub_menu {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
}
a:link.sub_menu {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.sub_menu {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.sub_menu {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
	padding-bottom: 0px;
	padding-top: 0em;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p {
	font-size: 11px;
	color: #000000;
	line-height: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#flashvertical{
	position:absolute;
	margin-top:10px;/* half flash height*/
	left:0;
	width:100%;
}
#flashhoz {
	width:1100px;/* flash width*/
	margin-left:auto;
	margin-right:auto;
	height:740px;
	background-color: #FFFFFF;
}


.transparent_class {
	background-image: url(images/white50.png);
}

.transparent_image {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	/*	background-color: #FFFFFF;
*/	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: auto;
}

.content_margins {
	/*filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity:1;*/
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: hidden;
}
.ribbon_height {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_headings {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.overview {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	font-variant: normal;
}
.div_margin10 {
	margin: 0px;
	padding: 10px;
}
.table_cell_rules {
	padding: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 11px;
}
.table_cell_rules_hd {
	padding: 2px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 10px;
}
.table_box_rules {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	margin-top: 10px;
	font-size: 12px;
}
.box_link {
	text-decoration: none;
}
a:link.box_link {
	text-decoration: none;
}
a:hover.box_link {
	background-color: #FFFFFF;
	display: block;
}

