/* CSS Document */
.lmargin {
	background-image: url(../images/template/bg_lmargin.gif);
	background-repeat: repeat-y;
	width: 180px;
}
.rmargin{
	background-image: url(../images/template/bg_rmargin.gif);
	background-repeat: repeat-y;
	width: 32px;
}
.brmargin {
	background-image: url(../images/template/bg_rmargin2.gif);
	background-repeat: repeat-x;
	width: 180px;
	height: 70px;
}
.menubg{
	background-image: url(../images/template/bg_menu.gif);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	color: Silver;
	font-size: 9pt;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 10px;
	font-weight: bold;
}

.menubg a{
	color: Silver;
	font-weight: bold;
	text-decoration: none;
}
.menubg a:hover{
	color: #D8D900;
	font-weight: bold;
	text-decoration: none;
}
.menubg ul	{
	margin-left: 1px;
	padding-left: 1px;
}
.menutop{
	background-image: url(../images/template/bg_topmenu.gif);
	background-repeat: no-repeat;
}
.menubot{
	background-image: url(../images/template/bg_botmenu.gif);
	background-repeat: no-repeat;
	height: 21px;
}
.footerrmargin{
	background-image: url(../images/template/bg_rmargin2.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 75px;
}
.footerlmargin{
	background-image: url(../images/template/bg_lmargin2.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 75px;
}
.footer{
	background-image: url(../images/template/bg_footer.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	color: Silver;
	font-size: 10pt;
}
.footer a{
	color: Silver;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.content h1, h2, h3, h4, h5, h6 a{
	color: #860000;
}
.content hr{
	color: #A60000;
}

.content a{
	color: #860000;
}


