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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}
.tableMain {
	padding: 0px;
	width: 800px;
	border: 1px solid #00465E;
}
.tableContact {
	font-family:Verdana, Geneva, sans-serif;
	font-size:x-small;
	padding:3px;
	border:none;
	vertical-align:top;
	text-align:left;
}



.news {
	padding:0px;
}

.news a:link {
 color:#00C
}

.tablemenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	background-color: #00465E;
	margin: 1px;
	padding: 0px;
	width: 700px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #FFF;
}

.tableMenu a:link {
	color: #FFF;
}
#tableMenu a:visited {
	color: #CCC;
}
.tableMenu a:hover {
	color: #F00;
}
.tableMenu a:active {
	color: #FF0;
}

