/* CSS Document */
body{
	background-color: #ffffff;
	margin-top:0;
	margin-bottom:0px;
	background-image:url(images/pgbg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}
.title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #ffffff;
}
.pglabel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B66263;
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #663300;
}
.menu_top{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
.content_cap{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style:italic;
	font-weight:bold;
	color: #333333;
}
.content_label{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	color: #333333;
}
.content_title{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight:bold;
	color: #990000;
}
.content{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
}
.content_lyt{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color:#A36109;
}
.content_ind{
	font-family: "Times New Roman", Times, serif;
	text-indent: 20px;
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #000066;
}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.footer_highlight{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
}
 a.footer_highlight span span span
{
color: #FF9900;
text-decoration: none
}

a.footer_highlight:hover span span span
{
color: #FF9900;
text-decoration:none
}