/*
This is the universal stylesheet
*/

/* Color Table
#EEEEEE light gray
#330000 dark blue
#006699 medium blue
#0066CC light blue
#0033FF bright blue
#FFCC33 light green/yellow
#990000	medium green/yellow
*/

/* This style is for general body specs */
body.gen {background-color:#FFFFFF; margin-top: 0px; margin-left: 0px; background-repeat: no-repeat; }



/* These are styles for the regional navigation */
td.regionalnav { background-color: #FFFFFF; }
.regionalnav { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	text-align: right }
.regionalnav a:link { color: #44606B; text-decoration: none; }
.regionalnav a:hover { color: #44606B; text-decoration: underline; }
.regionalnav a:visited { color: #000000;	text-decoration: none; }	
.regionalnav a:visited:hover { color: #000000; text-decoration: underline; }
	


/* These are styles for the breadcrumb navigation */
.breadcrumb { 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #BADCF5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px; }
.breadcrumb a:link { color: #000000; text-decoration:  none; }
.breadcrumb a:hover { color: #000000; text-decoration: underline;}
.breadcrumb a:visited { color: #000000;	text-decoration:  none; }	
.breadcrumb a:visited:hover { color: #000000; text-decoration: underline; }



