body	{
	background-color: #EAEAEA;
	}

td	{
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	background-color: #FFFFFF;
	}

hr	{
	height: 1px;
	color: #000000;
	}

.header	{
	font-family: Tahoma;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	}

.formTextBox {
	font-family: Tahoma;
	font-size: 13px;
	border: 1px Solid #000000;
	background-color: #FFFFFF;
	}

.formCheckBox {
	border: 1px Solid #FFFFFF;
	background-color: #FFFFFF;
	}

.formButton {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
        color: #FFFFFF;
	border: 1px Solid #000000;
	background-color: #309090;
	cursor: hand;
	}

a:link	{
	text-decoration: none;
	color: #000000;
	}

a:visited {
	text-decoration: none;
	color: #000000;
	}

a:active {
	text-decoration: none;
	color: #000000;
	}

a:hover	{
	text-decoration: none;
	color: #FF0000;
	}

a:link.menu {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

a:visited.menu {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

a:active.menu {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

a:hover.menu {
	text-decoration: none;
	font-weight: bold;
	color: #FF0000;
	}
