a 			{ color: #666666; text-decoration: none; font-weight:normal;} 
a:link		{
	color: #666666;
	text-decoration: none;
} 
a:visited	{ color: #666666;} 
a:active	{ color: #666666;} 
a:hover		{ 
	color: #0099FF;
	text-decoration: underline;
}

.banner {
	font-size:12px;
	font-family:"Myriad Pro", Geneva, Verdana, Helvetica, Arial, sans-serif;
	color: #FFF;
}

.banner .title{
	font-size:13px;
	font-family:"Myriad Pro", Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	color: #666666
}

#content {
	width:95%;
	font-size:11px;
	font-family:"Myriad Pro", Geneva, Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;
	font-family:"Myriad Pro", Geneva, Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-family:"Myriad Pro", Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-weight:bold;
	color: #999;
}

.background {
	background-color: #CCCCCC;
	background-image: url(../../images/background.jpg);
	background-repeat: repeat;
}
.header {
	font-family: "Myriad Pro", Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
}
.subhead {
	font-family: "Myriad Pro", Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #666666;
}
.body {
	font-family: "Myriad Pro", Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	letter-spacing: normal;
	text-align: left;
	vertical-align: baseline;
	word-spacing: normal;
	white-space: normal;
}


