body {
	margin: 0 0 1em 0;
	padding: 0;
	background-color: #006699;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: black;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
#bgtop {
	width: 100%;
	height: 80px;
	background-image: url(layout/bg_top.jpg);
	color: #cccccc;
	font-size: 0.7em;
	line-height: 140%
}
#bgtop a {
	color: #6699cc;
}
#bgbottom {
	width: 100%;
	height: 25px;
	background-image: url(layout/bg_bottom.jpg);
}
#Main {
	width: 100%;
	background-color: #6699cc;
}
.MainContent {
	font-size: 0.83em;
	line-height: 150%
}
#dark {
	width: 100%;
	color: white;
	background-color: #666666;
	overflow: visible;
}
#dark a {
	color: white;
}
#dark a:hover {
	color: #cccccc;
	text-decoration: none;
}
img {
	border: 0;
}
a.whiteNormal {
	color: white;
	text-decoration: none;
}
.lightblue {
	background-color: #6699cc;
}
#footer {
	margin: 1em 0 0 0;
	width: 760px;
	text-align: center;
	color: #cccccc;
	font-size: 0.8em;
	line-height: 160%;
}
#footer a {
    color: #66ccee;
	text-decoration: none;
}
#footer a:hover {
    color: #cccccc;
	text-decoration: underline;
}
#list {
	padding: 1em 0.5em 1em 0.5em;
	font-size: 0.8em;
}
#list .title {
	font-size: 1.2em;
	font-weight: bold;
}
.imgbdr {
	border: 1px solid #666666;
}
.tablebdr {
	border: 1px solid #00ccff;
}
form {
	margin: 0;
}
.rbox_ro {
	background:url("layout/roundedbox_ro.gif") top right no-repeat;
	margin:0;
	padding:0;
}
.rbox_lo {
	background:url("layout/roundedbox_lo.gif") top left no-repeat;
	margin:0;
	padding:0;
}
.rbox_ru {
	background:url("layout/roundedbox_ru.gif") bottom right no-repeat;
	margin:0;
	padding:0;
}
.rbox_lu {
	background:url("layout/roundedbox_lu.gif") bottom left no-repeat;
	margin:0;
	padding: 9px 14px 14px 9px;
}
.corner {
	width: 100%;
	background:url("layout/roundedbox_ro.gif") top right no-repeat;
	margin:0;
	padding:0;
}
.corner div {
	background:url("layout/roundedbox_lo.gif") top left no-repeat;
	margin:0;
	padding:0;
}
.corner div div {
	background:url("layout/roundedbox_ru.gif") bottom right no-repeat;
	margin:0;
	padding:0;
}
.corner div div div {
	background:url("layout/roundedbox_lu.gif") bottom left no-repeat;
	margin:0;
	padding: 9px 14px 14px 9px;
}

h1 {
	margin: 0;
	font-size: 1.5em;
	padding-left:20px;
}

h2 {
	margin: 0;
	font-size: 1.1em;
}

h3 {
    margin: 0;
	font-size: 1.0em;
}

h4 {
    margin: 0;
	font-size: 0,83em;
}
.titleHome { 
color:#000;
}