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

body {
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 0;
	color: #060;
}

h1 {
	font-size: 22px;
	color: #390;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: center;
}

h3 {
	font-size: 16px;
	color: #060;
	margin: 0px 0 5px 0;
	border-bottom-color: #090;
	border-bottom-style: groove;
	border-bottom-width: 4px;
	text-align: center;
	padding-bottom: 5px
}

p {
	font-size: 12px;
	margin: 0 0 10px 0;
}

.subtitleClass {
	font-size: 20px;
	text-align: center;
}

.copyrightClass {
	font-size: 12px;
	/** margin-left: 300px; */
	width: 800px;
	text-align: center;
	background-color:#030; 
	color: #999;
}

a { font-size: 12px; text-decoration: none; }
a:link { color: #009; }
a:hover {color: #F00; }
a:visited { color: #009; }

a.sidemenu { 
	font-size: 15px; 
	text-decoration: none; 
	padding: 3px; 
	margin-top: 5px; 
	line-height: 30px; 
	margin-bottom: 5px; 
/*	display: block;  */
	display: block; 
	border-style: dashed; 
	border-width: 1px;
	width: 110px; 
	padding-left: 10px;
}

a.sidemenu:link { color: #070; }
a.sidemenu:hover {color: #F00; }
a.sidemenu:visited { color: #070; }

a.sidemenu-selected { border-width:3px; font-weight: bold; background-color: #DDD; border-style: solid;}
