/* link elements */

:link		{
	color: #0000FF;
	font-weight:bold;
}

:visited	{color:#0000FF;font-weight:bold;
		}

a:active	{color:#FF0000;font-weight:bold;
		}

a:hover	{color:#FF0000;font-weight:bold;
		}

/* body and headings */

BODY	{
	font-family:Arial,Helvetica,sans-serif;
	background-color: #eec6b6;
	background: url("images/gradientpeachbkg.jpg")
	color:#330000;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	scrollbar-base-color: #330000;
	scrollbar-track-color: #eec6b6;
	scrollbar-highlight-color:#b25e54;
	scrollbar-arrow-color: #eec6b6;
	scrollbar-DarkShadow-Color: #330000;
}

h1		{
	font-size: 130%em;
}

h2		{
	font-size: 110%em;
}

h3		{
	font-size: 90%;
}

h4		{
	font-size: 100%em;
}


/* template-specific formats*/
td {
font-size: 11px;
font-weight: bold; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
color: #330000; 
}

.header1 {
font: 24pt Verdana,arial,helvetica;
color: #b25e54;
}

.text {
font-size: 11px; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
color: #330000;
}

.heading	{font-weight:bold;
		}

.subhead	{font-size:.7em;
		}

.disclaimer	{font-style:italic;
			font-size:.8em;
		}

.teaser	{font-style:bolder;
		font-size:.9em;
		}


.emphasis	{font-size:1.1em;font-weight:bolder;
		}

.piclink	{font-size:.8em;
		}

.sponsorlink	{font-size:.7em;
		}

.tablelink	{font-size:.8em;
		}		
		
.bignav	{text-decoration:none;
		}
		
.whitetxt {
	text-decoration:none;
	color : White;
}

.yellowbolder {
	font : bold;
	text-decoration : none;
	color : Yellow;
}

.coloredrule	{color:#666666;
		}

.credit	{font-size:.7em;
		}

.bolder	{font-weight:bolder;
		}

.footer	{font-size:.7em;
		}
.sitelink  {font-size:.7em;
	
}

.catlink  {font-size:.8em;
		}
		
.warning		{
	font-size: 20pt;
	color : Red;
}

.major	{
	font-size: 30pt;
}

.minor	{
	font-size: 24pt;
}

.emphasis2	{font-size:1.2em;font-weight:bolder;
		
}
.italics	{font-style:italic;
			font-size:1em;
		}

