
.textextrasmall {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


.textsmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
.textregular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	line-height: 1.3;
}
.textbig {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	
}
.highlight {
	background-color: #EAE7E1;
}
.highlightoutline {
	background-color: #EAE7E1;
	margin: 2px;
	border: 1px solid #E3DFD7;
}

.highlightshout {
	background-color: #2C70C2;
	color: #FFFFFF;

}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #255698;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #580A61;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #343434;
}
li {
	line-height: normal;
	padding-bottom: 5px;
}
.imageonright {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #580A61;
	border-right-color: #580A61;
	border-bottom-color: #580A61;
	border-left-color: #580A61;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}



a:link {
	color: #005CCA;
}
a:visited {
	color: #AE01C2;
}

a:hover {
	
}

body{
	font-family: Arial, Helvetica, sans-serif;

}