P  {
	font-size : 12px;
	color : Black;
	font-family : Arial;
}
.thebold  {
	font-size : 12px;
	font-weight : bold;
	color : Black;
	font-family : Arial;
}

.thebold16  {
	font-size : 16px;
	font-weight : bold;
	color : Black;
	font-family : Arial;
}

H1  {}

H2  {}

H3  {
	color : Black;
	font-family : Arial;
}

BODY  {
	background-color : White;
}

LI	{
	font-size : 12px;
	color : Black;
	font-family : Arial;
}
.nav {
	font-size : 14px;
	font-weight : bold;
	color : #441C60;
	font-family : Arial;
}

.navred {
	font-size : 14px;
	font-weight : bold;
	color : black;
	font-family : Arial;
}

TD  {
	font-size : 12px;
	color : Black;
	font-family : Arial;
}
.td  {
	font-size : 12px;
	color : Black;
	font-family : Arial;
}

.ttls  {
	font-size : 20px;
	font-weight : bold;
	/*color : #007D00;*/
	color : black;
	font-family : Arial;
	text-decoration : none;
}

.bigttls  {
	font-size : 24px;
	font-weight : bold;
	color : black;
	font-family : Arial;
	text-decoration : none;
}
.blackttls  {
	font-size : 18px;
	font-weight : bold;
	color : Black;
	font-family : Arial;
	text-decoration : none;
}

.red  {
	font-size : 12px;
	color : Red;
	font-family : Arial;
}

.btnred {
	font-size :12px;
	font-weight : bold;
	color : white;
	background-color : #CE0031;
	font-family : Arial, MS Sans Serif;
}

A.nav {
	font-size :12px;
	color : White;
	font-family : Bookman Old Style, MS Serif;
	text-decoration : none;
}

.mnav {
	font-size :12px;
	color : black;
	font-family : Bookman Old Style, MS Serif;
	text-decoration : none;
}

A.nav:Hover {
	text-decoration: underline;
}
.tscr {
	position: absolute;
	width: 100%;
	height: 100%;	
	overflow: scroll;
	z-index: 2;
}

