TEXTAREA, SELECT, .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: white;
	color: black;
	border: 1px gray solid;
	padding-left: 1pt;
	padding-right: 1pt;
}

td {
	font-family: arial;
	font-size: 11px;
	color : black;
}

.textBig {
	font-size: 15px;
	font-weight: bold;
}

.quicknav {
	font-family: arial;
	font-size: 11px;
	color : #003663;
}

.copyright {
	font-family: arial;
	font-size: 10px;
	color : #eeeeee;
}


.textBold {
	font-weight: bold;
}

.textNormal {
	font-weight: normal;
}

.navheader {
	font-family: arial;
	font-size: 11px;
	color : #ffffff;
	font-weight: bold;
}



/* LINKS */
a:link {
	font-family: arial;
	font-size: 11px;
	color : black;
	font-weight : bold;
	text-decoration : none;
}

a:active {
	font-family: arial;
	font-size: 11px;
	color : black;
	font-weight : bold;
	text-decoration : none;
}

a:visited {
	font-family: arial;
	font-size: 11px;
	color : black;
	font-weight : bold;
	text-decoration : none;
}

a:hover {
	font-family: arial;
	font-size: 11px;
	color : #003366;
	font-weight : bold;
	text-decoration : none;
}


a:link.reg {
	font-family: arial;
	font-size: 11px;
	color : #003663;
	font-weight: normal;
	text-decoration : none;
}

a:active.reg {
	font-family: arial;
	font-size: 11px;
	color : #003663;
	font-weight: normal;
	text-decoration : none;
}

a:visited.reg {
	font-family: arial;
	font-size: 11px;
	color : #003663;
	font-weight: normal;
	text-decoration : none;
}

a:hover.reg {
	font-family: arial;
	font-size: 11px;
	color : #F3BF0B;
	font-weight: normal;
	text-decoration : none;
}


.fakeLink {
	cursor : hand;
}


/* END LINKS */
.box {
	border-color: #C1C1C1;
	border-style: solid;
	border-width: 1px;
}


.headerbox {
	background-color: #DADADA;
	font-weight: bold;
	border-color: #C1C1C1;
	border-style: solid;
	border-width: 1px;
}

.headerbox2 {
	background-color: #DADADA;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	border-color: #C1C1C1;
	border-style: solid;
	border-width: 1px;
	padding-left: 2px;
	color: #003663;
}


.tbllight {
	border-color: #DADADA;
	border-style: solid;
	border-width: 1px;
	background-color: #f5f5f5;
	padding-left: 4px;
}
.tbllight2 {
	border-color: #DADADA;
	border-style: solid;
	border-width: 1px;
	background-color: #f5f5f5;
	padding-left: 4px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
