body { 	color:#000000; 
   	background-color: #FFFFFF; 
	font-family:"Georgia, Times New Roman, Times, serif";
}

h2 { font-family:"Georgia, Times New Roman, Times, serif"; color:#006600;font-size: 150%}
h3 { font-family:"Georgia, Times New Roman, Times, serif"; color:#ff0000;font-size: 100%}

p {font-family:"Georgia, Times New Roman, Times, serif"; font-size: 95%}

.clabel { font-family:"Georgia, Times New Roman, Times, serif"; font-weight: bold;font-size: 90%}
.cdetail {font-family:"Georgia, Times New Roman, Times, serif"; font-size: 90%}


.heading { font-family:"Georgia, Times New Roman, Times, serif"; color:#FFFF00;font-size: 200%;
    text-align:center; text-decoration: underline; font-weight:lighter;}

.topSlogan { font-family:"Georgia, Times New Roman, Times, serif";font-size: 100%;
    color:#00CC00;font-style: italic;text-align:center; }

img {border: 0;}

td { border: 0; }
td.blue {background-color:#003366; }

.pad {padding: 0 0 0 12px}

a:link {color: #003366;}
a:visited {color: #003366; }
a:active {color: #FF0000; }

A.menu:link {text-decoration: none; color: #ffff00; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px}
A.menu:visited {text-decoration: none; color: #ffff00; font-family:  Georgia, "Times New Roman",Times, serif; font-size: 13px}
A.menu:hover   {text-decoration: underline; color: #ffff66; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px}

#button {
	width: 170px;
	padding: 0 0 1em 15px;
	margin-bottom: 1em;
	font-family:  Georgia, "Times New Roman", Times, serif,'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: transparent;

	}
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
		}
		
#button li {
	border-bottom: 1px solid #006600;
	
	margin: 0;

	}
#button li a {
	display: block;
	padding: 5px 5px 5px 2px;
	border-right: 10px solid #006600;
	background-color: 003366;
	text-decoration: none;
	color: #ffff00;
	width: 100%;
		}

html>body #button li a {
	width: auto;
		}

#button li a:hover {
	border-right: 10px solid #508fc4;
	background-color: #1958b7;
		}

#button li a#intra {
	background-color: #508fc4;
	}

#button li a#intra:hover {
	background-color: #1958b7;
	}

#button li a#down {
	border-right: 10px solid #508fc4;
}
#button li a#down:hover {
	border-right: 10px solid #70afe4;
}


#button li a#blank:hover {
	border-right: 10px solid #006600;
	background-color: #003366;
	}