/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.web_bg{
	background-image:url(../images/web_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ffffff;
}

.body_top{
	background-image:url(../images/body_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:25px;
	background-color:#FFFFFF;
}

.shadow_left{
	background-image:url(../images/shadow_left.gif);
	background-repeat:repeat-y;
	width:5px;
}

.shadow_right{
	background-image:url(../images/shadow_right.gif);
	background-repeat:repeat-y;
	width:5px;
}

.text_box{
background-color:#e1f0fb;
border:#6cb4e5 solid 1px;
font-size:11px;
}
.bot_bg{
	background-image:url(../images/bot_bg.jpg);
	background-repeat:repeat-x;
	height:67px;

}
.whitetext{
	color:#FFFFFF;
}	
.line_horizantal{
background-image:url(../images/line_hori.gif);
background-repeat:repeat-x;
background-position:bottom;
}
.line_Vartical{
background-image:url(../images/line_verti.gif);
background-repeat:repeat-y;
background-position:center;
}
.bold_text{
font-weight:bold;
}

.heading_15px{
	font-size:15px;
	font-weight:bold;
}

.heading_13px{
	font-size:13px;
	font-weight:bold;
}
.banner_bg{
background-image:url(../images/image_1.jpg);
background-repeat:no-repeat;
background-position:center;
width:960px;
height:408px;
}

a:link {color: #7ec12f;	text-decoration: none;}
a:visited {text-decoration: none;color: #7ec12f;}
a:hover {text-decoration: underline; color: #343434;}
a:active {text-decoration: none; color: #7ec12f;} 

a.bottom:link{	color:#ffffff; text-decoration:none; font-size:11px;}
a.bottom:visited{color:#ffffff;text-decoration:none; font-size:11px;}
a.bottom:hover{color:#343434;text-decoration:none; font-size:11px;}
a.bottom:active{color:#ffffff;	text-decoration:none; font-size:11px; }

a.vinsys:link{	color:#ebab00; text-decoration:none; font-size:11px;}
a.vinsys:visited{color:#ebab00;text-decoration:none; font-size:11px;}
a.vinsys:hover{color:#ffffff;text-decoration:none; font-size:11px;}
a.vinsys:active{color:#ebab00;	text-decoration:none; font-size:11px; }

.msg_text {
	font-weight:bold;
	font-size:14px;
	height:22px;
	text-align:center;
	color:#7ec12f;
}

