BODY {
	COLOR: #000000;
	background-color : white;
	font-size : medium;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	
}

A:link {
	COLOR: Purple;
	TEXT-DECORATION: none;
	background-color : transparent;
}
A:visited {
	COLOR: Navy;
	TEXT-DECORATION: none;
	background-color : transparent;
}

A:hover{
	font-family: verdana,arial,sans-serif;
	font-size : 20pt;
	color: #8B008B;
	text-decoration: none;
	background-color : #FF8C00;
}

A{
	font-family: verdana,arial,sans-serif;
	font-size : 20pt;
	color: #DDA0DD;
	text-decoration: none;
	background-color : transparent;
}

H3{
	color : Purple;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	text-align : center;
	font-style : italic;
	text-decoration : none;
	background-image : url(images/background4.gif);
}
H2{
	background-color : transparent;
	color : #FFA500;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	background-image : url(images/background4.gif);
	font-size : 24pt;
}
H4{
	background-color : White;
	color : #FF8C00;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	text-align : center;
	text-decoration : none;
	font-size : 22pt;
}
TABLE.noline{
	border : none;
	background-color : transparent;
	font-family : sans-serif;
	font-weight : bold;
	font-size : larger;
	text-align : justify;
	color : Purple;
} 
TABLE.withline{
	border : solid;
	background-color : White;
	font-family : sans-serif;
	font-weight : bold;
	font-size : larger;
	text-align : center;
}	
TD.lined{
	background-color : White;
	font-family : sans-serif;
	font-weight : bold;
	font-size : larger;
	text-align : left;
	color : Purple;
	padding-left : 0px;
	padding-right : 10px;
	padding-top : 10px;
	padding-bottom : 10px;
} 
TD.unlined{
	border : none ;
	background-color : White;
	font-family : sans-serif;
	font-weight : bold;
	font-size : larger;
	text-align : center;
}
UL{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size :16pt;
	font-style : normal;
	text-align : center;
}.
