@import url(reset.css);

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #3c3c3c;
}
h1 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #982323;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.15;
	margin: 0;
	text-decoration: none;
	letter-spacing: -1px;
	display: inline;
}
h2 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #982323;
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 0 5px ;
	text-decoration: none;
	margin: 0;
}
h3 {
	font-size: 13px;
	color: #222;
	margin: 0 0 6px 0;
	padding: 6px 10px;
	font-weight: normal;
	background: #efefef;
}
h4 {
	font-family: Verdana, Helvetica, sans-serif;
	color: #515151;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #982323;
	text-decoration: none;
}
a:hover {
	color: #470b0b;
	text-decoration: none;
}
input, textarea, select {
	font-size: 8pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #676767;
}
input[type=submit], input[type=button] {
	font-size: 20px; 
	margin: 2px;	
}
ul, ol {
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 0;
}

/*-----MainMenu------*/
.mainmenu {
	display: block;
	background: url(../img/menu.jpg) repeat-x top left;
	height: 40px;
	text-align: center;
}
.mainmenu ul {
	display: inline-block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;	
}
.mainmenu a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 17px;
	padding: 10px 5px 0px 5px;
	margin: 0px 10px;
	height: 30px;
}
.mainmenu a:hover {
	display: inline;
	color: #debcbc;
}
.mainmenu li {
	display: inline;	
}
/*-----end MainMenu------*/

/*-----start TableList-------*/
.tablelist {
	width: 100%;
}
.tablelist td {
	padding: 3px 2px;
	border: 1px solid #000000;	
}
.tablelist tr:nth-child(odd) {
	background-color: #f6f6f6;
}
.tablelist tr:nth-child(even) {
	background-color: #ffffff;
}
.tablelist tr:hover {
	background-color: #e5e5e5;
}
/*-----end TableList-------*/

/*-----start FormList-------*/
.formlist {
	
}
.formlist td {
	padding: 2px 1px;	
}
/*-----end FormList-------*/

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;	
}