@charset "UTF-8";


/* BLOCK Elements */

body {
	background-color: #999;
	margin: 0 auto;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../images/bggrad.jpg);	
}

img {
	border: none;
}

h1 {
	color: #F8C71F;
	font-size: 1.6em;
}

h2 {
	color: #380a75;
	font-size: 1.6em;
}

h3 {
	color: #5f0763;
	font-size: 1.2em;
	
}

h4 {
	color: #5f0763;
	font-size: 1em;	
}

/* TABLE Elements */




/* INLINE Elements */

#mainText a, #mainText a:link, #mainText a:active {
	color: #39C;
	text-decoration: none;
}


#mainText a:hover {
	color: #FC0;
	text-decoration: underline;
}


/* LIST Elements */

ul, ol, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#mainText #accordion a, #mainText #accordion a:link, #mainText #accordion a:active{
	
	text-decoration: none;
	color: #39c;
	font-weight: normal;
}

#mainText #accordion a:hover{
	
	text-decoration: none;
	color: #fc0;
	font-weight: normal;
	text-decoration: underline;
}
