.tab1 {
        color : black;
        font-family : arial;
        font-size : 12px;
		background-color: #F4E9CD;
}

.tab2 {
        color : black;
        font-family : arial;
        font-size : 12px;
		background-color: #DCDE85;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 0px;
	color: #000;
}

.bigpurple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 0px;
	color: #6F2B90;
	font-weight : bold;	
}

.regular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;
	color: #000;
}

.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;
	color: white;
	font-weight : bold;	
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	border: 0px;
	color: black;
}

.medbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : bold;
	border: 0px;
	color: black;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	color: #000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #DBD7C1;
}

a:link { 
	text-decoration: none;
	color: #6F2B90;
	font-weight : bold;	
}

a:visited { 
	text-decoration: none;
	color: #6F2B90;
	font-weight : bold;	 
}

a:hover { 
	text-decoration: underline;
	color: #6F2B90;
	font-weight : bold;	 
}

.smblackbutton:link {
	text-decoration: none; 
	color: black; 
}

.smwblackbutton:visited {
	text-decoration: none; 		
	color: black; 
}

.smblackbutton:hover { 	
	text-decoration: none;	  
	color: black; 
}

.smbutton:visited { 			
	color: #8A8C0F; 
}

.smbutton:hover { 	  
	color: black; 
}

hr {
	color: black;
	height: 2;
} 