@charset "utf-8";
/*
	custom tags
*/
.tblhead {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	color: #27425C;
	background-color: #799FC6;
	font-weight: normal;
	background-image: url(tblheadbg.png);
	padding: 5px;
}
.tblfoot {
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	color: #27425C;
	background-color: #799FC6;
	font-weight: normal;
	background-image: url(tblfootbg.png);
	padding: 5px;
}
.tblbg {
	background-color: #A8C0D9;
}
.colttl {
	background-color: #FFFFFF;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #27425C;
}
.altrow1 {
	background-color: #FFFFFF;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #27425C;
}
.altrow0 {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #27425C;
	background-color: #DAE4EF;
	background-image: url(tblheadbg.png);
}
td {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #27425C;
}
.navhead {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color: #27425C;
	background-color: #799FC6;
	font-weight: normal;
	background-image: url(tblheadbg.png);
	padding: 3px;
	border: 1px solid #A8C0D9;	
}
/*
	redifined tags
*/

body {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #27425C;
	background-color: #FFFFFF;
}
form {
	padding-bottom: 0px;
	border: none;
	margin-bottom: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #27425C;
	margin: 0px;
	padding: 0px;

}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  	color : #27425C;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  	color : #27425C;
}

/*
	hyperlinks
*/
A:visited {
	color: #27425C;
	text-decoration: none;
}
A:link {
	color: #27425C;
	text-decoration: none;
}
A:hover {
	color: #660066;
	text-decoration: none;
}
A:active {
	color: #FFCC00;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #27425C;
	font-size: 10px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.inputa {
	width: 200px;
}
