body {
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
}
a {
	color: Navy;
	text-decoration: underline;
}
a:hover {
	background-color : #D9EDF9;
	text-decoration: underline;
}
a:visited {	
	color: #44678a;
}
.titleBox {
	border: solid #4F91CE 1px;
	background-color: #0000FF;
	color: #00FFFF;
	text-align: center;
	margin-bottom : 8px;
	background-image : url(images/title_bkg.jpg);
	padding-top : 8px;
	padding-bottom : 8px;
	font-size: 160%;
	font-weight : bold;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	background-color: #FDFF79;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	vertical-align: top;
	color: #000000;
	background-color: #F5FFFF;
}
.formText {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight : bold;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	margin-top : 5px;
	margin-bottom : 5px;
	cursor:pointer;
	background-color : #C5C6FF;
}

