a {
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #666666;
	text-decoration: underline;
}
body {
	background: #3366CC;
	color: #333333;
	text-align: center;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-color: #021c5f;
	font-family: sans-serif, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.gfx a {
	display: block;
	height: 300px;
	background-color: #F5F5F5;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF;
	border: 3px double #EEE;
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF;
	text-align: center;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}
.feedback {
	text-align: right;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
	margin-top: 0px;
}
.feedback a {
	color: #FFFFFF;
	text-decoration: none;
}
.feedback:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #888;
	float: left;
	padding-top: 4px;
	width: 161px; height: 20px;
}
.menu a span {
	font-size: 11pt;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #000066;
}
.menu a#last {
	width: 151px;
	border-right: none;
}

.bottom {
	border-right: 1px solid #CECECE;
	border-left: 1px solid #CECECE;
}
.container {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	color: #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.content p {
	color: #333333;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-right: 30px;
	padding-left: 30px;
}
.content h6 {
	color: #333333;
	font-size: 12px;
	font-weight:normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
	padding-right: 5px;
	padding-left: 5px;
}
.item {
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 10px;
}
.footer {
	padding: 5px;
	background: #e3e1f9;
	color: #666666; 
	font-size: 12px;
}
