body, td{
	font-family:Arial;
	font-size:12px;
	color:black;
}
.h5{
	font-family:Arial;
	font-size:11px;
	color:black;
}

.input_text{
	height:19px;
	width:250px;
	font-family:Arial;
	font-size:11px;
	border-top : 1px dashed #444444;
	border-left : 1px dashed #444444;
	border-bottom : 1px dashed #AAAAAA;
	border-right : 1px dashed #AAAAAA;
	background-color:#F7F7F7;
	padding-left:4px;
}

.input_textarea{
	height:100px;
	width:250px;
	font-family:Arial;
	font-size:11px;
	border-top : 1px dashed #444444;
	border-left : 1px dashed #444444;
	border-bottom : 1px dashed #AAAAAA;
	border-right : 1px dashed #AAAAAA;
	background-color:#F7F7F7;
	padding-left:4px;
}
.form_header{
	height:30px;
	background-image:url(../images/form_header.gif);
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.form_caption{
	height:40px;
	width:180px;
	font-family:Arial;
	font-size:11px;
	text-align:right;
	padding-right:10px;
	color:#444444;
}

.form_input{
	height:30px;
	width:360px;
	font-family:Arial;
	font-size:11px;
}



.sr{
	font-family:Arial;
	font-size:11px;
	color:black;
	background-image:url(../images/bg1.gif)
}
.srb{
	font-family:Arial;
	font-size:12px;
	color:black;
	background-image:url(../images/bg1.gif)
}

.srh{
	font-family:Arial;
	font-size:11px;
	color:black;
	font-weight:bold;
	background-image:url(../images/bg1.gif)
}
.srt{
	border-bottom : 0 solid black;
	border-top : 0 solid black;
	border-left : 0 solid black;
	border-right : 0 solid black;
}

.h3{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:black;
}
A:ACTIVE{
	font : Arial, Tahoma, Helvetica, sans-serif;
	color : #4A79BB;
	text-decoration:none;
}

A:LINK{
	font : Arial, Tahoma, Helvetica, sans-serif;
	color : #4A79BB;
	text-decoration:none;
}

A:VISITED{
	font : Arial, Tahoma, Helvetica, sans-serif;
	color : #4A79BB;
	text-decoration:none;
}

A:HOVER{
	font : Arial, Tahoma, Helvetica, sans-serif;
	color : #6A99DB;
	text-decoration:underline;
}
