body {
	background-color: #9D2D2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	scrollbar-base-color : #9D2D2D;
	scrollbar-arrow-color : #FFFFFF;
	font-size: 12px;
	background-image: url(../img/bckg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
table {
	font-size: 12px;
}
.header1 {
	font-weight: bold;
	font-size: 14px;
}
.required {
	background-color: #FF9900;
	font-weight: bold;
	color: #000000;
}
.select {

	background-color: #FFFFFF;
	font-weight: bold;
	color: #500000;
}
.kw {
	font-size: 11px;
	color: #CF5858;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
