body {
	margin: 0;
}

td {
	font-size: 16px;
	line-height:20px;
	font-family: Arial, Helvetica;
	color: #000000;
}

.small {
	font-size: 11px;
	line-height:13px;
}

.regular {
	font-size: 12px;
	line-height:16px;
}

.regular20 {
	font-size: 12px;
	line-height:20px;
}

.red {
	color: #bd0000;
	font-size: 14px;
}

.doc_red {
	color: #bd0000;
	font-size: 14px;
}

.doc_red:hover {
	text-decoration: none;
}

.doc {
	color: #000000;
}

.doc:hover {
	color: #000000;
	text-decoration: none;
}


.big {
	font-size: 28px;
	line-height:32px;
}

.white {
	color: #ffffff;
}

a:hover {
	color: #bd0000;
}

.menu:link, .menu:visited, .menu:active {
	color: #ffffff;
	font-size: 15px;
}

.menu:hover {
	font-size: 15px;
	color: #ffff00;
}

div#container {
	width: 900px;
	height: 100%;
	text-align: left;
}

div#wrapper {
	width: 900px;
}


div#header {
	position: absolute;
	width: 900px;
	height: 130px;
	top: 0px;
	padding-top: 0px;
	background-color: #000000;
	z-index: 30;
} 

div#menu {
	position: absolute;
	width: 900;
	top: 130px;
	height: 30px;
	background-color: #333333;
	left: 0px;
}

div#main {
	position: absolute;
	width: 900;
	top: 160px;
	left: 0px;
	background-color: #ffffff;
}

* {
	text-decoration: none;
} 

html {
	height: 100%;
}

#marqueecontainer{
	position: relative;
	width: 210px; /*marquee width */
	height: 319px; /*marquee height */
	overflow: hidden;
}
