/* BODY STYLES */
body
{
	overflow-y:-moz-scrollbars-vertical;
}
/* TEXT STYLES */
body, p, td, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* HEADER STYLES */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #041F4E;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #041F4E;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #041F4E;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #041F4E;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #041F4E;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #041F4E;
}
/* LINK STYLES */
a:link {
	color:#0066FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#0066FF;
}
a:hover {
	text-decoration: underline;
	color:#0066FF;
}
a:active {
	text-decoration: underline;
	color:#0066FF;
}
/* ERROR TABLE STYLES */
.tbl 
{
	width:100%;
	border-collapse:collapse;
	margin:12px;
}
.tbl-2 
{
	width:100%;
	border-collapse:collapse;
	margin:12px;
}
.th 
{
	text-align:left;
	font-family:arial;
	color:#1E1E1E;
	font-weight:bolder;
	font-size:20px;
	line-height:20px;
	padding-left:3px;
}
.th-2 
{
	text-align:left;
	color:#000000;
	font-family:arial;
	font-weight:bolder;
	font-size:11px;
	line-height:15px;
	padding-left:3px;
	text-decoration:underline;
}
.td 
{
	padding:3px;
}
.td-2 
{
	padding:3px;
}
.td-left 
{
	padding:3px;
}
.td-right 
{
	padding:3px;
}
.td-left-2 
{
	padding:3px;
	text-align:center;
}
.td-right-2 
{
	padding:3px;
	text-align:center;
}
.tbl-3 
{
	width:100%;
	border-collapse:collapse;
}
.tbl-4 
{
	width:100%;
	border-collapse:collapse;
}
/* FORM STYLES */
.frm-btn {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #041F4E;
	background-color:#041F4E;
	height:20px;
}
.frm-input {
	border:1px solid #041F4E;
	width:200px;
	height:20px;
}
.frm-textarea {
	border:1px solid #041F4E;
	width:200px;
}
.frm-select {
	border:1px solid #041F4E;
	width:200px;
	height:20px;
}