/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: underline;
	color: #FF9900;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
.warning {
	color: #FF3333;
}
.style1 {
	font-size: 8pt;
	font-weight: bold;
}
.tblCntent {
	background-color: #EAEAEA;
}
.tblHead {
	background-color: #333333;
	color: #FFFFFF;
}
.fldTxt {
	font-size: 11px;
	border: 1px solid #999999;
}
.btn {
	font-size: 10px;
}

