body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: black; 
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

tr td {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black;
}

a:link { 
	color: #000000;
	text-decoration: underline;
}
a:visited { 
	color: #000000;
	text-decoration: underline;
}

a:hover { 
	color: #0078f3;
	text-decoration: underline;
}

a:active { 
	color: #000000;
	text-decoration: underline;
}

#headerBG {
	width: 100%;
	height: 125px; /*** Orginal: 183px; ***/
	background-image: url(img/headerbg.png);
}

#header {
	width: 1137px; /*** Orginal: 1000px ***/
	height: 125px; /*** Orginal: 183px ***/
	background-image: url(img/header.jpg);
}

#iFrame {
	width: 870px;
	height: 610px;
	margin: 5px;
}

/***** Menubackground *****/

#container {
	background: #FFFFFF;
	width: 130px;
	position: relative;
	top: 50px;
}

#container2 {
	background: #f0f0f0;
	width: 1000px;
}

.roundtop {
	background: #ffffff;
}
.roundbottom {
	background: #ffffff;
}

.r1 {
	margin: 0 5px; 
	height: 1px; 
	overflow: hidden; 
	background: #f0f0f0;
}
.r2 {
	margin: 0 3px; 
	height: 1px;
	overflow: hidden;
	background: #f0f0f0;
}

.r3 {
	margin: 0 2px; 
	height: 1px; 
	overflow: hidden; 
	background: #f0f0f0;
}
.r4 {
	margin: 0 1px;
	height: 2px;
	overflow:hidden;
	background: #f0f0f0;
}
.content {
	padding: 5px;
}

.content a:link { 
	color: #000000;
	text-decoration: none;
}
.content a:visited { 
	color: #000000;
	text-decoration: none;
}

.content a:hover { 
	color: #0078f3;
	text-decoration: underline;
}

.content a:active { 
	color: #000000;
	text-decoration: none;
}

.content2 {
	padding: 0px;
}