a:active {
	color: Blue;
}
a:visited {
	color: Blue;
}
a:link {
	color: Blue;
}


a:hover {
	color: Red;
}

body         { font-size: 8pt;  font: Times New Roman;  font-family: sans-serif;   }

.listclass1 {
	font-size: 10pt;
}

.usertext {
	font-family: serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: blue;
}

.normal {
	font-family: serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: black;
}

.hottip {
	font-family: Tahoma, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: RED;
	text-decoration: underline;
}

.newtips {
	font-family: Arial, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
}

.login {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: black;
}

.navbar {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: black;
	background-position: 0px;
	border: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: #C8D9F6;
}

.ttop {
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}

.tmiddle {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
}
.tbottom {
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.newsitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	line-height: 10pt;
	}

.fptext {
	font-family: Tahoma, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: black
	
}

.heading1 {
	font-family: Arial;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color: blue;
}

.heading2 {
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: blue;
}

.listusers {
	font-size:10pt;
	font-family: 'Times New Roman';
}

.listusers_header_row {
	background-color: Blue;
	color: white;
	font-weight: bold;
	font-size: 10pt;
	text-align: right;
}