@charset "utf-8";
body {
	font-family:Verdana,Helvetica,Arial,sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	line-height: 1.5em;
	/*font-size: .75em;*/
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}

img {
	border: 0;
}

h2{
	color: #fff;
	background: #B30104;
	font-weight: normal;
	padding: 4px 6px;
	font-size: 14px;
	border-left: 4px solid #4689CD;
}

h2 a{
	color: #fff;
	text-decoration: none;
	}
h2 a:hover{
	text-decoration: underline;
	color: #fff;
	}

#MenuArea {
	background-image: url(images/menu_backlayer.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#FooterTag {
	font-size: 10px;
	padding-left: 25px;
	padding-top: 10px;
	float: left;
	padding-bottom: 10px;
	width: 400px;
}
#FooterMenu {
	float: right;
	padding-top: 15px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}
a {
	text-decoration:underline;
	color:#000000;
	outline: none;
}
a:hover {
	text-decoration:none;
	color:#B30104;
}
#HeaderMenu {
	float: right;
	margin-top: 50px;
	margin-right: 50px;
	height: 25px;
	font-family: Tahoma;
	font-size: 11px;
}
.HeaderMenuLink {
	
	background-image: url(images/header.pointer_2.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;
	padding-left: 10px;
	float: left;
	width: 50px;
	
}

#HeaderMenu .list_div{
	float: left;
	height: 25px;
	width: 10px;
}

hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B30104;
	border-right-color: #B30104;
	border-bottom-color: #B30104;
	border-left-color: #B30104;
	color: #FFFFFF;
}

.HeaderMenuLink a {
	text-decoration:none;
}
.HeaderMenuLink a:hover {
	text-decoration:underline;
	color:#B30104;
}

#testimonials {
	list-style:  none;
	padding: 0;
	margin: 0;
	}
	
.T {
	padding: 15px 0;
	border-top: 1px solid #B30104;
	}
	
.T.first{
	border-top: none;
	}
	
.Tperson {
	text-align: right;
	clear: both;
	}
.Ttext {
	text-align: justify;
	}
	
#testimonialsdiv {
	height: 300px;
	overflow: auto;
	}
#testimonialspage {
	margin: 0 40px;
	}
.bycls {
	margin-top:5px;
	opacity:0.7;
}
.bycls:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;	
}