/* CSS Document */

.contentblock{
	font-family: verdana;
	font-size: 11px;
	color: #646464;
	font-weight: normal;
}

.contentblockwhite{
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

.heading{
	font-family: verdana;
	font-size: 14px;
	color: #D8D8D8;
	font-weight: bold;
}

.subheading{
	font-family: verdana;
	font-size: 12px;
	color: #D8D8D8;
	font-weight: bold;
}

.subheadingred{
	font-family: verdana;
	font-size: 12px;
	color: #ED1C24;
	font-weight: bold;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}