
BODY  {
	background-repeat: no-repeat;
	font-size : 12px;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

P  {
	font-size : 12px;
	font-family :  Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	letter-spacing : 0px;
}

TD  { 
	font-size : 12px; 
	font-family : Verdana, sans-serif;
	font-weight : 400;
	font-style : normal;
	color : Black;
}

H1  {
	font-size : 30px;
	font-family : "Times New Roman", Times, serif;
	color : Navy;
	text-align : center;
}

H2  {
	font-size : 22px;
	font-family : Verdana, sans-serif;
}

H3  {
	font-size : 18px;
	font-family : Verdana, sans-serif;
	text-align : center;
}

h4	{
	font-size : 16px;
	background-color : transparent;
	color : Gray;
	font-family : "Trebuchet MS", sans-serif;
	font-weight : bold;
	margin : 5px 0 0 0;
}

h5	{
	font-size : 14px;
	background-color : transparent;
	color : Black;
	font-family : Tahoma, Verdana, Helvetica, sans-serif;
	font-weight : bold;
	margin : 5px 0 0 0;
}

h6	{
	font-size : 13px;
	margin : 5px 0 0 10px;
	font-family : Tahoma, Verdana, Helvetica;
	font-weight : normal;
	color : White;
}


A  {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : White;
	font-size : 12px;
}

A:Visited  {
	font-family : Verdana, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : White;
	font-size : 12px;
}

A:Active  {
font-family : Verdana, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Red;
	font-size : 12px;
}

A:Hover  {
	background-color : Silver;
	font-style : normal;
	font-family : Verdana, sans-serif;
	color : Navy;
	font-size : 12px;
}

LI  {
	font-size : 12px;
	font-family : Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

I {
	font-size : 10px;
	font-family : Verdana, sans-serif;
	font-style : normal;
	font-variant : normal;
	color : Black;
	}

.choicesbox {
	background-color : #6699CC;
	border : 1px solid Yellow;
	color : #FFFFFF;
	margin : 5% 10%;
	padding : 10px 20px 10px 20px;
	font-size : 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	azimuth : center-left;
}

.choicesbox2 a:link {
	color : #000000;
}

.choicesbox2 a:visited {
	color : #333333;
}

.choicesbox2 a:active, .choicesbox a:hover {
	color : #CC0033;
}

#button {
	width: 18em;
	border-right: 1px solid #000;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}

	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
		#button li {
	    border-bottom: 1px solid #90bade;
		margin: 0;
		}

	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}
