body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
	font: bold 120%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	color: #333333;
}

h2{
	font: bold 114% Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 114%;
	font-style: normal;
	font-weight: bold;
	line-height: 200%;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.menucell {
	background-color: #33CC99;
		border-width: 2px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
.topcell {
	background-color: #ffcc00;
	border-top-color: #CCCCCC;
	border-top-style: outset;
	border-top-width: thin;
	border-right-color: #666666;
	border-right-style: outset;
	border-right-width: thin;
	border-bottom-color: ##666666;
	border-bottom-style: outset;
	border-bottom-width: thin;
	border-left-color: #CCCCCC;
	border-left-style: outset;
	border-left-width: thin;
}
acronym {
	font-weight: normal;
	border-bottom: 1px dashed #333;
}
