A:Link    { color: #000000; TEXT-DECORATION: NONE; }
A:Visited { color: #000000; TEXT-DECORATION: NONE; }
A:Hover   { color: #000000; TEXT-DECORATION: UNDERLINE; }

body.main {
	background-color: #000066;
	text-align: center;
	margin: 5px 0px 0px 0px;
} 

#layout {
	font-family: Arial, Helvetica, sans-serif;
	width: 975px;
	background-color: White;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	height: auto;
	overflow: hidden;
	position: relative;
}

#header {
    height: 70px;
    padding: 10px 10px 10px 10px;
    text-align: left;
}

#content {
    width: 975px;
    background-color: #E6E6E6;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}

#footer {
	background-color: #E6E6E6; 
	font-size: 12px;	
	overflow: hidden;
	width: 955px;
	text-align: center;	
	font-family: "MS Sans Serif", Geneva, sans-serif; 
	padding: 3px 10px 2px 10px;
	clear: both; 
	border: 1px solid White
}

.txtHeaderBig {
	font-family: "Courier New", Courier, monospace;
	font-size: 40px;
	font-weight: bold;
	color: #000066;
	line-height: 42px;
}

.txtHeaderSmall {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bolder;
	color: #006600;
	line-height: 20px;
} 

.ContentRect {
	width: 310px; 
	float: left; 
	border: solid black 1px; 
	height: 235px; 
	text-align: center; 
	overflow: hidden;
}

.txtContentHeader {
	font-size: 16px; 
	font-weight: bold;
}

.txtContentLink {
	font-size: 12px; 
	color: red;
	font-weight: bold;
}

.pageCounterRect {
	width: 933px; 
	font-size: 12px; 
	border: solid black 1px; 
	text-align: center; 
	border-collapse: collapse;
}


.linkpartner-link {
	font-weight: bold;
	font-size: 14px;
}

.linkpartner-text {
	font-size: 12px;
}