P  {}

H1  {
	font-size : 25px;
	font-weight : bold;
	color : Black
}

H2  {
	font-size : medium;
	font-weight : bold;
	text-align : left;
	text-transform : capitalize;
	color : Gray
}

H3  {
	font-size : small;
	font-family : sans-serif;
	font-weight : bold;
	font-style : italic;
	color : Gray;
	text-transform : capitalize
}

A:Link  {
	color : Blue;
	font-weight : bold
}

A:Visited  {
	color : Green;
	font-weight : bold
}

A:Active  {

	color : Red;
	font-weight : bold
}

A:Hover  {
	color : Red;
	font-weight : bold
}

A.textlink:Link  {
	color : Blue;
	font-weight : bold
}

A.textlink:Visited  {
	color : Green;
	font-weight : bold
}

A.textlink:Active  {
	color : Red;
	font-weight : bold
}

A.textlink:Hover  {
	color : Red;
	background : blue;
	font-weight : bold
}

BODY  {
	font-size : 12px;
	font-family : Arial;
	color : black;
	font : Verdana;
	text-align : left;
	bottommargin: 0;
	leftmargin: 0;
	marginheight: 0;
	marginwidth: 0;
	rightmargin: 0;
	topmargin: 0
}

#tabletext  {

	font-size : 14px;
	padding : 5px;
	font-weight : bold;
	color : black;

}

.form  {

	border-style : double;

	border-color : Silver;

	background : url("grayspeckle.gif");

	padding-left : 8px;

	padding-right : 8px;

	padding-top : 8px;

	padding-bottom : 8px;

	padding : 2px;

}

.redtext  {
	font-size : 12px;
	font-family : Arial;
	color : red;
	font : Arial;
	text-align : left;
	text-indent : 0px;
}

.header  {}



.formnav  {
	text-align : center;
}



.navigation  {

	font-size : x-small;

	text-align : left;

	text-indent : 0px;

	background-color : #FFFFF0;

}






