body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}




#content {
	background-color: white;
	background-image: url(bodybg.png);
	padding: 3em;
	margin:0.2em 2em;
}




#mycustomscroll2 {
	width: 430px;
	height: 430px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: white;
	margin: 0.3em auto;
	padding: 15px;
}


.fixedwidth {
	width: 3950px;
	position: relative;
	color: black;
	padding: 1px;
}

#foot {
	position: relative;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	width: 225px;
	height: 14px;
	clear: both;
	padding-top: 1px;
	padding-left:160px;
	background-position: top left;
	background-repeat: repeat-x;
	text-align: right;
	color:#333;
}


a {
    text-decoration: none;
    color: #000;
    outline-width: 0px;
}

a:link {
    text-decoration: none;
    color: #000;
    outline-width: 0px;
}

a:visited {
    text-decoration: none;
    color: #000;
    outline-width: 0px;
}

a:focus {
    text-decoration: none;
    color: #000;
    outline-width: 0px;
}

a:hover {
    text-decoration: none;
    color: #333;
	
    
}

a.on, a.on:link,a.on:visited, a.on:hover, a.on:active{
	color: #2696dd;
}



