<!-- ------------- FONT STYLES and SIZE DEFINITIONS --------------- -->

.norm-hugest { 	font-size: 25px;
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
}

.norm-huger { 	font-size: 22px;
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
}


.norm-huge { 	font-size: 19px;
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
}

.norm-biggest { font-size: 15px;
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
}

.norm-bigger { 	font-size: 14px;
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
}

.norm-big { 	font-size: 13px;
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
}

.norm { 	font-size: 12px;
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
}

.norm-small { 	font-size: 11px; 
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
}

.norm-smaller { font-size: 10px; 
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
		line-height: 14px;
}

.norm-smallest { font-size: 9.5px; 
		font-family: verdana, tahoma, arial, sans-serif; 
		font-color: black; 
}

.button-light {	font-family: verdana, tahoma, arial, sans-serif; 
		font-size: 12px;
     		background: EEEEFF;
		
}

.button-dark {	font-family: verdana, tahoma, arial, sans-serif; 
		font-size: 12px;
     		background: 9999DD;
		
}

.button-text  {	font-family: verdana, tahoma, arial, sans-serif; 
		font-size: 12px;
                background: F5F5FF;
}



<!-- ---------------- EXISTING TAG MODIFICATIONS ------------------ -->


a {text-decoration: none; }

a.red { 	text-decoration: none; 
		color: 993333;
}

a.red:link { 	text-decoration: none; 
		color: 993333;
}

a.red:active { 	text-decoration: none;
		color: CC3333;
}

a.red:visited { text-decoration: none; 
		color: 993333;
} 

a.red:hover { 	text-decoration: none;
		color: CC3333;
}

a.black { 	text-decoration: none; 
		color: 000000;
}

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

a.black:active { 	text-decoration: none;
		color: 000000;
}

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

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

a.grey { 	text-decoration: none; 
		color: 666666;
}

a.grey:link { 	text-decoration: none; 
		color: 666666;
}

a.grey:active { 	text-decoration: none;
		color: 333333;
}

a.grey:visited { 	text-decoration: none; 
		color: 666666;
} 

a.grey:hover { 	text-decoration: none;
		color: 333333;
}

a.menupix { 	text-decoration: none; 
		color: 333333;
}

a.menupix:link { 	text-decoration: none; 
		color: 333333;
}

a.menupix:active { 	text-decoration: none;
		color: FFEA00;
}

a.menupix:visited { 	text-decoration: none; 
		color: 333333;
} 

a.menupix:hover { 	text-decoration: none;
		color: FFEA00;
}





pre { 		font-size: 10px; 
		font-family: courier; 
		font-color: black;
}

tt { 		font-size: 11px;
		font-family: courier; 
		color: 008800;
}

body {		overflow: scroll;
		overflow-x: hidden;
                scrollbar-base-color: FFFFFF;
                scrollbar-arrow-color: 666666;
                margin: 0;
}