BODY {
	font-family: Tahoma;
	font-size: 11px;
	color: #476D94;
	padding: 0;
	margin: 0;
	background-color: #F9FBFD;
}
TD, TH {
	font-size: 11px;
}
A {
/*	color: #476D94;*/
	color: #007EF7;
}

.titleLeft {
	color: #476D94;
	font-weight: bold;
	text-transform: uppercase;
	height: 29px;
	padding: 0 5 0 18;
	border-right: solid #9EBAD7 1px;
}
.titleRight {
	color: #476D94;
	font-weight: bold;
	text-transform: uppercase;
	height: 29px;
	padding: 0 5 0 18;
	border-left: solid #9EBAD7 1px;
}
.title {
	color: #476D94;
	font-weight: bold;
	text-transform: uppercase;
	height: 29px;
	padding: 0 5 0 18;
	border-right: solid #9EBAD7 1px;
	border-left: solid #9EBAD7 1px;
}


/*************** MENU ****************/ 
.menu {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3 0 4 0; 
	vertical-align: bottom;
	width: 100%;
}
.menuMarker {
	padding: 8 4 0 0;
	vertical-align: top;
}
.menuLink {
	color: #476D94;
	text-decoration: none;
}
.menuActive {
	color: #E03A00;
}
.menuMarker2 {
	padding: 8 4 0 25;
	vertical-align: top;
}
.menuLink2 {
	color: #476D94;
	font-size: 11px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}
.menuActive2 {
	color: #E03A00;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
}

H1 {
display:inline;
color:#476D94;
}

H1.copyright 
{
font-size:10px;
font-weight:normal;
}
#nound 
{
text-decoration:none;
}
#copy
{
color:#C6D6E7;
}