@charset "utf-8";
/* CSS Document */

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3em;
	
	
}

.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3em;
	font-weight: bold;
}

.bodyital {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3em;
	font-style: italic;
}

.bodyColor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #660033;
	
	}
	
	.bodyColorSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	color: #660033;
	
	}
	
	.bodyHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px
	color: #333333;
	background-color: #FFFF99;
	font-size: 12px;
}

.bodySmallHighlight{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFF99;
}
	
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-decoration: none;
	font-weight: normal;
	color: 660033;
}

.highlightSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 660033;
}

.sidebar {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #660033;
	text-decoration: none;
}
.heading1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	color: #993366;
}
.heading2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	line-height: normal;
	color: #993366;
	font-weight: bold;
	text-decoration: none;
}
.subhead {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #993366;
	text-decoration: none;
	font-variant: normal;
}


.subhead2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-variant: normal;
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}


.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #333333;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: square;
	left: 2px;
	font-weight: 100;
}
li {
	margin-left: -8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: square;
	list-style-image: none;
	line-height: 1.3em;
}
