/* CSS Document */

body

{

	font-family:verdana;

	font-size:11px;

	margin:0px;

}

.bg_top

{

	background-image:url(../images/top_bg.jpg);

	background-repeat:repeat-x;

}

.footer

{

	background-image:url(../images/footer_bg.jpg);

	background-repeat:repeat-x;

}

.stripes_bg

{

	background-image:url(../images/stripe_bg.jpg);

	background-repeat:repeat;

}



.detail_text

{

	font-size:14px;
	
	font-weight:bold;

	color:#666666;

	padding-left:15px;

	padding-right:15px;

	padding-top:10px;

	text-align:justify;
	 text-decoration:none;

	

}



.link

{

	color:#333333;

	text-decoration:none;

}

.link:hover

{

	color:#0033CC;

	text-decoration:none;

}

.red_text

{

color:#BE102F;

}

.footer_text

{

	font:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#333333;

	text-decoration:none;

}

.footer_text:hover

{

	font:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#000000;

	text-decoration:none;

}

.vline

{

	background-image:url(../images/dot.gif);

	background-repeat:repeat-y;

	background-position:right;

}

.hline

{

	background-image:url(../images/dot.gif);

	background-repeat:repeat-x;

	background-position:center;

}

.site-link

{

	color:#404040;

	text-decoration:none;

}

.site-link:hover

{

	color:#AD162D;

	text-decoration:underline;

}

.menu_bg

{

	background-image:url(../images/menu_bg.jpg);

	background-repeat:repeat-x;

}

.testimonial_box

{

	border:thin #A8A8A8 solid;

	background-color:#f3f3f3;

}

.testimonial_text

{

	font-size:12px;

	font-weight:bold;

	color:#666666;

	text-align:left;

	padding-left:15px;

	text-decoration:underline;

}

.testimonial_text:hover

{

	font-size:12px;

	font-weight:bold;

	color:#666666;

	text-align:left;

	padding-left:15px;

	text-decoration:underline;

}

.more

{

	color:#AF1625;

	font-size:11px;

	text-decoration:none;

	text-align:right;

	padding-right:5px;

}

.more:hover

{

	color:#AF1625;

	font-size:11px;

	text-decoration:none;

	text-align:right;

	padding-right:5px;

}

.footer_text

{

	font-size:9px;

	color:#ffffff;

	vertical-align:middle;

	padding-right:10px;

}

.footer_link

{

	font:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#ffffff;

	text-decoration:none;

}

.footer_link:hover

{

	font:Verdana, Arial, Helvetica, sans-serif;

	font-size:11px;

	color:#000000;

	text-decoration:none;

}


.downloads_box .downloads_cont .detail_text{
	background:url(../images/download_pdf_up.gif) no-repeat right;
	height:35px;
	display:block;
	border:1px solid #dcdcdc;
	border-bottom:1px solid #e9e9e9;
	padding:5px;
}

.downloads_box .downloads_cont .detail_text:hover{
	background:url(../images/download_pdf_over.gif) no-repeat right #e9e9e9;
	color:#af1625;
	border:1px solid #e9e9e9;
}




