/* MAIN.CSS for Double C Canvas */
/* GLOBAL classes */


.bannertext {
	color: #0032C8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
    text-align: center;
}

.pagetitle {
	color: #C800B8;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
    text-align: center;
}

.mainheading {
	color : #b22222;
	font-weight : bold;
	font-size : 10pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

.subheading {
	color : #0000cc;
	font-weight : bold;
	font-size : 8pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

.mainbody {
	color : #000000;
	font-weight : normal;
	font-size : 10pt;
	font-family: Verdana, Arial, sans-serif;
}

.mainbodybold {
	color : #000000;
	font-weight : bold;
	font-size : 9pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

.mainbodygray {
	color : #999999;
	font-weight : bold;
	font-size : 9pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
}

.small {
	color : #000000;
	font-weight : normal;
	font-size : 8pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

.smallbold {
	color : #000000;
	font-weight : bold;
	font-size : 7pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

.graysmallbold {
	color : #999999;
	font-weight : bold;
	font-size : 7pt;
	font-family: Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
}

.copyright {
	color : #999999;
	font-weight : normal;
	font-size : 7pt;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

.micro {
	color : #ffffff;
	font-weight : normal;
	font-size : 1pt;
	text-decoration: none;
	font-family: Verdana, Arial, Geneva, sans-serif;
}

.nav a:link {
    width: 150;
	height: 2em;
	line-height: 2em;
	padding-left: 8;
	color: #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	background-color: #0032C8;
}

.nav a:visited {
    width: 150;
	height: 2em;
	line-height: 2em;
	padding-left: 8;
	color: #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	background-color: #0032C8;
}
	
.nav a:active {
    width: 150;
	height: 2em;
	line-height: 2em;
	padding-left: 8;
	color: #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	background-color: #0032C8;
}
	
.nav a:hover {
    width: 150;
	height: 2em;
	line-height: 2em;
	padding-left: 8;
	color: #ffffff;
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
	background-color: #C800B8;
}




.navheader {
	color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
}

.navsubheader {
	color: #003366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-weight : bold;
}


