* {
	font-family: inherit;
}
body {
	font-family: 'verdana';
	width: 780px;
	margin: 8px;
	color: #5c5e60;
	background-color: white;
}
table {
	border-collapse: collapse;
}
img {
	border: none;
}
ul {
	margin-top: 10px;
	margin-left: 20px;
	padding: 0px;
}
li {
	margin-left: 0px;
	padding: 0px;
}
a:link, a:active, a:visited {
	color: #4b7bd6;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #6babff;
}
/*  menu top */
.menutop td  a  {
	background-image: url(images/topmenu.gif);
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
	font-size: 10px;
	color: #4b7bd6;
	width: 82px;
	height: 15px;
	display: block;
}
.menutop td a:hover {
	background-image: url(images/topmenuhover.gif);
	color: #ffffff;
}
/*  menu left */
.menuleft {
	font-size: 10px;
	width: 160px;
	vertical-align: top;
	height: 100%;
}
.menuleft h1 {
	font-size: 15px;
	margin: 5px 0px;
}
.menuleft h2 {
	background-image: url(images/lefth2back.jpg);
	font-size: 13px;
	font-weight: bold;
	color: #ed1c24;
	width: 153px;
	height: 35px;
	line-height: 35px;
	padding-left: 6px;
	margin: 15px 0px 5px 0px;
}
.menuleft h3 {
	font-size: 11px;
	font-weight: bold;
	color: #6c6e70;
	margin: 3px 0px 2px 0px;
}
.menuleft .regbox {
	background-image: url(images/regback.jpg);
	width: 158px;
	height: 35px;
	font-size: 11px;
	padding: 3px 6px;
}
.menuleft .regbox td {
	vertical-align: bottom;
}
.menuleft .regbox .register {
	color: #ed1c24;
}
.menuleft .regbox .register:hover {
	color: #ff7c44;
}
.menuleft .link {
	table-layout: fixed;
	width: 100%;
	border-top: 1px dashed #f7931d;
}
.menuleft .link td {
	border-bottom: 1px dashed #f7931d;
	font-size: 14px;
	padding: 5px 0px;
}
.menuleft .link a {
	color: #6c6e70;
	font-weight: normal;
}
.menuleft .link a:hover {
	font-weight: bold;
}
/* content */
.content {
	text-align: justify;
	vertical-align: top;
	font-size: 11px;
	padding: 15px 3px 0px 15px;
}
.content h1 {
	color: #f7931d;
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}
.content h1:first-letter {
	font-size: 20px;
	color: #e7830d;
}
.content h2 {
	font-size: 16px;
	color: #4b7bd6;
	text-align: center;
	margin: 20px 0px 10px 0px;
}
.content h3 {
	font-size: 13px;
	color: #ed1c24;
	margin: 20px 0px 5px 0px;
}
.content h4 {
	font-weight: bold;
	text-decoration: underline;
	margin: 10px 0px 5px 0px;
}
.content h5 {
	font-weight: bold;
	margin: 0px;
}
.content p {
	margin: 3px 0px 15px 0px;
}
.content a:link, .content a:active, .content a:visited {
	text-decoration: underline;
	color: #555566;
}
.content a:link:hover {
	color: #777799;
}
/* footer */
.footer {
	font-size: 9px;
	text-align: right;
}
/* entryform */
.entryform {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
	padding: 2px 5px;
}
.but {
	border: 2px outset #ccccdd;
	font-size: 10px; 
	color: #000000;
	background-color: #e0e0f0; 
	text-transform: capitalize; 
	padding: 1px 5px;
	cursor: pointer;
	height: 20px;
}
.TextInput {
	font-size:11px;
	border: 1px #666666 solid;
	border-color: 1 1 5px #666666;
	color: #333333;
	background-color: #f5f5f5;
	font-weight: normal
}
