

body {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
}


td {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #FFFFFF;
}

h1 {
	font-family: Courier New, Courier, mono;
	font-size: 24px;
	color: #FFFFFF;
}

h2 {
	font-family: Courier New, Courier, mono;
	font-size: 21px;
	color: #666666;
}

h3 {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #25495F;
}

h4 {
	font-family: Courier New, Courier, mono;
	font-size: 18px;
	color: #ffffff;
}

h5 {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #000000;
}

 img  { 
 	border-color: #ffffff;
 }

ul 	 {list-style-image: url('images/li_arrow5.gif')}
ul ul 	 {list-style-image: url('images/ball1.jpg')}
ul ul ul {list-style-image: url('images/ball.gif')}

a:link, a:active{
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: orange;
	text-decoration: none;
}
a:visited {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
}	

a:hover {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #FF6600;
	text-decoration: underline;
}		


.menu:link, .menu:active, .menu:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}		

.menuHeading {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.smallText {
	font-family: Courier New, Courier, mono;
	font-size: 11px;
	color: #000000;
}

.textBoxLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	background-color: #99FF99;
	text-align : right;
}

.helpText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A52A2A;
	background-color: #FFFFCC
}

.exampleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
}


