/* CSS Document */

html {
	_overflow: scroll;
	overflow: -moz-scrollbars-vertical; 
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d2d2d2;
	min-width: 926px;
}

#top {
	background: url(../images/clouds.png) no-repeat top center; 
}

#top2 {
	background: url(../images/white.gif) top center; 
}

#top3 {
	background: url(../images/clouds2.png) no-repeat top center; 
}

a:link {color: #102873;}
a:active {color: #102873;}
a:visited {color: #102873;}
a:hover {color: #102873; background-color: #e20c0a;}