body {
	background-color: #a3a3a3;
	background-image: url(images/dark_bg.gif);
	background-repeat: repeat;
}

.navigation2{
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
}
.headline {font: Arial, Helvetica, sans-serif; font-size:16px; color:#BA8900; font-weight:bold }
.subheadline {
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#8C4273;
	font-weight:bold
}
	
.subheadline-white {
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #FFF;
	font-weight:bold;
	text-align:center;
	
}
.text {font: Arial, Helvetica, sans-serif; font-size:13px; color:#000000; }
.text_smaller {font: Arial, Helvetica, sans-serif; font-size:11px; color:#000000; }
.notebook {background:url(images/small_notebook.jpg); background-repeat:no-repeat; }
.purple-italics {
	font-family: Georgia, Times, serif;
	font-style: italic;
	color: #8C4273;
	font-size: 12px;
}
.ul_bullets { list-style-image: url(images/checkbox.jpg);}

.class1 A:link { color:#505050; text-decoration: underline; font: Arial, Helvetica, sans-serif;}
.class1 A:visited { color:#505050; text-decoration: none; font: Arial, Helvetica, sans-serif;}
.class1 A:active { color:#FFFFFF; text-decoration: none; font: Arial, Helvetica, sans-serif;}
.class1 A:hover { text-decoration: underline; color:#FFFFFF; font: Arial, Helvetica, sans-serif;}


.class2 A:link {  color:#005594; text-decoration: underline; font-weight:bold }
.class2 A:visited { color:#005594;  text-decoration: none; font-weight:bold  }
.class2 A:active {  color:#005594; text-decoration: none ; font-weight:bold  }
.class2 A:hover {  color: #005594; text-decoration: underline; font-weight:bold }

.class3 A:link {  color: #333; text-decoration: none;}
.class3 A:visited { color:#333;  text-decoration: none;   }
.class3 A:active {  color:#333; text-decoration: none ; }
.class3 A:hover {
	color: #333;
	text-decoration: underline;
	;
}

.border {	border-width: 1px 1px 1px 1px;	border-spacing: 1px;	border-style: solid dashed dashed dashed ;	border-color:#1b1d23;	border-collapse: separate; background-color: white; font-family: Geneva, Arial, Helvetica, sans-serif; }

.divider{ background:url(images/divider.gif); background-repeat:repeat-y; font-family: Geneva, Arial, Helvetica, sans-serif;  }

