@charset "utf-8";
/* CSS Document */
p {			font-family:Verdana, Geneva, sans-serif;
			color:#000000;
			font-size:12px; 
			margin-bottom:10px;
			margin-left:10px;
			margin-right:10px;
			margin-top:10px
}
h2 {	font-family:Verdana, Geneva, sans-serif;
		font-size: 16px;
		margin-bottom:10px;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
}

input{		margin-left:10px;
}
select{		margin-left:10px;
}
	
p.right {	text-align:right; }

p.center {	text-align:center; }

p.footer {	color:#999999;
			text-align:center;
			font-size:10px; }

p.user {	color:#03C;
}
p.code {	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color:#00C;
			}
p.red  {	color:#F00;
			font-size:10px;
			margin-top:-8px;
}
			
p.text {	line-height: 14pt;
			margin-bottom: 2px;
			margin-top: 2px; }
			

body {	background-color:#333;
		}
h1 {	font-family:Verdana, Geneva, sans-serif;
		font-size: 16px;
		margin-bottom:10px;
		margin-left:10px;
		margin-right:10px;
		margin-top:10px;
}
p.page { 	margin-bottom:10px;
			margin-left:10px;
			margin-right:10px;
			margin-top:10px;
}
.header {	font-family:Verdana, Geneva, sans-serif;
			text-align:center;
			font-size:26px;
			background-color:#06F;
			height:50px;
			padding-top:8px;
}

.menu {	background-color:#FFF;
		width:200px;
}

table.white {background-color:#FFF;
}
img.top
{
vertical-align:text-top;
}
.mainmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	width: 200px;
	background-color:#999;
	border-style: none none solid none;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.mainmenu a {
	display:block;
	color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration:none;
	padding: 3px 3px;
}

.mainmenu a:hover {
	background-color:#CCC;
}

.sottomenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	border-style: none none solid none; 
	width: 190px; 
	background-color:#E6E6E6; 
	font-weight:normal;
	color:#666666; 
	text-decoration: none; 
	padding-top: 3px; 
	padding-bottom: 3px;
	border-bottom-width: 1px; 
	border-bottom-color: #FFFFFF;
	color:#666666;
	padding-left:10px;
}

.sottomenu a {
	text-decoration:none;
	color:#666666;
	height:20px;
}
.sottomenu a:link {
	text-decoration:none;
	color:#666666;
}

.sottomenu a:active {
	text-decoration:underline;
	color:#404040;
}

.sottomenu a:hover {
	text-decoration:underline;
	color:#404040;
}
p a { 
	font: Verdana;
	text-decoration: underline;
    color: #1F5F93; 
}

p a:active {
 	font: Verdana;
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	text-decoration:none;
}

p a:hover {
	font: Verdana;
	font-family:inherit;
	font-size:inherit;
}		