/* CSS Document */
body{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #CD0000;

}

a:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;

}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.copy_text{
	font-family:arial;
	font-size:12px;
	line-height:20px;
	color:#ffffff;
	text-decoration:none;
}
.copyright_text_footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


.copyright_text_footer:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:normal;
    color:#FFFFFF;
	text-decoration:underline;
	
}

.copy_text_right{
	font-family:arial;
	font-size:11px;
	line-height:20px;
	color:#898989;
	text-decoration:none;
}

.copy_text_right_footer{
	font-family:arial;
	font-size:11px;
	line-height:normal;
	color:#898989;
	font-weight: none;
	text-decoration: none;
}


.copy_text_right_footer:hover{
	font-family:arial;
	font-size:11px;
	line-height:normal;
    color:#898989;
	text-decoration:underline;
	
}
.readmore a{
	color:#CC0001;
	font-weight: bold;

}
.readmore a:hover{
color:#990000;


}

