/* CSS Document */

body, td {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-size:   11px;
	font-style: normal;
	color: #666666;
	background-color: #000000;
	line-height: 14px;
}

td {
  background-color: #000000;
}

.whiterub {
 font-family:  Georgia, "Times New Roman", Times, serif;
 font-size:   11px;  
 color: #C2C2C2;
 font-style: normal; 
}

a {
 text-decoration: none; 
 font-weight:  normal;
 color:    #666666;
 
}

a:hover {
 text-decoration: underline; 
 font-weight:  normal;
 color:    #bd2222;
 
}

.smallmce_editorarea {
	border: 1px dashed white;
	display: block;
}

.mceContentBody {
	background-color: #302D2C;
}

b, strong {
	color: #000000;
}

.linkstyle {
	font-decoration: none;
}

