/* CSS Document */
body{
    text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	background-color: #333333;
}
a{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
}
p{
    text-align: justify;
}
input{
    font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}
select{
    font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #666666;
}
.bodylinks{
	color: #666666;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.headerlinks{
    font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
.tabs{
    font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}
.tabs:hover{
    font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
}
/* Used for links outside the body */
.footer{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 10px;
	background-color: #CC0033;
	font-family: Verdana;
}
/* used on the right column */
.links{
    font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #CC0033;
}
.message{
    font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	color: #CC0033;
}






