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

a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;	
	text-decoration:none;
	color: #039;
	}
	
a:visited {
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;	
	text-decoration:none;
	color: #039;
	}	
	
a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;	
	text-decoration: underline;
	color: #C03;
	}
	
a:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;	
	text-decoration: underline;
	color: #C03;
	}
	
.Verdana-Bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight: bold;	
}

.Verdana-Standard {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-weight:normal;
}

.Verdana-Small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight:normal;
}

.Verdana-Small-Bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight:bold;
}