body{
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
}
A.small{
	font-size:10px;
}
A.menu{
	color: #575757;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
A.menu:Hover{
	color: #575757;
	text-decoration: underline;
}

A{
	color: #dc331e;
	font-weight: bold;
	text-decoration: underline;
}
A:hover{
	color: #dc331e;
	text-decoration: none;
}

A.msg{
	color: #dc331e;
	font-weight: bold;
	text-decoration: underline;
}
A.msg:hover{
	color: #dc331e;
	text-decoration: none;
}
A.search,{
	color: #025081;
	text-decoration: none;
}
A.search:hover{
	color: #025081;
	text-decoration: underline;
}

.edge{
	border-bottom: thin solid #575757;
	border-right-color: #575757;
	border-right-style: solid;
	border-right-width: thin;
}

tr{
	font-size:12px;
}
tr.small{
	font-size: 10px;
}
H1{
	font-size: 20px;
	color: Black;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}
H2{
	font-size: 16px;
	color: Black;
	font-weight: bold;
}
H3{
	font-size: 14px;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}
.identifier{
	font-weight: bold;
	text-align : right;
	vertical-align : top;
}
.help{
	color: Blue;
	font-size:10px;
}
.msg{
	font-size:12px;
	color : red;
}
.footer{
	color:#575757;
	font-size:9px;
	font-weight:bold;
	padding : 4px;
}
input{
	font-size:12px;
}
.newsheader{
	font-weight: bold;
	margin: 10px 10px 5px 10px;
	color: #DC331E;
}
.newsbody{
	font-size: 12px;
	font-weight: normal;
	padding: 0px 25px 5px 25px;
}
.newsbody P{
	padding: 4px;
	margin: 0px;
}
.collapselink{
	font-size: 8pt;
	font-weight: bold;
	color: #DC331E;
	text-decoration: none;
}
.newsdate{
	font-size: 8pt;
	color: #575757;
	font-weight: normal;
}
.notes{
	background-color: #D9EDFA;
	border: thin solid Black;
	font-size: 10px;
	padding: 2px;
	vertical-align: super;
}
.bluetextbox{
	background-color: #D9EDFA;
}

.graytextbox{
	background-color: #F3F3F3;
}

.ltgraytextbox{
	background-color: #EEF7FB;
}

#counter{
		position:absolute;
		top:3px;
		left:550px;
		font-family: Verdana;
		font-weight: bold;
		font-size: 11px;
		color:#1079C6;
	}