.body{
	font-family : Verdana;
	font-size : 12px;
	color : Gray;
}

.textinput{
	
	font-family : Verdana;
	font-size : 12px;
	color : black;
	width: 100%;
	
}
.textarea{
		font-family : Verdana;
	font-size : 12px;
	color : black;
	width: 100%;
	height:200px;
}

.pageheader{
	font-family : arial;
	font-size : 28px;
	color : #cccccc;
	font-weight: 500;
}
.sr_header{
	font-family : Verdana;
	font-size : 12px;
	color : black;

	font-weight: bold;
	text-align : left;
	border-bottom: 1px solid #cccccc;
}
A.at {
font-family : Verdana;
	font-size : 12px;
	color : Gray;
	text-decoration : none;
}

A:VISITED.at {
font-family : Verdana;
	font-size : 12px;
	color : Gray;
}

A:HOVER.at {
	font-family : Verdana;
	font-size : 12px;
	color : Black;
	text-decoration : underline;
}
.sr_header2{
	font-family : Verdana;
	font-size : 12px;
	color : black;
	text-align : left;
	border-bottom: 1px solid #cccccc;
}

A.back {
font-family : Verdana;
	font-size : 12px;
	color : blue;
	text-decoration : none;
}

A:VISITED.back {
font-family : Verdana;
	font-size : 12px;
	color : blue;
}

A:HOVER.back {
	font-family : Verdana;
	font-size : 12px;
	color : red;
	text-decoration : underline;
}
