﻿BODY
	{
	margin			     :	     0;
	background-color	:	white;
	}

A:active
	{
	text-decoration	:	none;
	color		    :	    #7B9FB2;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}

A:link
	{
	text-decoration	:	none;
	color		    :	    #B7A863;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   small;
	}
A:visited
	{
   	text-decoration	:	none; 
   	color		    :	    #7B9FB2;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}		
A:hover
	{ 
   	text-decoration	:	none;
	color		    :	    #5D7886;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}

A:active.submenu
	{
	text-decoration	:	none;
	color		    :	    #9B9B9B;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}

A:submenu
	{
	text-decoration	:	none;
	color		    :	    #9B9B9B;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}

A:visited.submenu
	{
   	text-decoration	:	none; 
   	color		    :	    #9B9B9B;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}	
	
A:hover.submenu
	{
   	text-decoration	:	none;
	color		    :	    #B5A350;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}

A:active.bottombar
	{
	text-decoration	:	none;
	color		    :	    #FFFFFF;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}

A:link.bottombar
	{
	text-decoration	:	none;
	color		    :	    #FFFFFF;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}
A:visited.bottombar
	{
   	text-decoration	:	none; 
   	color		    :	    #FFFFFF;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}		
A:hover.bottombar
	{ 
   	text-decoration	:	none;
	color		    :	    #776A35;
	background	:	transparent;
	font-family	  :	  verdana, arial;
        font-size	   :	   10px;
	}

TD.menucontent
	{
	font-family		: 	verdana, arial;
	font-size		:	10px;
	color			:	  #CCBF82;
	}

TD.content
	{
	font-family		: 	verdana, arial;
	font-size		:	10px;
	color			:	 #AAAAAA;
	text-align		:	justify;
	}

TD.bottombar
	{
	font-family		: 	verdana, arial;
	font-size		:	10px;
	color			:	#FFFFFF;
	}

TD.PageHeading
	{
	font-family		:	verdana, arial;
	font-size		:	16px;
	font-weight	     :       bold;
	color			:	#B7A863;		
	}

TD.borderleft
	{
	border			:	 1;
	border-left-color    :        #888888;
	border-left-style    : 	     solid;
	}

TD.borderright
	{
	border			:	 1;
	border-right-color    :        #888888;
	border-right-style    : 	     solid;
	}

TD.topborder
	{
	border			:	 1;
	border-top-color    :        #F1E8E8;
	border-top-style    : 	     solid;
	}

TD.rightborder
	{
	border			 :	 1;
	border-right-color    :       #F1E8E8;
	border-right-style    :       solid;
	}

TD.bottomborder
	{
	border			     :	     1;
	border-bottom-color    :       #F1E8E8;
	border-bottom-style    :       solid;
	}

TD.leftborder
	{
	border			:	1;
	border-left-color    :       #F1E8E8;
	border-left-style    : 	     solid;
	}

TD.fullboxborder
	{
	border			    :	    1;
	border-top-color    	:       #888888;
	border-top-style    	: 	solid;
	border-right-color    	:       #888888;
	border-right-style    	: 	solid;
	border-bottom-color   :       #888888;
	border-bottom-style   :       solid;
	border-left-color    	 :       #888888;
	border-left-style    	 : 	 solid;
	}