/* CSS Document */

body {
	background-color: #aec1b4;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #606863;
}
a:link {
	color: #606863;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #606863;
}
a:hover {
	text-decoration: underline;
	color: #606863;
}
a:active {
	text-decoration: none;
	color: #606863;
}
.titles {
	font-size: x-large;
	color: #a8b0aa;
}
.deepg {
	font-size: 12px;
	font-weight: bold;
	color: #5c6d61;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: #aec1b4;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #aec1b4;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #aec1b4;
}
.small {font-size: x-small}
.lr {font-size: large}

#container {width:800px; margin-left:auto; margin-right:auto;}
#head {width:800px; height:123px; background-image:url(images/title.gif); margin-bottom:5px;}
#links {width:790px; height:16px; background-color:#dfe6e1; margin-bottom:5px; padding:5px;}
#linksy {float:left;}
#langs {float:right;}
#mainnet {width:800px; background-image:url(images/mianbg.gif);}
#linksleft {width:120px; background-color:#FFFFFF; float:left; margin-right:5px; padding:5px;}
#main {width:450px; background-color:#FFFFFF; float:left; padding:5px;}
#rightcol {width:190px; background-color:#FFFFFF; float:right; padding:5px;}
#footer {width:800px; text-align:center; clear:both;}
