/* CSS Document */
 
.text_body{
	font-family: arial;
	font-size: 12px;
	color: #474747;
	
}

.text_blue_bold{
	font-family: arial;
	font-size: 12pt;
	color: #0075C8;
	font-weight:bold;
}

.text_red_bold{
	font-family: arial;
	font-size: 12pt;
	color: #FF3366;  
	font-weight:bold;
}

.text_black2{
	font-family: arial;
	font-size: 10pt;
	color: #272727;  
	font-weight:bold;
}
.text_red_black{
	font-family: arial;
	font-size: 12pt;
	color: #272727;  
	font-weight:bold;
}

.text_black{
	font-family: arial;
	font-size: 11px;
	color: #272727;  
	font-weight:bold;
}

.text_red{
	font-family: arial;
	font-size: 11pt;
	color: #ff0000;  
	font-weight:bold;
}
.text_gray{
	font-family: verdana;
	font-size: 11px;
	color: #474747;
}

.text_gray1{
	font-family: verdana;
	font-size: 11px;
	color: #474747;
	padding: 0px 4px 0px 4px;
}
.text_orange{
	font-family:arial;
	font-size: 11px;
	color: #FF7300;
	font-weight:bold;
}

.blue_text_footer{
	font-family:tahoma;
	font-size: 11px;
	color: #3A9AD6;
	font-weight:bold;
	}
	
.link_bar_footer{
	font-family:tahoma;
	font-size: 11px;
	color: #5e5e5e;
	}
	
.copy{
	font-family:tahoma;
	font-size: 11px;
	color: #5e5e5e;
	}


a.roll_menu:link {
	font-family:arial;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding-left:4px;
}

a.roll_menu:visited {
	font-family:arial;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	padding-left:4px;
}

a.roll_menu:hover {
	font-family:arial;
	font-size: 11px;
	color: #FFFF33;    
	font-weight:bold;
	text-decoration:none;
	padding-left:4px;
	
}

a.roll_menu:active {
	font-family:arial;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
	padding-left:4px;
}



a.roll:link {
	font-family:arial;
	font-size: 11px;
	color: #FF7300;
	font-weight:bold;
	text-decoration: underline;
}
a.roll:visited {
	font-family:arial;
	font-size: 11px;
	color: #FF7300;
	font-weight:bold;
	text-decoration: underline;
}
a.roll:hover {
	font-family:arial;
	font-size: 11px;
	color: #CC9900;  
	font-weight:bold;
	text-decoration:none;
}
a.roll:active {
	font-family:arial;
	font-size: 11px;
	color: #FF7300;
	font-weight:bold;
	text-decoration: underline;
}


a.roll_footer:link {
	font-family:tahoma;
	font-size: 11px;
	color: #5e5e5e;
	font-weight:bold;
	text-decoration: none;
	
}

a.roll_footer:visited {
	font-family:tahoma;
	font-size: 11px;
	color: #5e5e5e;
	font-weight:bold;
	text-decoration: none;
}

a.roll_footer:hover {
	font-family:tahoma;
	font-size: 11px;
	color: #FF7300;
	font-weight:bold;
	text-decoration:none;
}

a.roll_footer:active {
	font-family:tahoma;
	font-size: 11px;
	color: #5e5e5e;
	font-weight:bold;
	text-decoration:none;
}

.background_left_table {
	border: solid 1px #E7E7E5;
}

.background_table {
	border: solid 1px #0075C8;
	background-color:#0075C8;
}
	
.background_table1 {
	border: solid 3px #0075C8;
}
	
.textarea{
	height:70px;
	width:340px;
}
	
.textarea1{
	height:60px;
	width:240px;
}



a.textblue_roll:link {
	font-family: arial;
	font-size: 12pt;
	color: #0075C8;
	font-weight:bold;
	text-decoration: none;
}
a.textblue_roll:visited {
	font-family: arial;
	font-size: 12pt;
	color: #0075C8;
	font-weight:bold;
	text-decoration: none;
}
a.textblue_roll:hover {
	font-family: arial;
	font-size: 12pt;
	color: #0075C8;
	font-weight:bold;
	text-decoration:underline;
}
a.textblue_roll:active {
	font-family: arial;
	font-size: 12pt;
	color: #0075C8;
	font-weight:bold;
	text-decoration: none;
}


#topadbar{
	background: #ffc;
	border-bottom: 1px solid #f2e389;
	text-align: center;
	height:90px;
	line-height:25px;
	position:absolute;
	left:22px;
	top: 180px;
	width: 100%;

}
#adbar{ 
 margin: 0 auto; 
 font-family: arial;
 font-size: 18px;
 color: #BF0000;
 text-decoration: none;
 
 }
