/* CSS Document */
body { 
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-image:url(images/bg.gif);
	}
a:link { 
	text-decoration: none; 
	}
a:visited { 
	text-decoration: none; 
	}
a:hover { 
	text-decoration: underline; 
	}
a:active { 
	text-decoration: none; 
	}
.menu {	
	color: #FFFFFF;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
li { 
	margin-left: -20px;
	margin-right: 15px; 
	margin-top: 5px;
	list-style: square;
	}
.footer { 
	font-size: 10px; 
	font-weight: bold;
	margin-top: 10px; 
	}
p { 
	margin: 10px; 
	}
p.tipBar { 
	font-size: 16px;
	margin: 0;
	color: #FFF;
	font-weight: bold; 
	}
.whiteLink { 
	font-size: 12px; 
	font-weight: bold;
	color: #FFF;
	}
.blacklink {
	color: #000000;
	}
.pageTease {
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
	margin: 0;
	}
.pageTeaseSmall {
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
	margin: 0;
	}
.tipBarWhite {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
	}