#normal {
	font-size: 70%;
}

#top, #header {
	font-size: 80%;
}

#footer {
	font-size: 65%;
}

#header table, #normal table, #top table, #footer table {
	font-size: 100%;
}

#list {
	line-height: 180%;
	color: #CCCCCC;
}

.large {
	font-size: 120%;
}

.medium, a.medium {
	font-size: 110%;
}

.small, a.small {
	font-size: inherit;
}

.smallest, a.smallest {
	font-size: 90%;
}

h1 {
	font-size: 110%;
}

h2, h3, h4 {
	font-size: 110%;
}

pre {
	font-size: 120%;
}

body {
	background-color: #535753;
	color: #2A2E2A;
	margin: 0px 0px;
	font-family: Verdana, Tahoma, sans-serif;
}

#lines {
	margin-top: 6px;
	margin-bottom: 6px;
}

#content {
	margin: 30px 20px 40px 20px;
}

#footer {
	color: #B8B9A4;
}

#news {
	border-bottom: 1px dotted #cccccc;
	padding: 14px 8px;
}

#date {
	font-weight: bold;
	color: #736B68;
}

h1, h3, h4 {
	color:#990000; 
}

h2 {
	color:#990000;
}

h1, h1.title, h2.title, h3.title, h4.title {
	color: #736B68;
	padding: 0px;
	margin: 0px;
}

h1.string, h2.string, h3.string, h4.string {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

a {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.news {
	text-decoration: none;
	color: #4E5145;
}

a.news:hover {
	text-decoration: underline;
	color: #ABA3A0;
}


a.nav_main {
	color: #535753;
	text-decoration: none;
	font-weight: bold;
}

a.nav_main:hover {
	color: #ABA3A0;
}

a.nav_main_this {
	color: #cc0000;
	font-weight: bold;
}

a.nav_main_this:hover {
	color: #ABA3A0;
}

a.nav_sub {

}

a.nav_sub:hover {
	color: #ABA3A0;
}

a.nav_sub_this {
	color: #535753;
	text-decoration: none;
	font-weight: bold;
}

a.nav_sub_this:hover {
	color: #ABA3A0;
}

a.nav_bottom {
	color: #535753;
	font-size: 90%;
}

a.nav_bottom:hover {
	color: #666666;
	text-decoration: underline;
}

a.nav_bottom_this {
	color: #CC0000;
	font-size: 90%;
}

a.nav_bottom_this:hover {
	color: #535753;
}

.bottom_border {
	border-bottom: 1px dotted #cccccc;
}

hr {
	border: 1px solid #dddddd;
}

.img {
	border-color: #ffffff;
}

.nbrd {
	border:0px;
}

input, select, textarea {
	font-size: 100%;
	border: 1px inset #999999;
	font-family: verdana;
	background-color: #eeeeee;
}



