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


html, body {
background:#E5E5E5 none repeat scroll 0 0;
}

body {
	background-color:#E5E5E5;
	color:#222222;
	font-family:Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:12px;
	vertical-align: middle;
}

h1 {
	font-family:Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	}
	
	
h3 {
	font-family:Helvetica, sans-serif;
	font-size:125%;
	font-weight:bold;
	}
	
form {
margin:0;
padding:0;
}

caption {
	font-size:110%;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
}



img {
	border: 0 none;
	line-height: 1.3em;
}

body.report {
background-color:#E5E5E5;
color:#000000;
}

body.report div.table {
background-color:#F5F5F5;
border:10px solid #CCCCCC;
font-family: Helvetica, sans-serif;
margin:20px auto;
padding:20px;
text-align:left;
width:600px;
}


body.report div.form {
background-color:#F5F5F5;
border:10px solid #CCCCCC;
font-family: Helvetica, sans-serif;
margin:20px auto;
padding:20px;
text-align:left;
width:600px;
}


body.report div.form label {
	font-size:110%;
	font-family:Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:10px;
}


body.report div.form input.button {
font-size:14px;
margin:10px 0 0;
padding:3px;
width:auto;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#3399FF;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color:#003399;
}

#hor-simple
{
	font-family: Helvetica, sans-serif;
	margin: 5px;
	border-collapse: collapse;
	text-align: center;
	
}
#hor-simple th
{
	font-weight: normal;
	color: #003399;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-simple td
{
	border-bottom: 1px solid #ccc;
	color: #666699;
	padding: 5px;
}
#hor-simple tbody tr:hover td
{
	color: #000099;
}

#logo {
	position:relative;
	float:right;
	width: 200px;
	height: 120px;
	}
	
