BODY, TD  {
	font-family : sans-serif, verdana, helvetica;
	font : 12pt;
	list-style-position : outside;
}

.title  {
	/* class for Page Title heading */
	text-align : center;
	background-color : transparent;
	font-family : sans-serif, verdana, helvetica;
}

H1  {
	font-size : x-large;
}

H2  {
	font-size : x-large;
	text-decoration : underline;
}

H3  {
	font-size : large;
}

H4  {
	font-size : large;
	text-decoration : underline;
}

H5  {
	font-size : medium;
}

H6  {
	font-size : medium;
	text-decoration: underline;
}

.small-font {
	font-size : x-small;
}

.small-font-11px {
	font-size : 11px;
}

.large-font {
	font-size: large;
}

.wht-lttr-big {
	color : white;
	font : 16pt;
}

.wht-lttr {
	color : white;
}

.text-aqua {
	color : Aqua;
}

.text-aqua-lrg {
	color : Aqua;
	font-size: large;
}

.yel-lttr-big {
	color : Yellow;
	font : 16pt;
}

.yel-lttr {
	color : Yellow;
}

.red-lttr-big {
	color : Red;
	font : 16pt;
}

.red-lttr {
	color : Red;
}

.red-lttr-bold {
	color : Red;
	font-weight : bold;
}

.red-lttr-small {
	color : Red;
	font-size : smaller;
}

.large-font-white {
	color : white;
	font : x-large;
}

.small-txt {
	color : black;
	font : x-small;
}

HR  {
	height : 1pt;
}

.yel-highlight  {
	background-color : Yellow;
}




#button {
	font-size: .9em;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top : 4px;
}

#button li {
	display: inline;
}

#button a:link, #button a:visited {
	margin-right: 2px;
	padding: 3px 10px 2px 10px;
	background-color: #999996;
	color: #EEE6DB;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}

#button a:hover {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}







