@charset "utf-8";
/* CSS Document */
#bodybag01 #footer {
	font-size: 85%;
	color: #FFF;
	text-align:center;
	line-height: 50px;
	}
#footer a {
	color: #999;
	text-decoration: underline;
	line-height: 50px;
		}
a {
	color: #666;
	font-weight: bold;
	}
a.white {
	color: #CCC;
	}
h1,h2,h3,h4,h5 {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
		}
h1{font-size: 120%;}
h2{font-size: 100%;}
h3{font-size: 90%;}
h4{font-size: 80%;}
h5{font-size: 70%;}
#mainContent h1,h2,h3,h4,h5{
	color: #FFCC00;
	font-weight: bold;
	background: no-repeat;
		}
	/* General Text Styling Here Below */
.style01 {color: #FFCC00;}/*YELLOW - Just a color change*/
.style02 {/*YELLOW*/
	color: #FFCC00;
	font-size: 100%;
	font-weight: bold;}
.style03 {color: #FFFFFF;}/*WHITE - Just a color change*/
.style04 {
	color: #FFFFFF;
	font-size: 100%;
	font-weight: normal;}/*WHITE - BOLD removed - Font weight normal*/
.style05 {
	color: #FFFFFF;
	font-size: 90%;
	font-weight: bold;}/*WHITE - BOLD 90% size*/

#subfooter a{
	font-size: 80%;
	text-decoration: none;
	text-align: center;	
	}
#mainContent p{
	color: #FFF;
	top: auto;/*Used to try to control text so it goes to the top*/
	vertical-align: top;
	}

