A {
	text-decoration: none;
	border: 0px none #CCCCCC;
}

a:link {
	color: #FF9933;
}

a:visited {
  color: #FF9933;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

a:active {
	color: #999999;
}

BODY{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
 	color: #999999;}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
 	color: #6699CC;}
	
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
 	color: #666666;}
	
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: normal;
	font-weight: normal;
 	color: #666666;}
 
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
.dotted {
	border: 1px dashed #CCCCCC;
}
