/* Global Styles */


a {
	text-decoration:none;
        color: #3300CC;
	}
	
a:hover {
	color: #3300CC;
	}

	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #3300CC;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #3300CC;
	text-decoration:underline;
	}


/* Class Styles */


.homePageText {
	font:17px arial;
	font-weight: bold;
	line-height:16px;
	color:#000000;
	}
	
.bodyText {
	font:14px arial;
	color:#000000;
	}
	
.bodyText2 {
	font:14px arial;
	color:#3300CC;
	}
	
.subHeader {
	font:23px arial;
	color: #3300CC;

	}
	
.navText {
	font:10px arial;
	color: white;
	letter-spacing:.1em;
	}

.next {
	font:14px arial;
	color:#3300CC;
	}

.next:visited {
	font:14px arial;
	color:#3300CC;
	}
	

.next:hover {
	font:14px arial;
	color:#3300CC;
	}
	
.next:active {
	font:14px arial;
	color:#3300CC;
	}

