a 			{
	color: #000;
	text-decoration: none;
	font-weight:normal;
} 
a:link		{ color: #000000;} 
a:visited	{
	color: #9F5700;
} 
a:active	{
	color: #333;
} 
a:hover		{
	color: #F18D1D;
	text-decoration: underline;
}

.banner {
	font-size:12px;
	font-family:Trebuchet MS, verdana, arial;
	color: #FFF;
}

.banner .title{
	font-size:13px;
	font-weight:bold;
}

#content {
	width:95%;
	font-size:14 px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

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

#contentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}
.maintitle {
	font-size: 150%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F18D1D;
	font-size: 125%;
}
p {
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 175%;
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	height: auto;
	width: auto;
}
