/* Used for main frames with white background */
/*	light pink	#FFCCCC		*/
/*	medium pink	#F28CA3		*/
/*	darker pink	#FF5589		*/
/*	salmon		#ED759B		*/
/*	darker pink	#A5404E		*/
/*	light gray	#C8C8C8		*/
/*	darker gray	#696969		*/
/*	purple		#B00075		*/



body	{
	font-size: 100%;
	}

body, table, th, tr, td, li, ul, ol	{
	color: #696969;
	font-family: Georgia, Tahoma, helvetica, 'sans serif'; 
	font-size: 11pt; 
	}

ul	{
	list-style-image: url('../images/bullet1.jpg'); 
	margin-top: 5px; 
	margin-bottom: 5px;
	}

.form		{ 
	color: #696969;
	font-family: Arial; 
	font-size: 9pt; w
	font-weight: bold; 
	}

PRE, CODE, TT	{ 
	color: #696969;
	font-family: Courier, monospace;
	font-size: 9pt;
	}

HR	{	
	width: 100%;
	height: .25pt;
	color: #696969;
	}	

a:link, 
a:visited	{
	text-decoration: underline;
	color: #ED759B;
	}	
		
a:active, 
a:hover	{
	text-decoration: underline;
	color: #ED759B;
	}	
		

H1, H2, H3	{
	font-family: Pristina, Rage Italic, Garamond, serif;
	font-size: 24pt; 
	font-weight: 500;
	letter-spacing: -1pt;
	color: #696969; 
	margin-bottom: -10px;
	}
	
/* TOOLBAR */
.toolbar td	{
	font-family: Calibri, Tahoma, helvetica, 'sans serif'; 
	font-size: 10pt;
	font-weight: bold;
	color: #EEEEEE;
	text-align: center; 
	text-decoration: none;
	background-image: url('../images/barGray50.jpg'); 
	clear: both;
	}

.toolbar a:link,
.toolbar a:visited		{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFCCCC;
	width: 160px; 
	height: 35px; 
	padding-top: 5px;
	}

.toolbar a:hover,
.toolbar a:active		{
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ED759B;
	width: 160px; 
	height: 35px; 
	background-image: url('../images/barGray35_down.jpg'); 
	padding-top: 5px;
	}

/* COPYRIGHT FOOTER */
.footer							{
	font-family: Calibri, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt;
	color: #696969;
	font-weight: bold;
	}

.footer a:link,
.footer a:visited		{
	font-size: 9pt;
	color: #B00075;
	text-decoration: none;
	font-weight: bold;
	}

.footer a:hover,
.footer a:active		{
	font-size: 9pt;
	color: #ED759B;
	text-decoration: underline;
	font-weight: bold;
	}

/* ADDRESS BOX */
.address td	{
	font-family: Calibri, Tahoma, helvetica, 'sans serif'; 
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	}

.address a:link,
.address a:visited		{
	font-size: 9pt;
	color: #A5404E;
	text-decoration: none;
	}

.address a:hover,
.address a:active		{
	font-size: 9pt;
	color: #A5404E;
	text-decoration: underline;
	}

/* NEWS BOX */
.news	{
	font-family: Calibri, Tahoma, helvetica, 'sans serif'; 
     font-size: .8em;
     color: #000000;
     background-color: #C8C8C8;
	}

.news a:link,
.news a:visited		{
	font-size: 9pt;
	color: #FFCCCC;
	text-decoration: underline;
	}

.news a:hover,
.news a:active		{
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
	}

/* NAVIGATION SIDEBAR */
.navbar a:link,
.navbar a:visited	{
	font-family: Calibri, Tahoma, helvetica, 'sans serif'; 
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	color: #696969;
	background-color: #FFCCCC;
	border: solid 1px #696969;
	padding: 5px;
	display: block;
	}

.navbar a:hover,
.navbar a:active	{
	color: #000000;
	background-color: #F28CA3;
	border: solid 1px #696969;
	padding: 5px;
	display: block;
	}