/* CSS Document */

html, body
{
background-image:url(../img/bg.png);
background-repeat:repeat-x;
 padding:0px; margin:0px;}

A {text-decoration:none;}
a img {border:none;}

.bodybg{background-image:url(../img/body_bg.jpg); background-repeat:no-repeat;}
.lineleftbg{background-image:url(../img/line_left.gif);}
.linerightbg{background-image:url(../img/line_right.gif);}
.linebg{background-image:url(../img/line_bg.gif);}

.hd{font-family:Helvetica; font-size:26px; font-weight:normal; line-height:31px; color:#FFFFFF;}
.subhd{font-family:Helvetica; font-size:21px; font-weight:normal; line-height:27px; color:#FFFFFF;}

.normaltext{font-family:Helvetica; font-size:14px; font-weight:normal; line-height:20px; color:#FFFFFF;}
.normaltextbold{font-family:Helvetica; font-size:14px; font-weight:bold; line-height:17px; color:#FFFFFF;}

.textitalic{font-family:Helvetica; font-size:14px; font-weight:normal; line-height:17px; color:#FFE400; font-style:italic; text-decoration:none;}
a.textitalic{font-family:Helvetica; font-size:14px; font-weight:normal; line-height:17px; color:#FFE400; font-style:italic; text-decoration:none;}
a.textitalic:hover{font-family:Helvetica; font-size:14px; font-weight:normal; line-height:17px; color:#FFE400; font-style:italic; text-decoration:underline;}

.footer{font-family:Calibri; font-size:13px; font-weight:normal; line-height:15px; color:#ffffff; text-decoration:none;}
a.footer{font-family:Calibri; font-size:13px; font-weight:normal; line-height:15px; color:#ffffff; text-decoration:none;}
a.footer:hover{font-family:Calibri; font-size:13px; font-weight:normal; line-height:15px; color:#ffffff; text-decoration:underline;}

.bor{
border:1px solid #f3f3f3;
}
.textbox{font-family:Tahoma; 
		font-size:14px; 
		/*line-height:12px;*/
 		color:#2C3C91;
		height:20px;
 		font-weight:normal;
		border-width:1px;
		border-color:#272F6A;
		background-color:#FFFFFF;
		}
		
.textarea{font-family:Tahoma; 
		font-size:14px; 
		/*line-height:12px;*/
 		color:#2C3C91;
		height:70px;
 		font-weight:normal;
		border-width:1px;
		border-color:#272F6A;
		background-color:#FFFFFF;
		}
		
.bg{
background-image:url(../img/bg.png);
background-repeat:repeat-x;
}
