a:hover { color: #804040; text-decoration: none; background-color: #BBA29D }
a:link { color: #BBA29D; text-decoration: none; text-decoration: underline }

a:visited    { color: #ffffff; text-decoration: underline }
BODY, P, DIV, TABLE, TD, TH, DL, UL, OL, FORM, BLOCKQUOTE, CAPTION
	{ font-family: Arial, Helvetica, Sans-Serif; } 

H1, H2, H3	{ font-family: Arial, Helvetica, Sans-Serif; }
H4, H5, H6	{ font-family: Arial, Helvetica, Sans-Serif; }

PRE 		{ font-family: Courier, monospace; } 

/* this section controls the link colors over the left menubar  */
/* original colors  link=BBA29D  active=000000  visited=ffffff  */
/*	.menuleft a:active	{ color: #000000; }   leave at original color */
/*	.menuleft a:visited	{ color: #ffffff; }   leave at original color */
	.menuleft a:link 	{ color: #BBA29D;}

/* hover is only supported by msie */
	 a:hover	{ color: #804040;     }  /* orangish-red */
	.menuleft  a:hover	{ color: #FFFFFF;    }  /* white */
	.menubottom  a:hover	{ color: #FFFFFF;    }  /* white */
	
HR	{noshade color="#000080" width="80%"}

H2.Arial 	{ font-family: Arial, Helvetica, Sans-Serif; }

.menuleft	{ font-family: Arial, Helvetica, Sans-Serif; }
.menubottom	{ font-family: Arial, Helvetica, Sans-Serif; }
.mono		{ font-family: Courier, monospace; } 


.verdana	{ font-family: Arial, Helvetica, Sans-Serif; }

.verdana2	{ font-family: Arial, Helvetica, Sans-Serif;
			  font-weight: bold; }

.sm100		{ font-size: 100%; }
.sm90		{ font-size: 90%;}
.sm80		{ font-size: 80%;}
.sm70		{ font-size: 70%;}
.linksm		{ font-size: 90%; }


.testsmaller 	{ font-size: smaller ; }
.testlarger 	{ font-size: larger ; }

.testlarge 		{ font-size: large ;  }
.testmedium		{ font-size: medium ; }
.testsmall		{ font-size: small ; }
.testxsmall		{ font-size: x-small ; }
.testxxsmall	{ font-size: xx-small ; }

.text_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
