
/* standard text elements */
P, DIV, FORM, LI, BLOCKQUOTE, TD {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	color: #48718F;
	line-height : 160%;
}

/* anchors */
A	{
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	text-decoration : none;
	color: #48718F;
}
A:Hover	{
	text-decoration: underline;
	color: #6891B0;
}

/* second anchor */
A.nav2	{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 11ptx;
	font-style : normal;
	text-decoration : underline;
	color: #FFFFFF;
}
A.nav2:Hover	{
	text-decoration: none;
	color: #FFFFFF;
}




/* form elements */
.inputTextbox	{
	background: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color: #000000;
}

.inputSelect	{
	background: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color: #000000;
}

.button	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color: #000000;
	font-weight: bold;
}

/* Verdana 11 */
.verdana11 {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color: #515151;
}

/* footer */
.footer {
	font-family : arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	color: #FFFFFF;
	line-height : 170%;
}

/* form sub text*/
.formsub {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color: #CC652D;
}

/* alternating row colors */
.rowspan0	{
	background-color: #E9E9E9;
}
.rowspan1	{
	background-color: #E0E0E0;
}

/* generic border */
.stdBorder	{
	border : 1px ridge #EBF2F8;
}

/* horizontal line */
HR {
	text-align : center;
	width : 96%;
	border : 2px ridge #545454;
	color : #545454;
}

/* error dispaly */
.error	{
	color: red;
	font-weight: bold;
}
