
	body {
		background-color: #ababab;
		background-image: url('../images/background_1x750.jpg');
		background-position: 0px 0px;
		background-repeat: repeat-x;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	h1 {
		font-size: 32px; 
		font-weight: bold;
		line-height: 34px;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	
	h2 {
		font-size: 14px; 
		font-weight: normal;
		margin: 0px 0px 20px 0px;
		padding: 0px;
	}
	
	p {
		font-size: 11px;
		line-height: 13px;
	}
	
	ul {
		margin: 0px;
		padding: 0px;
	}
	
	ul li {
		font-size: 11px;
		list-style: outside disc;
		margin: 3px 0px 3px 200px;
	}
	
	a { text-decoration: none; }
	a:hover { text-decoration: underline; }
	a img { border: none; }
	
	.boldText { font-weight: bold; }
	.blueText { color: #91a9dd;	}
	.marginBtm0 { margin-bottom: 0px; }
