.text {
	font-family: Arial, Tahoma, sans-serif;
	color : #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}

.error {
	font-family: Arial, Tahoma, sans-serif;
	color : #FF0000;
	font-size: 12px;
	font-weight: normal;
}

.tiText {
	font-family: Arial, Tahoma, sans-serif;
	color : #000000;
	font-size: 11px;
	font-weight: normal;
}

.bold {
	font-family: Arial, Tahoma, sans-serif;
	color : #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

.smText {
	font-family: Tahoma, Arial, sans-serif;
	color : #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}

.smTextBold {
	font-family: Tahoma, Arial, sans-serif;
	color : #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

.heading {
	font-family: Arial, sans-serif;
	color : #CCCCCC;
	font-size: 22px;
	font-weight: bold;
}

.lgText {

	font-family: Arial, sans-serif; 
	font-size: 15px; 
	color: #CCCCCC; 
	font-weight: bold;
}

.tHeading {
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
}

.tiHeading {
	font-family: Arial, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	font-weight: bold;
}

.highlight {
	background-color: #ffff66
}

a  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	color: #FFFFFF;
	text-decoration : underline;
	font-size: 12px;
	font-weight: normal;
}

a:visited {
	color: #FFFFFF;
	text-decoration : none;
	font-size: 12px;
	font-weight: normal;
}

a:visited:hover {
	color: #FFFFFF;
	text-decoration : underline;
	font-size: 12px;
	font-weight: normal;
}

a.boldLink:hover {
	color: #FFFFFF;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

a.boldLink  {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.boldLink:visited {
	color: #FFFFFF;
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
}

a.boldLink:visited:hover {
	color: #FFFFFF;
	text-decoration : underline;
	font-size: 12px;
	font-weight: bold;
}

a.smLink  {
	color : #00008B;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:hover {
	color : #00008B;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:visited  {
	color : #00008B;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

a.smLink:visited:hover {
	color : #00008B;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: normal;
}

a.nav  {
	color : #F0FFFF;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	background: #666666;
	border: 1px solid #666666;
	padding: 2px 2px 2px 2px;
	height: 18px;
}


a.nav:hover {
	color : #F8F8FF;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration : none;
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #F8F8FF;
	background: #0D6386;
	padding: 2px 2px 2px 2px;
	height: 18px;
}

a.nav:visited {
	color : #F0FFFF;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	background: #666666;
	border: 1px solid #666666;
	padding: 2px 2px 2px 2px;
	height: 18px;
}

a.nav:visited:hover {
	color : #F8F8FF;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration : none;
	font-size: 9px;
	font-weight: normal;
	border: 1px solid #F8F8FF;
	background: #0D6386;
	padding: 2px 2px 2px 2px;
	height: 18px;
}


a.npLink  {
	color : #444444;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}


a.npLink:hover {
	color : #999999;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}

a.npLink:visited {
	color : #444444;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration : none;
	font-size: 10px;
	font-weight: bold;
}

a.npLink:visited:hover {
	color : #999999;
	font-family: Tahoma, Arial, sans-serif;
	text-decoration : underline;
	font-size: 10px;
	font-weight: bold;
}

a.cat  {
	color : #00008B;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}


a.cat:hover {
	color : #0000CD;
	font-family: Arial, sans-serif;
	text-decoration : none;
	font-size: 14px;
	font-weight: bold;
}

a.cat:visited {
	color : #00008B;
	font-family: Arial, sans-serif;
	text-decoration : none;
	font-size: 14px;
	font-weight: bold;
}

a.cat:visited:hover {
	color : #0000CD;
	font-family: Arial, sans-serif;
	text-decoration : none;
	font-size: 14px;
	font-weight: bold;
}


ul {
	list-style-type: square;
}

hr {
	height: 0px; 
	border: solid #D1D7DC 0px; 
	border-top-width: 1px;
}

.loginForm {
	height: 18px;
}

.loginFormField {
	height: 16px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}