@charset "UTF-8";

*					{ margin: 0; padding: 0; }

body 				{ background: #ffffff url(../images/site-bkgnd.gif) repeat-x left top; }

body				{ font: 62.5%/1.5 Verdana, Arial, Helvetica, sans-serif;
					  color: #666666; }

wrapper,p,td,li 	{ text-decoration: none; }

h1,h2,h3,h4 		{ color: #9c0001; 
					  font-weight: bold; 
					  margin-top:5px; 
					  margin-bottom:5px; 
					  margin-left:0px; 
					  margin-right:0px; } 
					  
h1 					{ font-size: 1.8em; } 
h2 					{ font-size: 1.6em; } 
h3 					{ font-size: 1.4em; } 
h4 					{ font-size: 1.2em; color: #ff6600 !important; } 

.red 				{ color: #FF0000 }

img					{ border: none; }
table				{ border-collapse: collapse; }

.super 				{ position: relative; top: -1ex }
.sub 				{ position: relative; bottoom: -1ex }

.navlink			{ font-size: 1.2em; color: #ffffff !important; text-decoration: none; }
.navlink:hover		{ font-size: 1.2em; color: #ffffff !important; text-decoration: underline; }

.textlink			{ font-size: 1.2em; color: #666666 !important; text-decoration: underline; }
.textlink:hover		{ font-size: 1.2em; color: #9c0001 !important; text-decoration: underline; }

.catlink			{ font-size: 1.4em; color: #071370 !important; text-decoration: none; }
.catlink:hover		{ font-size: 1.4em; color: #071370 !important; text-decoration: underline; }


.browseBox			{ background-image:url(../images/box.gif); background-repeat:no-repeat;
					  width:545px;
					  height:394px; }




/*
.navlink			{ color: #003399;  text-decoration: underline } 
.navlink:hover		{ color: #CC0000; text-decoration: underline } 

.topnavlink			{ color: #666666; font-weight: bold; text-decoration: none } 
.topnavlink:hover	{ color: #666666; font-weight: bold; text-decoration: underline } 
.topnavlink_sel		{ color: #000000; font-weight: bold; text-decoration: none } 

.leftnavlink		{ color: #0137a4; font-weight: bold; text-decoration: none } 
.leftnavlink:hover	{ color: #CC0000; font-weight: bold; text-decoration: underline } 

*/


