/* CSS DOCUMENT */

/* Different Font Families you can use
* font-family:Arial, Helvetica, sans-serif;
* font-family:Georgia, "Times New Roman", Times, serif;
* font-family:"Times New Roman", Times, serif;
* font-family:"Courier New", Courier, mono;
* font-family:Verdana, Arial, Helvetica, sans-serif;
* font-family:Geneva, Arial, Helvetica, sans-serif;
End Font Families */

/* Text text-decorations for hyperlinks
* text-decoration:blink; 
* text-decoration:inherit;
* text-decoration:none;
* text-decoration:overline;
* text-decoration:underline;
End Text-Decoration */

/* BODY ATTIBUTES */
body {
background-color : #FFFFFF;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:black;
}

/* NAVIGATIONAL LINKS */
a:link { 
	color : #000099; 
	text-decoration:none;
}
a:visited { 
	color : #000099;
	text-decoration : none; 
}
a:hover { 
	color : #52267D;
	text-decoration : none;
}
a:active { 
	color : #000099; 
	text-decoration : none; 
}

/* #LOGO CSS INFO# */
h1 { 
	font-size: 20px;
	color:#000000;
}

/* SLOGAN */
.slogan {
	color: #FFFFFF;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
}

/* CONTENT (main text)*/
.content {
	color:#000000;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
/* VMENU (verticle menu) */
.vmenu, .vmenu_main_on, vmenu_main_off {
font-size: 9 px;
color:#999900;
}

.vmenu_sub_off { color:#FFFFCC }

.vmenu_main_off a:link, .vmenu_main_on a:link a:visited, .vmenu_subs a:link,  .vmenu_sub_off a:link   {
	color : #ffffff; 
	text-decoration:none;
}
.vmenu_main_off a:visited, .vmenu_main_on a:visited, .vmenu_subs a:visited, .vmenu_sub_off a:visited  {
	color : #ffffff; 
	text-decoration:none;
}
.vmenu_main_off a:hover, .vmenu_main_on a:hover, .vmenu_subs a:hover, .vmenu_sub_off a:hover  {
	color : #FFFF33; 
	text-decoration:none;
}
.vmenu_main_off a:active, .vmenu_main_on a:active, .vmenu_subs a:active, .vmenu_sub_off a:active  {
	color : #ffffff; 
	text-decoration:none;
}

.vmenu_main_off, .vmenu_main_on, .vmenu_subs, .vmenu_subs_on, .vmenu_subs_off {padding-bottom:5px;}

/* TMENU DOES NOT HAVE A DECLARATION */

