body {
	font-family: Verdana;
	font-size: 12px;
}

input {
	border: 1px solid #666666;
	padding-left:5px;
}
	
select {
	border: 1px solid #666666;
}

.checkbox {
	border: 0;
}

.login_box {
	width: 200px;
}

.logo {
	 width: 900px;
	 text-align: center;
}

.logo p {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 30px;
}

.login {
	padding-top:50px;
	width:900px;
	text-align: center;
}

.main {
	/*margin-top: 10px;*/
	border: 1px solid #000000;
	border-collapse: collapse;
}

.main td {
	font-size: 13px;
	padding: 3px 5px;
}

.left {
	text-align: right;
	padding: 4px;
}

td.head {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	background-color: #999999;
	padding-left: 15px;
}

p.greeting {
	text-align: center;
	font-weight: normal;
	color: #000000;
	font-size: 13px
}

p.title {
	font-weight: bold;
	text-align: center;
	height: 30px;
}

td.even {
	background-color: #FFFFFF;
}

td.odd {
	background-color: #CCCCCC;
}

.form {
	font-size: 12px;
}

.notes {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-left: 110px;
}

.logout a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: blue;
	line-height: 20px;
}

.logout a:hover {
	text-decoration: underline;
	color: blue;
}

a {
	font-size: 11px;
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}


