﻿body 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin: 0 ;
    background-image:url(../images/bg_gradient.jpg);
}

/*Body Links*/
a:link  
 {
     color: #0A2267;
     text-decoration: none;
     }
     
a:hover   
{
    color: #0A2267;
    text-decoration: none;
    }
    
a:active  
{
    color: #0A2267;
    text-decoration: none;
 }
 
a:visited 
{
    color: #0A2267;
    text-decoration: none;
    }
    
a:focus   
{
    color: #0A2267;
    text-decoration: none;
	


}
	
/*END:Body Links*/    

/*Content*/

.bodycontent
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight: normal;
	color:#2c0000;
	padding: 5px;
}
.text_field_content
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#2c0000;
	padding: 5px;
}
.bodycontent_bold
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:normal;
	font-weight: bold;
	color:#2c0000;
	padding: 5px;
}
.bodycontent_bold_header
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style:normal;
	font-weight: bold;
	color:#2c0000;
	padding: 5px;
}
.heading_large
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style:normal;
	font-weight: normal;
	color:#2c0000;
	padding: 5px;
}
.white_bg
{
	background-color:#FFFFFF
}
.light_green_bg
{
	background-color:#c6ffb4
}
.light_purple_bg
{
	background-color:#c8c3ef
}


/*END:Content*/

