/* CSS Document */

.margin {
	margin-top: 0px;
}
.newsletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
	font-weight: bold;
	padding-left: 18px;
	padding-top: 10px;
	border-bottom: 1pt solid #660000;
}
.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding-left: 12px;
	padding-top: 10px;
}
.nav a {
	color : #ffffff;
	text-decoration: none;
}
.nav a:hover {
	color : #ffffff;
	text-decoration: underline;
}
.foot {
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
.foot a {
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}
.foot a:hover {
	color : #0000FF;
	text-decoration: underline;
}
.designby {
	padding-top: 2px;
	padding-left: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.designby a {
	color : #ffffff;
	text-decoration: none;
	font-weight: bold;
}
.designby a:hover {
	color : #0000FF;
	text-decoration: underline;
}
.body {
	color : #000000;
	padding-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 10px;
	padding-left : 15px;
	padding-right : 15px;
	font-size : 14px;
	font-family : "Trebuchet MS";
	text-align: justify;
	border: 1pt solid #FFFFFF;
}
.body a {
	color : #0000ff;
	text-decoration: none;
}
.body a:hover {
	color : #0000FF;
	text-decoration: underline;
}
.tble {
	color : #000000;
	padding-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	font-size : 14px;
	font-family : Trebuchet MS;
	text-align: justify;
}
.tble a {
	color : #0000ff;
	text-decoration: none;
}
.tble a:hover {
	color : #0000FF;
	text-decoration: underline;
}
.arth_tble {
	color : #cccccc;
	padding-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	font-size : 14px;
	font-family : Trebuchet MS;
	text-align: justify;
}
.arth_tble a {
	color : #336633;
	text-decoration: none;
	font-weight: bold;
}
.arth_tble a:hover {
	color : #336633;
	text-decoration: underline;
	font-weight: bold;
}
hr {
	color : #0000FF;
	text-decoration: underline;
	border: 1pt dotted #FF0000;
}
.brd {
	border: 1pt solid #000000;
}