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

p{
font-family: Verdana, sans-serif;
font-size: 11px;
color: #000000;
line-height: 18px;
padding: 0px;
}

.title{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	line-height: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.subtitle{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	text-decoration: none;
}

.normal{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.normalsmall{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

.normalsupersmall{
	font-family: Verdana, sans-serif;
	font-size: 8px;
	font-weight: 400;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.normalsmallish{
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: 400;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

.normalsemismall{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
	color: #999;
	text-decoration: none;
}

.bold{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.boldsmall{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.boldsmallnolink{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
	
.bold:hover{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #333300;
	background-color: #FFFFFF;
	display: block;
	padding: 0px;
}

.boldsmall:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #333300;
	background-color: #FFFFFF;
	display: block;
	padding: 0px;
}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
}

.testunderline{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
}

.testunderline:hover{
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #993300;
	display: block;
	padding: 8px;
}

a img {border:none}

.testlink{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 14px;
	color:#CCC;
	text-decoration: none;
	
}

.testlinkcontact{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	color:#CCC;
	text-decoration: none;
	
}

.testlink:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.testlinkcontact:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}