a:link {
	color:#003399;
	font-weight : normal;
	text-decoration : underline;
}

a:visited {
	color:#003399;
	font-weight : normal;
	text-decoration : underline;
}

a:hover {
	color:#003366;
	font-weight : normal;
	text-decoration : none;
}

a:active {
	color:#003399;
	font-weight : normal;
	text-decoration : underline;
}

body {
	color : #000000;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	margin:0px;
	padding:0px;
}

td, p, span, div {
	font-family : Arial;
	font-size : 12px; !important
}

.button {
	background-image : url('/public/image/nav_grad_blue.gif');
	background-position : bottom center;
	height : 25px;
	border : 1px solid #666666;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
}

.field {
	color : #000000;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	border:1px solid #666666;
}

.header {
	color : #000000;
	font-family : Arial;
	font-size : 14px;
	font-weight : bold;
	line-height : 19px;
}

#subnav {
	width:800px;
	background-image:url('/public/image/sub_nav_bar.jpg');
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:4px;
}

.navitem a:link {
	color:#666666;
	text-decoration:none;
	padding:4px;
}

.navitem a:visited {
	color:#666666;
	text-decoration:none;
	padding:4px;
}

.navitem a:hover {
	color:#003366;
	text-decoration:underline;
	padding:4px;
}

.navitem a:active {
	color:#666666;
	text-decoration:none;
	padding:4px;
}

.navItemOn {
	display:; !important
	color:#000000;
	text-decoration:none;
	padding:0px;
	font-weight:bold;
}