

.pageTop
{
  background-repeat : repeat;
  background-color : #fff;
  background-image :  url(/secure/images/top_nav_bg.gif);	
  border-bottom : #807971 1px solid;
}

BODY 
{
	background: #fff;
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

INPUT.inputSubmit
{
	border-top : #ddd 2px solid;
	border-right : #333 2px solid;
	border-left : #ddd 2px solid;
	border-bottom : #333 2px solid;
	color : #000;
	background-color : #bfb5aa;
	font-size : 9pt;
	padding : 2px;
}

INPUT.inputReset
{
	border-top : #ddd 2px solid;
	border-right : #333 2px solid;
	border-left : #ddd 2px solid;
	border-bottom : #333 2px solid;
	color : #000;
	background-color : #bfb5aa;
	font-size : 9pt;
	padding : 2px;
}

INPUT.inputButton
{
	border-top : #ddd 2px solid;
	border-right : #333 2px solid;
	border-left : #ddd 2px solid;
	border-bottom : #333 2px solid;
	color : #000;
	background-color : #bfb5aa;
	font-size : 9pt;
	padding : 2px;
}
INPUT.inputTextfield
{
	color : #000;
	background-color : #fff;
	font-size : 9pt;
	padding : 2px;
}

INPUT.inputTextfield2
{
	border-top : #0C2578 1px solid;
	border-right : #0C2578 1px solid;
	border-left : #0C2578 1px solid;
	border-bottom : #0C2578 1px solid;
	color : #000;
	background-color : #fff;
	font-size : 9pt;
	padding : 2px;
}


/*
   Links
*/

A {
	color: #06c;
	background: none transparent scroll repeat 0% 0%;
}

/* Link to use for dark color background */
A.light {
	color: #fff;
	background: none transparent scroll repeat 0% 0%;
	text-decoration: underline;
}

A.banner {
	color: #06c;
	background: none transparent scroll repeat 0% 0%;
	text-decoration: underline;
}

A:hover {
	color: #dc4c13;
	background: none transparent scroll repeat 0% 0%;
	text-decoration: underline;
}

A.sidemenu {
		text-decoration:none;
		color:#000;
	}

	A.sidemenu:visited {
		text-decoration:none;
		color:#000;
	} 

	A.sidemenu:hover {
		color:#dc4c13;
		text-decoration:underline;
	}

A.topdarkbg {
		text-decoration:none;
		color:#FFF;
	}

	A.topdarkbg:visited {
		text-decoration:none;
		color:#FFF;
	} 

	A.topdarkbg:hover {
		color:#FFF;
		text-decoration:underline;
	}