body {
	font-family: Arial, Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
}
/* BODY FONTS */
/* h2 BOLD PURPLE HEADER 2 */
h2 {
	color: #330066; 
	font-weight: bold; 
	font-size: x-large;
}

/* h3 BOLD LIGHT BLUE HEADER 3 */
h3 { 
	color: #2d5da9; 
	font-weight: bold; 
	font-size: large;
}

.medium {
	color: black; 
	font-weight: normal; 
	font-size: medium; 
}

.blue {
	color: #2d5da9; 
	font-weight: normal; 
	font-size: medium; 
}
.xsmall {
	color: black; 
	font-weight: normal; 
	font-size: x-small;
}

/* LINK STATES */
/* ACTIVE IS IN LIGHT BLUE */
a:link {
	color:#2d5da9;
	font-weight: none;
	text-decoration: underline;
}

/* HOVER IS IN PURPLE */
a:hover {
	color:#330066;
	font-weight: none;
	text-decoration: underline;
}	

/* VISITED IS IN LIGHT BLUE */
a:visited {
	color:#2d5da9;
	font-weight: none;
	text-decoration: underline;
}		

/* INDENTATION */
.smallstep {
	padding-left:20px;
}

.bigstep {
	padding-left:40px;
}

.megastep {
	padding-left: 100px;
}

/* ALIGNMENT AND PADDING*/
.topalign {
	vertical-align:top;
}

.toppadding {
	padding-top:15px;
}

.bottompadding {
	padding-bottom:15px;
}

.toprightpadding {
	padding-top:20px;
	padding-right:35px;
}

.toprightpadding2 {
	padding-top:10px;
	padding-right:35px;
}

.aligncenter {
	align-text: center;
}

.topmargin {
	margin-top:5px;
}

/* HIGHLIGHTED TEXT */
.quote {
	color:#2d5da9;
	font-weight: bold;
}

.accent { 
	color: #000066; 
	font-style: italic; 
	font-weight: bold; 
}

.accentnoit { 
	color: #000066; 
	font-weight: bold; 
}

.blue {
	color: #2d5da9; 
	font-weight: bold;
}

.purple {
	color: #330066; 
	font-weight: bold;
}

.testyellow {
	color: #fff000; 
	font-weight: bold;
}

