/* CSS Document */

/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {
	color: #2853FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2853FF;
}
a:hover {
	text-decoration: underline;
	color: #FF3333;
}
a:active {
	text-decoration: none;
	color: #FF3333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
.warning {
	color: #FF3333;
}
.tblBrdr {
	border: 1px solid #0066FF;
}
.tblTdRightBrdr {
	border-right: 1px solid #CCCCCC;
}
.tblHead {
	background-color: #0066FF;
	color: #FFFFFF;
}
a:link .tblHead{
	color: #FFFFFF;
	text-decoration: none;
}
.fldTxt {
	font-size: 11px;
	border: 1px solid #999999;
}
.btn {
	font-size: 10px;
}
