/* CSS Document */

a img {
	border: 0px;
}

body {
background-color: #000020;
margin-top:5px;
margin-right:30px;
margin-bottom:30px;
margin-left:30px
}

h1 {
color:#000066;
font-size:15px;
font-weight:bold;
font-family:verdana
}

h2 {
color:#FF3300;
font-family:verdana;
font-size:15px;
font-weight:bold;
}

h3 {
color:#000020;
font-size:12px;
font-weight:bold
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}
.style2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #999999; }

p {
	font-family: verdana;
	color:#FFFFCC;
	text-align:left;
	font-size:10px
}

body,td,th {
	color: #FFFFCC;
}

/*Header*/
a.one:link {
	font-size:10px;
	font-family:verdana;
	color:#008888;
	text-decoration: none;
	font-weight: bold;
}
a.one:visited {
	font-size:10px;
	font-family:verdana;
	color:#008888;
	text-decoration: none;
	font-weight: bold;
}
a.one:hover {
	font-size:10px;
	font-family:verdana;
	text-decoration: none;
	color: #FFFFCC;
	font-weight: bold;
}
a.one:active {
	font-size:10px;
	font-family:verdana;
	color:#008888;
	text-decoration: none;
	font-weight: bold;
}

/*Navigation*/
a.two:link {
	color: #FFFFCC;
	font-size:10px;
	font-family:verdana;
	font-weight: bold;
	text-decoration: none
}
a.two:visited {
	color: #FFFFCC;
	font-size:10px;
	font-family:verdana;
	font-weight: bold;
	text-decoration: none
}
a.two:hover {
	text-decoration: underline;
	color: #FF6600;
	font-size:10px;
	font-family:verdana;
	font-weight: bold;
}
a.two:active {
	color: #FFFFCC;
	font-size:10px;
	font-family:verdana;
	font-weight: bold;
	text-decoration: none
}

/*Content*/

a.three:link {
	color:#FF6600;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
}

a.three:visited {
	color:#FF6600;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
}
a.three:hover {
	text-decoration: underline;
	color: #FFFFCC;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
}
a.three:active {
	color:#FF6600;
	font-size:10px;
	font-family:verdana;
	font-weight:bold;
	text-decoration: none;
}

/*Footer*/
a.four:link {
	color:#006666;
	font-size:9px;
	font-family:Verdana
}

a.four:visited {
	color:#006666;
	font-size:9px;
	font-family:Verdana
}
a.four:hover {
	font-size:9px;
	font-family:Verdana
	text-decoration: none;
	color:#FFFFCC
}
a.four:active {
	color:#006666;
	font-size:9px;
	font-family:Verdana
}

span.two {
	color: #FF6600;
	font-size:10px;
	font-family:verdana;
	font-weight: bold;
	text-decoration: none
}

.sideNavTop {
	width: 100%;
	height: 16;
	border-left: 1px solid #CCCC99; 
	border-top: 1px solid #CCCC99; 
	border-bottom: 1px solid #CCCC99; 
	padding-right: 6; 
	border-left-width: 1; 
	border-right-width: 1;
	text-align: right;
	background: #CCCC99;
}

.sideNav {
	width: 100%;
	height: 15;
	vertical-align: middle;
	border-top: 1px solid #47505C;
	border-bottom: 1px solid #47505C;
	padding-right: 6;
	border-left-width: 1;
	border-right-width: 1;
	text-align: right;
}

.sideNavBottom {
	width: 100%;
	height: 16;
	border-top: 1px solid #47505C;
	border-bottom: 1px solid #47505C;
	padding-right: 6;
	border-left-width: 1;
	border-right-width: 1;
	text-align: right;
	background: #47505C;
}