body {  
	background-color: #081429; 
	margin: 0px;
	font-size: 11px; 
	color: #fc6203; 
	font-family: verdana, sans-serif;
}
a {
	color: #ff9900; 
	text-decoration: none;
}
a:hover {
	color: #ff0000;
}
b {
	font-weight: bold; 
	font-size: 30px; 
	color: #fc6203; 
	font-family: verdana, sans-serif;
}
p {
	font-size: 11px; 
	color: #fc6203; 
	font-family: verdana, sans-serif;
}
#titlediv {
	width: 700px;
	font-size: 11px;
	color: #fc6203;
	font-family: verdana, sans-serif;
	background-color: transparent;
	border-top: 0px;
	border-right: solid 16px #fc6203;
	border-bottom: 0px;
	border-left: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
}
#maindiv {
	width: 700px;
	border-top: solid 5px #fc6203;
	border-right: 0px;
	border-bottom: solid 5px #fc6203;
	border-left: solid 16px #ff9900;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
	#contentdiv {
		width: 699px;
		font-size: 11px;
		color: #fc6203;
		font-family: verdana, sans-serif;
		background-color: #320808;
		border-top: 0px;
		border-right: solid 1px #7e3101;
		border-bottom: 0px;
		border-left: 0px;
		text-align: right;
	}
#footdiv {
	width: 700px;
	font-size: 11px;
	color: #fc6203;
	font-family: verdana, sans-serif;
	background-color: transparent;
	border-top: 0px;
	border-right: solid 16px #fc6203;
	border-bottom: 0px;
	border-left: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
	text-align: right;
}
div {
	width:80%; 
	overflow: visible; 
	font-size: 11px; 
	color: #fc6203; 
	font-family: verdana, sans-serif; 
	background-color: #320808; 
	border: solid 1px #fc6203;
}
br {
	font-size: 11px;
}
small {
	font-size: 9px; 
	color: #fc6203; 
	font-family: verdana, sans-serif;
}
hr {
	width: 100%;
	border: 1px solid #7e3101;
}
