H3 a:link {font-weight: bold} 
H3 a:active {font-weight: bold}
H3 a:visited {font-weight: bold}

P a:visited { color: #3C79FF; } 
P a:link    { color: #312B65; } 
P a:hover   { color: #0033ff; } 

H1 a:visited { color: #3C79FF; } 
H1 a:link    { color: #312B65; } 
H1 a:hover   { color: #0033ff; } 

H2 a:visited { color: #3C79FF; } 
H2 a:link    { color: #312B65; } 
H2 a:hover   { color: #0033ff; } 

H3 a:visited { color: #3C79FF; } 
H3 a:link    { color: #312B65; } 
H3 a:hover   { color: #0033ff; } 

.creativetype a:link {text-decoration: none} 
.creativetype a:visited {text-decoration: none}
.creativetype a:active {text-decoration: none}

.creativetype a:visited { color: #555555; } 
.creativetype a:link    { color: #555555; } 
.creativetype a:hover   { color: #0066CC; } 

.bottompage a:visited { color: #312B65; } 
.bottompage a:link    { color: #312B65; } 
.bottompage a:hover   { color: #0066CC; } 


body {
	background-image: url(images/background.jpg); background-repeat: repeat;
	topmargin: 0;
	leftmargin: 0;
}



.headline1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	font-size:18px;
	color: #312B65;
}

.headline2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	font-size:18px;
	color: #3C79FF;
}

.subhead1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 12px;
	color: #312B65;
}

.subhead2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 12px;
	color: #3C79FF;
}

.subhead3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 10px;
	color: #312B65;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 30px 15px 30px;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}


H1 {
	margin: 10px 10px 15px 10px;
}


H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 10px 10px;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 10px 10px;
	line-height: 1.3em;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
}

.creativetype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #0066CC;
	text-align: right;
}


.bottompage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #312B65;
	text-align: center;
}