@charset "utf-8";
/* CSS Document */
.mainbg{
	background-image: url(images/template/bg_body.jpg);
	background-repeat: repeat;
}
.footerborder{
	background-image: url(images/template/bg_border1.jpg);
	background-repeat: no-repeat;
	height: 1px;
}
.footerborder2{
	background-image: url(images/template/bg_border2.jpg);
	background-repeat: no-repeat;
	height: 24px;
}
.footerbody{
	background-image: url(images/template/bg_footer.jpg);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
.boxbody{
	background-image: url(images/template/box_mid.jpg);
	background-repeat: repeat-y;
	color: White;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}
.boxbody a{
	color: #FFF0F0;
}
.menubackground{
	background-image: url(images/template/menu_mid.jpg);
	background-repeat: repeat-x;
	height: 37px;
}
.menutext, .menutext a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #62003B;
	font-weight: bold;
	text-decoration: none;
}
.menutext a:hover{
	color: Black;
}
.menublock{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 37px;
}
.content{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #690839;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(images/template/bg_main.jpg);
	background-repeat: repeat;
}

