a:link {text-decoration:underline; color:#333333;}
a:visited {text-decoration:underline; color:#333333;}
a:active {text-decoration:underline; color:#333333;}
a:hover {text-decoration:underline; color: black;}


a.nav:link {
	text-decoration:none;
	color:#333333;
	font-size: 13pt;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	}
	
a.nav:visited {
	text-decoration:none;
	color:#333333;
	font-size: 13pt;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	}

a.nav:active {
	text-decoration:none;
	color:#333333;
	font-size: 13pt;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	}
	
a.nav:hover {
	text-decoration:underline;
	color: black;
	font-size: 13pt;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	}
	
a.big:link {
	text-decoration:underline;
	color:#333333;
	font-size: 15pt;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	}
	
a.big:visited {
	text-decoration:underline;
	color:#333333;
	font-size: 15pt;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	}

a.big:active {
	text-decoration:underline;
	color:#333333;
	font-size: 15pt;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	}
	
a.big:hover {
	text-decoration:underline;
	color: black;
	font-size: 15pt;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	}



body, td {
	font-family: Arial, sans-serif;
	color: #333333
	
	}
	
.bigA {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 30pt;
	font-weight: bold;
}

.bigB {
	font-size: 18pt;
	font-weight: bold;
}

.bigC {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}