@charset "utf-8";
/* CSS Document */

body, td, th, tr, p, div {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 150%;
}

.menufont {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	line-height: 150%;
	font-weight:bold;
}

a {
	color: #222222;
	text-decoration : none;
}

a:hover {
	color: #222222;
	text-decoration: none;
     	background-color:#cccccc;

}

a:active {
	color: #222222;
	text-decoration: none;
     	background-color:#cccccc;
}

.middle {vertical-align: middle;}

.logo {
	height: 100px;
}

.spacer {
	height: 100px;
	margin-bottom: 20px;
}

.mainmenu {
	padding-top: 50px;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	margin-bottom: 20px;
}

h3 {
	font-size: 14px;
}

HR {
	border: 0;
	color: #333;
	background-color: #666;
	height: 1px;
	width: 100%;
	text-align: standard;
}

.footer {
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
}

.footer p, footer td {
	font-size:10px;
	color: #999999;
}

 .footer h3  {
	 font-size:11px;
	 color: #999;
 }



/*footer */

.footer ul, 
.footer li {
	list-style-type:none;
	list-style-image:none;
	padding: 0;
	margin: 0;
}

.footer ul li {
	float:right;
}

.footer a, 
.footer a:link, 
.footer a:visited {
	font-size:10px;
	text-decoration: none;
	padding-left: 20px;
	color: #333;
}


.author {
	color: #C0C0C0;
}



ul { 
	margin: 2px;
	padding: 6px;
	padding-left: 15px;
}

li {	
	list-style: none;
	list-style-image: url(../images/arrow.png);
	padding-left: 1px;
	line-height: 150%;
}

ul.arrow1 li,
ul.arrow2 li {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}


