body {
	color: #444444;
	font-family: sans-serif;
	margin: 0px;
	overflow-y: scroll;
}

a {
	color: #777777;
	text-decoration: none;
}
img.logo {
	margin: 15px;
	margin-left: 50px;
	border: none;
}

.menu  {
	float: left; 
	margin-bottom: 45px;
	margin-top: 50px;
	margin-left: 135px;
	line-height: 125%;
}

.menu b {
	letter-spacing: 1px;
	font-size: 100%;	
	margin-bottom: 5px;
}
.menu a {
	margin-left: 8px;
	color: #555555;
	text-decoration: none;
	font-size: 90%;
}
.menu a:hover {
	color: #333333;
}
.menu a.current {
	color: #333333;
}
.menu a.current:hover {
	color: #222222;
}


.separator {
	clear: left;
	background: url("line.png");
	height: 32px;
	background-repeat: repeat-x;
	color: #cccccc;
	padding: 4px;
	padding-left: 52px;
	font-style: italic;
	font-size: 80%;
}

.content {
	width: 40%;
	margin: 30px;
	margin-left: 135px;
}

h1 {
	text-transform: uppercase;
	margin-bottom: 17px;
	font-size: 130%;
}
table {
	margin-left: 18px;
}
td  {
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 13px;
}
td:first-child {
	text-align: right;
}
input {
	margin-top: 5px;
}
textarea {
	margin-top: 5px;
	width: 300px;
	height: 200px;
}

