.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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : bold;
	border: 0px;
	color: #000;
}

.biggray {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight : bold;
	border: 0px;
	color: #666666;
}


.bigregular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 0px;
	color: #000;
}

.regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;
	color: #333333;
}

.smallwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;
	color: #CDCDCD;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	border: 0px;
	color: #333333;
}

.medbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	border: 0px;
	color: #333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 0px;
	color: #333333;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/Background.jpg);
}

a:link { 
	text-decoration: none;
	color: #336699;
	font-weight : bold;	
}

a:visited { 
	text-decoration: none;
	color: #336699;
	font-weight : bold;	 
}

a:hover { 
	text-decoration: underline;	 
	color: #003366;
	font-weight : bold;	 
}

.smallwhitebutton:link {
	text-decoration: none; 
	color: #CDCDCD;
}

.smallwhitebutton:visited {
	text-decoration: none; 		
	color: #CDCDCD;
}

.smallwhitebutton:hover { 	
	text-decoration: underline;	  
	color: #CDCDCD; 
}

hr {
	color: black;
	height: 2;
} 
