/* CSS Document */

/*body part*/
body {
	margin:0px 0px 0px 0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	padding:0;
	background-image:url(../images/bg_repeat_img.jpg);
	background-repeat:repeat-x;
	background-color:#ECEBE6;
	}
.welcometext{
	font:Arial, Helvetica, sans-serif 12px;
	color:#000000;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
	line-height:17px;
	text-align:justify
}

.gray_txt{
	color:#CCCCCC;
	}
.headin2 { 
	color: #FF0000;
	font-weight: bold; 
	font-style: italic; 
	}
.headin1 {
	font-weight: bold; 
	font-size:12px;
	color: #034053;
	}
.fomhed{font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight:bold;
	}
/*mail linki*/

a.mail:link,mail:active,mail:visited{
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
	}
a.mail:hover{
	text-decoration:underline;
	}
a.mail2:link{
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
	}
a.mail2:active{
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
	}
a.mail2:visited{
	color:#FF6600;
	font-weight:bold;
	text-decoration:underline;
	}
a.mail2:hover{
	text-decoration:none;
	}

/*form body style*/
.text_box	{
	BORDER-RIGHT:#FF6600 1px dashed; 
	BORDER-TOP: #FF6600 1px dashed; 
	BORDER-LEFT: #FF6600 1px dashed; 
	BORDER-BOTTOM: #FF6600 1px dashed; 
	FONT-FAMILY:Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #FFF;
	color:#000000;
	font-size:14px;
	text-indent:5px;
	Height:20px;
	Width:175px;
	}
.txtbox{width:170px; height:12px;}
.content{width:170px; height:50px;}
.submit_box	{
	background-color:#000000;
	BORDER:#333333 1px solid; 
	FONT-FAMILY: Trebuchet MS,Arial, Helvetica, sans-serif;  
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-indent:5px;
	height:19px;
	cursor:pointer;
	}
.submit_box:hover{
	background:#FF9900;
	BORDER: #CC0000 1px solid;
	}

/*footer*/
a.footer_link:link,a.footer_link:visited,a.footer_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646363;
	text-decoration:underline;
}
a.footer_link:hover{
	color:#646363;
	text-decoration:none;
	}
.footer_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646363;
}
