body {
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);

}
a:link {
	color: #790000;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #790000;
	text-decoration: none;
}

.tb {
	background-image: url(../images/tli.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 52px;


}
.topbg {
	background-image: url(../images/mbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 211px;
	background-color: #211a15;

}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	text-align: justify;
	padding: 20px;




}
.leftmenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #660000;
	border-left-width: 1px;
	border-left-style: groove;
	border-left-color: #660000;
	padding: 20px;
}

