@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
p{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}
h1{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#333333;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
.contentBg1{
	background-color:#000000;
	background-image:url(../images/home_contentBg.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
	text-align:center;
	padding-bottom:20px;
}
.contentBg2{
	background-image:url(../images/content_bg1.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:22px;
	padding-top:27px;
	padding-right:25px;
}
.brownText{
	color:#93063e;
	font-weight:bold;
}
.brownTextNormal{
	color:#93063e;
}
.navBg{
	background-image:url(../images/nav-right-sh-bg.gif);
	background-repeat:repeat-y;
	background-position:left;
}
.navBgBottom{
	background-image:url(../images/nav-right-sh-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-bottom:10px;
	padding-top:10px;
}
.navBgTop{
	background-image:url(../images/nav-right-sh-top.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:66px;
}
a.clicklink{
	color:#93063e;
	font-weight:bold;
	text-decoration:none;
}
a.clicklink:hover{
	color:#fefe43;
	font-weight:bold;
	text-decoration:none;
}
a.downloadlink{
	color:#93063e;
	font-weight:bold;
	text-decoration:underline;
}
a.downloadlink:hover{
	color:#fefe43;
	font-weight:bold;
	text-decoration:none;
}
.line{
	border-top:1px solid #000000;
	border-top-style:dotted;
}
.textfield{
	width:200px;
	border:solid 1px #886a30;
	padding:1px;
}
.imageBorder{
	border:1px solid #725d15;
}