body {
	background-color: #336481;
	background-image: url(BG.jpg);
	background-repeat: repeat-y;
	overflow-x: hidden;
	cursor: default;
	margin-left: 0px;
	margin-top: 0px;
}

table {
	font-family: Tahoma;
	font-size: 7pt;
	text-align:justify;
	color: #ceb7a1;
}

.menu a, .menu a:link, .menu a:active, .menu a:visited {
	display: block;
	background: #5286a3;
	color: #9ccae3;
	font: 7pt tahoma;
	text-decoration: none;
	border-bottom: none;
	border-left: solid 10px #2d5d79;
	margin: 1px;
	padding: 1px 3px 1px 7px;
}

.menu a:hover {
	background: #5286a3;
	border-left: solid 10px #336481;
}

a:link, a:visited, a:active {
  color: #fbd7b5;
  text-decoration: none; 
}

a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

h1 {
	color: #d89d92;
	letter-spacing: 3px;
	text-transform: none;
	margin: 0px;
	padding: 0px 2px 1px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
}

input, textarea	{
	color: #62a0c2;
	font-size:7pt;
	font-family:Tahoma;
	letter-spacing:0; 
	background-color: #2d5d79;
	border-style: solid; 
	border: solid 1px #2d5d79;
	padding: 1px 3px 1px 3px;
	}

button, option, select {
	color: #62a0c2;
	font-size:7pt;
	font-family:Tahoma;
	letter-spacing:0; 
	background-color: #2d5d79;
	border-style: solid; 
	border: solid 1px #2d5d79;
}
