/*
Copyright Rock Solid Developments 2008
Part of the Registrars Office Application form
Developed by David Mitchell 11/01/08 Software Development IBD
*/


body
{
	font-family: verdana;
	background-color: #195895;
}

h1
{
	text-align: center;
	color: #195895;
	font-size: 20px;
}

table
{

	font-size: 12px;
	color: #195895;
	background-color: #ffffff;
	font-weight: bold;
}


tr
{
	background-color: #ffffff;
}

form 
{ 
	background-color: #195895;
}

tr.header
{
	background-color: #195895;
	color: #ffffff;
}

/*
tr#tablerow5
{
	background-color: #003366;
}

tr#tablerow9
{
	background-color: #003366;
}
*/

td#notetop
{
	color: Red;
}

input
{
	
	color: #000000;
	font-family: Verdana;
	
}
input#Button1
{

	color: #000000;

}

textarea
{
	color: #000000;
	font-family: verdana;
	
}

