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

body {
	background-color: #CC0000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 26px;
	text-decoration: none;
	display: inline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 22px;
	text-decoration: none;
	padding: 3px 3px 3px 10px;
	background-color: #CC0000;
	background-repeat: repeat-x;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 16px;
	text-decoration: none;
	margin-top: 0;
}

h3 a {
	color: #CC0000;
	text-decoration: none;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

p a {
	color :#990000;
	text-decoration: none;
}

.background {
	background-color: #DCDEDE;
}

.navicell {
	border-top: 0;
	border-right: 1px;
	border-bottom: 0;
	border-left: 0;
	border-style: solid;
	border-color: #999999;
}

.navicell a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.navicelllast {
	
}

.navicelllast a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.tablemain {
	border: 2px;
	border-color: #DCDEDE;
	border-style: solid;
}

.cellleft {
	border-right: 2px;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
	border-color: #DCDEDE;
	border-style: solid;
}

a:hover { 
	text-decoration: underline; 
	color: #999999;
}

.imgframe {
	padding:5px;
	background-color: #fff;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.imgframe p {
	display: inline;
}

.imgframeright {
	padding:5px;
	background-color: #fff;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
	float: right;
}

.cell1 {
	padding:5px;
	background-color: #CC0000;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.cell1 p {
	color: #FFFFFF;
}

.cell2 {
	padding:5px;
	background-color: #DCDEDE;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

.subnavicell {
	background-color: #CC0000;
	padding: 3px;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px;
	border-left: 0;
	border-style: solid;
	border-color: #FFFFFF;
}

.subnavilink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

.cell2 .subnavilink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.small a {
	color :#990000;
	text-decoration: none;
}
	