body {
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #696969;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #000000;
}
	
a:hover {
	text-decoration: underline;
	color: #0088ff;
}

input, textarea, select {
	color:#000000;
	background: #949494; 
	border-color:#000000;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

h1 {
	font-size: 28px;
}

td {
	font-size: 12px;
}

.menu {
	background: #6B6B6B;
	font-size: 10px;
	color:#ffffff;
}

.header {
	background:#000000;
	color:#ffffff;
}

.header a {
	font-size: 12px;
	color: #ffffff;
}

.sub-header {
	background:#D5D5CE;
	color:#000000;
}

.small {
	font-size: 10px;
}