/* CSS Document */

body { 
	margin: 0px;
	background-color:#2E0000;
	font-size:12px;
}

a:hover {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	font-size: 12px;
	color: #565340;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #565340;
	text-decoration: none;
}
.FontTitle {
 font-size:12px;
 color:#FF0000;
 font-weight:bold;
 padding-left:15px;
 }
.FontTitleR {
 font-size:12px;
 color:#565340;
 font-weight:bold;
 padding-left:15px;
 }
 input {
	border: 1px dashed #CCCCCC;
}
textarea {
border: 1px dashed #CCCCCC;
}
