.text {  
font-family: arial; 
font-size: 12px; 
color: #000000; 
line-height: normal;
font-weight:normal;
}

.emailtext {  
font-family: arial; 
font-size: 11px; 
color: Red; 
line-height: normal;
font-weight: bold;
}

.bottomtext {  
font-family: arial; 
font-size: 10px; 
color: #000000; 
line-height: normal;
}

.textfield {  
font-family: arial; 
font-size: 11px; 
color: #000000; 
line-height: normal;
font-weight: normal;
background-color: #FFFFA0;
}

.bodytext {  
font-family: arial; 
font-size: 12px; 
color: #000000; 
line-height: normal;
font-weight: normal; text-decoration:none;
}

.disfield {
font-family: arial; 
font-size: 11px; 
color: #000000; 
line-height: normal;
font-weight: normal;
background-color: #F5F5F5;
}



.textsmall {  
font-family: arial; 
font-size: 11px; 
color: #000000; 
line-height: normal;
font-weight: normal;
}

.header
{
font-family: arial; 
font-size: 17px; 
color: #0035B3; 
line-height: normal; 
font-weight: bold;
}

.header1
{
font-family: Arial, Helvetica, sans-serif; 
font-size: 20px; 
color: #000000; 
line-height: normal; 
font-weight: bold;
}

.subheader
{
font-family: arial; 
font-size: 12px; 
color: #DB6122; 
line-height: normal;
font-weight: bold;
}

.bottomlink {
	color:#ffffff;
	font-size: 11px;
	line-height: normal;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
}
.bottomlink:hover {
	color: #ffc000;
	font-size: 11px;
	line-height: normal;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
}

.textlink {
	color:#0035B3;
	font-size: 12px;
	line-height: normal;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
.textlink:hover {
	color: #0035B3;
	font-size: 12px;
	line-height: normal;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

.linkstext {  
font-family: arial; 
font-size: 12px; 
color: #000000; 
line-height: normal;
font-weight: normal; text-decoration:none;
}

.usefulinks {
	color:#000000;
	font-size: 11px;
	line-height: normal;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
.usefulinks:hover {
	color: #0035B3;
	font-size: 11px;
	line-height: normal;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}

.rplink {
	color:#000000;
	font-size: 12px;
	line-height: normal;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
.rplink:hover {
	color: #0031C5;
	font-size: 12px;
	line-height: normal;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
}
.dotmasterz{
font-family: arial; 
font-size: 9px; 
color:Blue; 
line-height: normal;
text-decoration: none;
}

.button
{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	background-color: #FFFFA0;
	font-weight: bold;
	border: none;
	cursor: pointer;

}

.link {  
font-family: arial; 
font-size: 10px; 
color: #113C8F;
font-weight: none; 
line-height: normal;
text-decoration: underline;
}

body {
	font-family: arial;
	font-size: .8em;
	}


	
	/*menu*/
#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 2px solid #ffc000; /*Brown color theme*/ 

background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;

display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 10px 15px;

}

#modernbricksmenu2 a:hover{
background-color: #ffc000; /*Brown color theme*/ 
color: black;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 

}

/*menu*/