/* All Coded by DesignSamples.info */
body {
	margin: 0px;
	background: #1a1a1a;
	font-family:  arial, verdana, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #921500;
	text-decoration: none;
}

.page {
	float: left;
	width: 100%;
	background-color: white;
	border-bottom: 5px solid #921500;
	margin-bottom: 30px;
}

.topA {
	float: left;
	width: 100%;
	height: 102px;
	border-bottom: 3px solid #921500;
	background: url(images/topbg.gif) repeat;
	background-position: top left;
	text-align: left;
}

.topBcon {
	float: left;
	width: 100%;
	height: 30px;
	background: black url(images/b_bg.gif) repeat;
	background-position: top left;
}

.topB {
	width: 790px;
	margin: 0px;
}

.topB a {
	float:left;
	width: 110px;
	height: 30px;
	padding-top: 4px;
	padding-right: 2px;
	background: url(images/menubg.gif) no-repeat;
	background-position: top left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: 2.5em;
}

.topB a:hover {
	color: white;
	text-decoration: none;
	background: url(images/menubghover.gif) no-repeat;
	background-position: top left;
}

.topB a:visited {

}

.mainPage {
	clear: both;
	position: relative;
	width: 790px;
	background-color: white;
	text-align: left;
	font-size: 14px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

	
.footer {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 790px;
	border-top: 1px dotted silver;
	text-align: center;
}

.footB {
	float: left;
	width: 35%;
	padding-top: 10px;
	padding-bottom: 10px;
 	text-align: left;
	line-height: 1.5em;
	color: #232323;
}

.footC {
	float: left;
	width: 60%;
	padding-top: 10px;
	padding-bottom: 10px;
 	text-align: left;
}

/* Content Styles */

.Title {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 20px;
	color: black;
}

.sTitle {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	color: #921500;
}

.pTitle {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted silver;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 22px;
	color: black;
}

.botBan {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	text-align: center;
}

.Tlinks {
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.twwLink {
	background: #921500;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.wwLink a {
	color: black;
	text-decoration: underline;
}

.wwLink a:hover {
	color: #921500;
	text-decoration: none;
}

.wwLink {
	width: 400px;
	background: #f2f2f2;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.count {
	background: #E3E3E3;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: black;
}

.formLeft {
	width: 200px;
	background: #E3E3E3;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: black;
}

.formRight {
	width: 200px;
	background: white;
	text-align: left;
}