/* CSS Document */

a.blue:link{
	font-family:Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#09084C;
	text-decoration:none;
	font-weight: bold;
	line-height: 25px;
}
a.blue:visited{
	font-family:Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#09084C;
	text-decoration:none;
	font-weight: bold;
}
a.blue:hover{
	color:#09084C;
	text-decoration:underline;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	line-height: 25px;
	font-weight: bold;
}

a.grey:link{
	font-family:Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-decoration:none;
	font-weight: bold;
}
a.grey:visited{
	font-family:Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
a.grey:hover{
	color:#CCCCCC;
	text-decoration:underline;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
}

.small {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #CC9933;
	line-height: 18px;
}
.big {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #CC9933;
}

.style2 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #09084C;
	line-height: 25px;
}
.small2 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #CC9933;
}
.big2 {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #CC9933;
}
.greyhead {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
