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

body {
	background-color:#ccc;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}

h1 {
	font-size:24px;
	}

h2 {
	font-size:18px;
	}

li { 
	list-style-type: none;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
	padding-left:16px;
	margin-left:-20px;
}

.mainStage {
	background-color:#fff;
	}

#mainMenu {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	}

.bodyTop {
	margin-top:30px;
}

.bodyText {
	margin-left:20px;
}

.smallPrint {
	font-size:9px;
	color:#999;
}

#paragraph {
	margin-top:-5px;
}

a:link {
	text-decoration: none;
	color: #333;
	}
	
a:visited {
	color: #333;
	text-decoration: none;
	}
	
a:hover { 
	text-decoration: underline;
	}
	
a:active { 
	text-decoration: none;
	}