BODY {
	margin: 0px 0px 0px 0px;
	background-color: #232323;
	font-family : Arial, Helvetica, sans-serif;
}

A {
	color:  #e62900;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.memBut {
	width: 350px;
	height: 25px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-top:3px;
	border: 1px solid #ffffff;
	background-color: #e62900;
	
}

#txtCon {
	color: #cdcdcd;
	font-size: 12px;
	width: 400px;
}

#txtCon H1 {
	font-size: 15px;
	margin: 0px 0px 0px 0px;
}

#txtCon A {
	color:  #ededed;
	text-decoration: none;
}

#txtCon A:hover {
	text-decoration: underline;
}

#txtCon .top { 
	font-size: 11px;
}



#rBox {
	width: 250px;
	color: #cdcdcd;
	font-size: 11px;
}

#rBox H2 {
	font-size: 12px;
	background-color: #232323;
	color: #e62900;
	width: 250px;
	height: 25px;
	padding-top: 4px;
	padding-left: 5px;
	margin: 0px 0px 0px 0px;
}

#rBox A {
	color: #cdcdcd; 
	text-decoration: none;
	border-bottom: 1px solid #e62900;
}

#rBox A:hover {
 	color: #e62900;
	border-bottom: 1px solid #cdcdcd;
}

#mBox {
	font-size: 12px;
	color: #e62900;
}

#mBox A {
 	color: #cdcdcd; 
	text-decoration: none;
	border-bottom: 1px solid #e62900;
}

#mBox A:hover {
 	color: #e62900;
	border-bottom: 1px solid #cdcdcd;
}


#rBox .link {
	color: #e62900;
	font-weight: bold;
}

