﻿a {
	color: #000000;
	text-decoration : none;
}
a:hover {
	color: #881A38;
}
input, select {
	color: #881A38;
	border: 1px solid #003366;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
}
.alertmsg {
	color : #FF0000;
}
.bfcolor {
	color : #0000FF;
}
.errmsg {
	color: #FF0000;
	font-size : 12pt;
	text-align: center;
	font-weight: bold;
}
.tr_headbg {
	background-color : #dadada;
}
.tr_databg {
	background-color : #F4F4F4;
}
