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

html, body {
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
}

body,td,th {
	font-family: Helvetica;
	font-size: 13px;
	color: #4D4D4D;
}

#bg {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;

}

#frame {
	position: relative;
	z-index: 2;
	width: 850px;
	height: 535px;
	background-image: url(frame_wit.gif);
	top: 30px;
}

#menu {
	width: 850px;
	height: 85px;
}


#bar {
	width: 150px;
	height: 515px;
	float: left;
	padding-top: 45px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 12px;
	border-left-width: 0px;
	line-height: 170%;
	padding-left: 30px;
}

#content {
	width: 670px;
	height: 450px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
}

#content2 {
	width: 850px;
	height: 515px;
	padding-top: 50px;
}

#disc {
	position: absolute;
	z-index: 1;
	height: 20px;
	width: 100%;
	padding-top: 40px;	
}

#logo {
	top: 20px;
	right: 25px;
	position: relative;
}

a:link {color: #4D4D4D;}    /* unvisited link */
a:visited {color: #4D4D4D;} /* visited link */
a:hover { color: #ec2028;}   /* mouse over link */
a:active {color: #ec2028;}  /* selected link */

a {
	text-decoration: none;
	font-weight: bold;
}

.header {
	font-size: 18px;
	font-weight: bold}

.italic {
	font-style: italic;}

.small {
	font-size: 11px;}

.normal {
	font-weight: normal;}



