@charset "utf-8";
/* CSS Document */

html,body{
padding:0px;
margin:0px;
background-color:#464646;
}

/*________________________________background_________________________________________*/

.mainbg{
background-image:url(../images/bg.jpg);
}
.top_mid_bg{
background-image:url(../images/top_mid_bg.jpg);
background-repeat:repeat-x;
}

.bottom_mid_bg{
background-image:url(../images/bottom_mid_bg.jpg);
background-repeat:repeat-x;
}

.left_mid_bg{
background-image:url(../images/left_mid_bg.jpg);
background-repeat:repeat-y;
}
.right_mid_bg{
background-image:url(../images/right_mid_bg.jpg);
background-repeat:repeat-y;
}

/*______________________________________text________________________________________________*/
.normaltext{
font-family:tahoma;
font-size:12px;
line-height:18px;
color:#F2F2F2;
}
.head{
font-family:Calibri;
color:#a3bc41;
font-size:24px;
line-height:30px;
text-decoration:none;
}

.normal_wh{
font-family:Calibri;
color:#f2f2f2;
font-size:14px;
line-height:20px;
text-decoration:none;
}
.sub_head{
font-family:Calibri;
color:#a3bc41;
font-size:14px;
line-height:25px;
text-decoration:none;
}
.sub_head_blue{
font-family:Calibri;
color:#0581c3;
font-size:14px;
line-height:25px;
text-decoration:none;
}
.copy{
font-family:tahoma;
font-size:11px;
line-height:18px;
color:#0581c3;
font-weight:bold;
}

/*________________________________________link______________________________________________________*/

.left_navi{
font-family:Calibri;
color:#a3bc41;
font-size:14px;
line-height:25px;
text-decoration:none;
}

a.left_navi:hover{
font-family:Calibri;
color:#a3bc41;
font-size:14px;
line-height:25px;
text-decoration:underline;
}
.see_more{
font-family:Calibri;
color:#a3bc41;
font-size:12px;
line-height:25px;
text-decoration:underline;
}

a.see_more:hover{
font-family:Calibri;
color:#a3bc41;
font-size:12px;
line-height:25px;
text-decoration:none;
}

.url{
font-family:Calibri,Arial, Helvetica, sans-serif;
font-size:14px;
line-height:30px;
color:#ff0000;
text-decoration:none;
font-weight:normal;
}



.formtextbox {
	BORDER-RIGHT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-TOP: #000000 1px solid;
	FONT-SIZE: 11px;
	BACKGROUND: #dedcdb;
	COLOR: #000000;
	font-family: Verdana;
	
}