/* styles */

body {
	background-color : #FFFFFF;
}

td {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#000000;
}

a {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#FF0000;
	text-decoration : none
}

a:visited {
	color:#0081C4;
	text-decoration : none
}

a:hover {
	color:#FF3300;
	text-decoration : none
}

a:active {
	color:#FF3300;
	text-decoration : none
}

/* main Navigation */

a.mainNav {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#000000;
	text-decoration : none;
	font-weight : bold;
}

a.mainNav:visited {
	color:#000000;
	text-decoration : none
}

a.mainNav:hover {
	color:#FF0000;
	text-decoration : none
}

a.mainNav:active {
	color:#FF0000;
	text-decoration : none
}

a.mainNavActive {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#FF0000;
	text-decoration : none;
	font-weight : bold;
}

a.mainNavActive:visited {
	color:#FF0000;
	text-decoration : none
}

a.mainNavActive:hover {
	color:#FF0000;
	text-decoration : none
}

a.mainNavActive:active {
	color:#FF0000;
	text-decoration : none
}


.copyright {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#919191;
}

a.copyright {
	font-size:11px;
	color:#919191;
	text-decoration : none;
}

a.copyright:visited {
	color:#919191;
	text-decoration : none;
}

a.copyright:hover {
	color:#FF3300;
	text-decoration : none;
}

a.copyright:active {
	color:#FF3300;
	text-decoration : none;
}

/* content */

td.lineOutline {
	background-color : #D0D0D0;
}

td.lineContent{
	background-color : #B2B2B2;
}

td.lineHead {
	background-color : #919191;
}

td.overWhite {
	background-color : #FFFFFF;
}

.leadBlue {
	font-family:Helvetica,Arial,sans-serif;
	font-size:20px;
	color:#FF0000;
}

.leadGrey{
	font-family:Helvetica,Arial,sans-serif;
	font-size:20px;
	color:#919191;
}

.cTitleBold {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	color:#626262;
	font-weight : bold;	
}

.cTextGrey {
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	line-height:15px;
	color:#626262;
}

.cTextBlack {
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
}

.cTextRed{
	font-family:Helvetica,Arial,sans-serif;
	font-size:13px;
	line-height:15px;
	color:#FF0000;
	font-weight : bold;	
}

