@charset "UTF-8";

*					{ margin: 0; padding: 0; }

body 				{ background-image:url(../images/site-bkgnd2.jpg); background-repeat:repeat-y }

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

.content_bkgnd		{ background-image:url(../images/content-bkgnd.gif); background-repeat:no-repeat; }


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

h1,h2,h3,h4 		{ color: #000000; 
					  font-weight: bold; 
					  margin:0px; } 
					  
h1 					{ font-size: 1.4em; color:#6f2f5b; } 
h2 					{ font-size: 1.1em; color:#6f2f5b; } 
h3 					{ font-size: 1.2em; color:#6f2f5b; } 
h4 					{ font-size: 1.1em; color: #ff6600 !important; } 

.red 				{ color: #FF0000 }

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

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

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

.textlinkp			{ font-size: 1.2em; color: #6f2f5b !important; text-decoration: underline; }
.textlinkp:hover	{ font-size: 1.2em; color: #cc0000 !important; text-decoration: underline; }



.purple				{ color:#6f2f5b; }