/* Global Styles */



body {
	background-image: url(images/bg1.jpg);
	background-repeat:repeat-y;
	background-position:center;
	font-family:arial;
	font-size:12px;
	margin:0px;
	color: #fff;
}



		
/* Text Effects */		
		
a {
	color: #FFFFFF;
}
	
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF0000;
}

.aeContentTitleContainer h1 { margin-top:15px; padding-left:15px; font-size:100%; font-weight:bold;}
