th.tableHead{
	background-color: Navy;
	font-size: small;
	font-family: arial, Helvetica, sans-serif;
	font-style: normal;
	color: white;
}
td.tableData{
	background-color:CACAFF;
	font-size: small;
	font-family: arial, Helvetica, sans-serif;
	font-style: normal;
	color: black;
	}

td.tableDescData{
	background-color:CACAFF;
	font-size: small;
	font-family: arial, Helvetica, sans-serif;
	font-style: normal;
	color: black;
	}
td{
	font-size: small;
	font-family: arial, Helvetica, sans-serif;
}

/*td.tableSubmit{
	background-color: #CACAFF;
	font-size: medium;
	font-family: arial, Helvetica, sans-serif;
	font-style: normal;
	color: black;
}*/

.buttonStyle{
 border-style: solid;
 border-color: White;
 border: thick;
 color: White;
 background: Navy;
 font-weight: bold;
}

.listStyle{
border: medium;
border-color: Navy;
background-color: #FFFFFF;
border-style: solid;
font-family: arial, Helvetica, sans-serif;
font-size: x-small;
color:  Navy;
font: bold;
}

h1{
 font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: x-large;
}

body{

	background:white;
	bgcolor:white;
}

p{
	font-family: arial, Helvetica, sans-serif;
}

table.niceTable{
	background-color: navy;
	font-size: small;
	font-family: arial, Helvetica, sans-serif;
	font-style: normal;
}

table.veryNiceTable{
	background-color: white;
	font-size: small;
	font-family: arial, Helvetica, sans-serif;
	font-style: normal;
}

a:visited{
	color=blue;
}
