/* CSS Document */

body {
	background-color: #0E2128;
	margin-top: 30px;
	font-family:"Century Gothic";
}

/*Font Styles*/
.white_tahoma {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: normal;
}
.dark_tahoma {
	color:#0E2128;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: normal;
}
.captions {
	color:#0E2128;
	font-family: tahoma;
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
}
.lower {
	text-transform: lowercase;
}

div.tiny {
	font-size: 10px;
	color: #FFFFFF;
}

/*Link Styles*/
a:active {
	text-decoration: none;
	color: #0E2128;
}
a:visited {
	text-decoration: none;
	color: #0E2128;
}
a:link {
	color: #0E2128;
	text-decoration:none;
}
a:hover {
	color:#5587CC;
	text-decoration: underline;
}
a.orange:link {
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
}
a.orange:visited {
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
}
a.orange:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}


/*Other/Misc Style Info*/
.border_table {
	border: thin dashed #FFFFFF;
}
.border_flash {
	border: thin dashed #87939D;
}
ul li {
	list-style-type: none;
	width: auto;
}

/*Navigation Styles*/
div.dark_tahoma#left {
	margin-left: 5px;
}
div.dark_tahoma#right {
	margin-right: 5px;
}