@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
#header {
	padding: 2px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E6E6E6;
	background-color: #F7F7F7;
}
#content {
	padding: 2;
}

#content2 {
	padding: 3;
	font-size:1em;
}

#chart {
	text-align:center;
}

#subnavigation {
	text-align:center;
	background-color:#F7F7F7;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	font-size: .75em;
}
#mainnavigation {
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}

#footer {
	padding: 2px;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	margin-top: 20px;
	font-size: .8em;
	background-color: #F7F7F7;
}

#ad1 {
	text-align:center;
	
}

#ad2 {
	text-align:center;
	
}

h1 {
	font-size: small;
	text-align: center;
}
h2 {
	font-size: small;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

.update {
	text-align:right;
	font-size: .75em;
}

.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1em;
}
.title {
	text-align:center;
	font-size: small;
}
.grayback {
	background-color: #F7F7F7;
}
.Error {
	font-size: 0.75em;
	color: #FF0000;
}

