@charset "utf-8";
/* CSS Document */

li {
list-style-type: square;
padding-left: 1em;
	text-indent: -1em;

}

a {
color: #6699FF;
text-decoration:none;
}

#orangelinks a {
color: #FF9933;
text-decoration:none;
}

#whitelinks a {
color:#FFFFFF;
text-decoration:none;
}


body {
	background-color: #011E3C;
	background-repeat:repeat;
	font-family: Arial;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 12px;
	text-align: left;
	vertical-align: top;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	
}

#sitemap a{
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	}

.headline {
font-size: 12px;
font-family: Arial;
font-weight: bold;
color: #FF9933;
line-height: 12px;
}

.headline_small {
font-size: 12px;
font-family: Arial;
font-weight: bold;
color: #FFFFFF;
line-height: 12px;
}

.headline_small_select {
font-size: 12px;
font-family: Arial;
font-weight: bold;
color: #FF9933;
line-height: 12px;
}

.doubblespc {
line-height: 22px;
}

.mores {
font-size: 12px;
font-family: Arial;
font-weight: bold;
color: #FF9933;
line-height: 12px;
}

.headline_white {
font-size: 12px;
font-family: Arial;
font-weight: bold;
color: #FFFFFF;
line-height: 12px;
}

.lilblue {
font-size: 12px;
font-family: Arial;
color: #6699cc;
line-height: 12px;
}