.menu_bg
{
 background-image:url(images/menu_bg.png);
 background-repeat:repeat-x;
} 
.blue_title
{
 font-family:Calibri;
 font-size:22px;
 color:#114088;
 text-decoration:none;
 font-weight:bold;
}
h1
{
 font-family:Calibri;
 font-size:22px;
 color:#114088;
 text-decoration:none;

}
.blue_title_small
{
 font-family:Calibri;
 font-size:18px;
 color:#114088;
 text-decoration:none;
 font-weight:bold;
}
.normal_font
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	text-decoration:none;
	line-height: 18px;
	/*text-align: justify;*/
}  
.normal_font a:hover
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#000000;
 text-decoration:none;
 line-height: 18px;
 text-align: justify;
}  
.read_more
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#12408a;
	text-decoration:underline;
	line-height: 18px;
	text-align: justify;
	font-weight:bold;
}
.read_more a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#12408a;
	text-decoration:none;
	line-height: 18px;
	text-align: justify;
	font-weight:bold;
}
.white_title
{
  font-family:Calibri;
  font-size:24px;
  color:#ffffff;
  font-weight:bold;
  text-decoration:underline;
} 
.blue_bold_font
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#114088;
	text-decoration:none;
	line-height: 25px;
	/*text-align: justify;*/
}  

.blue_bold_font a:hover
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 font-weight:bold;
 color:#ffffff;
 text-decoration:none;
 line-height: 18px;
 text-align: justify;
} 
.blue_bold01_font
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#83a7e0;
	text-decoration:none;
	line-height: 25px;
	text-align: justify;
}  
.table_margin
{
 margin-top:5px;
} 
.footer_text
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#FFFFFF;
 text-decoration:none;
}
.footer_text a:hover
{
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 color:#CCCCCC;
 text-decoration:none;
} 
.shadow {
border-radius : 5px;
border : #dddddd solid thin;
box-shadow : 0 0 15px #dddddd inset;
} 
.contact_detail_bg
{
 background-image:url(images/conact_bg.jpg);
 background-repeat:no-repeat;
 width:322px;
 height:62px;
} 
.table_padding
{
 padding:15px;
} 
.e_mail_bg
{
 background-image:url(images/e_mail_bg.jpg);
 width:190px;
 height:27px;
 background-repeat:no-repeat;
 padding:5px;
} 