/* ********************* HTML GENERIC ELEMENTS ******************* */

BODY	{
	scrollbar-base-color	: #616170;
	scrollbar-track-color	: #505050;
	
	/*
	background-color	: #FFFFFF;
	background-image	: url("../images/all/background0.jpg");
		
	background-color	: #40404C;
	background-image	: url("../images/all/background1.jpg");
	
	background-color	: #021825;
	background-image	: url("../images/all/background2.jpg");

	background-color	: #2E1825;
	background-image	: url("../images/all/background3.jpg");
	*/
		
	background-color	: #021825;
	background-image	: url("../images/all/background2.jpg");
			
	margin			: 0px;
	padding			: 0px;
	border			: #40404C 0px solid;
	background-repeat	: repeat-x;
	background-position	: 0px 0px;
	height			:100%;

		color		: #999999;
	}

TABLE 		{
		COLOR		: #CCCCCC; 
		FONT		: 13px arial, verdana, sans-serif;
		font-weight	: NORMAL; 
		}

li	 	{margin-bottom	: 1em}

a:link		{
		color		: #999999;
		text-decoration	: none; 
		}

a:visited	{
		color		: #999999;
		text-decoration	: none; 
		}

a:active	{
		color		: #999999;
		text-decoration	: none; 
		}

a:hover		{
		color		: #CCCCCC;
		text-decoration	: none;
		}

/* ************************************************* */

.subhead1 	{
		COLOR		: #CCCCCC;
		FONT		: 13px verdana, arial, sans-serif;
		font-weight	: bold; 
		}

.subhead2	{
		COLOR		: #CCCCCC;
		FONT		: 11px verdana, arial, sans-serif;
		font-weight	: bold; 
		}

/* ************************************************* */

.footer		{
		COLOR		: #CCCCCC; 
		FONT		: 10px arial, verdana, sans-serif;
		font-weight	: bold; 
		}

a.footer:link	{
		color		: #CCCCCC;
	 text-decoration	: none;
	 	}

a.footer:visited{
		color 		: #CCCCCC; 
	 text-decoration	: none;
	 	}

a.footer:active	{ 
		color		: #CCCCCC;
	text-decoration		: none;
		}

a.footer:hover	{ 
		color		: #FFFFFF;
	text-decoration		: none;
		}

/* ****************************************************** */

.just 		{ 
		text-align	: justify; 
		}

.bordertables	{
	BORDER-TOP		: #999999 1px solid;
	BORDER-BOTTOM		: #999999 1px solid;
	height			: 45px;
	margin-top		: 0px;
	margin-bottom		: 0px;
		}

.homeimage	{
	BORDER-TOP		: #999999 1px solid;
	BORDER-BOTTOM		: #999999 1px solid;
	margin-top		: 15px;
	margin-bottom		: 15px;
		}

.vmenu3		{ border	: #999999 4px solid; 
		margin-bottom	: 3px; 
		}

A:hover .vmenu3{ border		: #FFFFFF 4px solid;
		margin-bottom	: 3px;
		}

.vrgrid		{
		border-left	: #666666 1px solid; 
		margin-top	: 15px;
		margin-bottom	: 15px; 
		height		:600px;
		}

.vlgrid		{
		border-right	: #666666 1px solid; 
		margin-top	: 15px;
		margin-bottom	: 15px; 
		height		:600px;
		}
		
.hmenu1background{
	border-top		: #FFFFFF 2px solid;
	border-bottom		: #FFFFFF 2px solid;
	padding-top		: 18px;
	padding-bottom		: 18px;
		}

.hmenu1	{ font-family		: arial, verdana, helvetica, sans-serif;
	  font-size		: 8pt;
	  font-weight		: bold;
	  letter-spacing	: 1px;
	  padding-top		: 2px;
	  padding-bottom	: 3px;
	  padding-left		: 5px;
	  padding-right		: 5px;
	  margin-right		: 5px;
	  cursor		:pointer;
	  text-align		: center;
	  display		: block;
	  line-height		: 16px;
	  white-space		:nowrap;
	  border-top		: gray 1px solid;
	  border-left		: gray 1px solid;
	  border-bottom		: gray 1px solid;
	  border-right		: gray 1px solid;
		  }

a.hmenu1:link {
	background-color	:#403F4C;
	  color			: #FFFFFF;
	  	}

a.hmenu1:visited	{
	background-color	:#403F4C;
	  color			: #FFFFFF; 
		  }

a.hmenu1:active 	{ 
	background-color	:#403F4C;
	  color			: #B8B8C4; 
		  }

a.hmenu1:hover 	{
	background-color	:#B8B8C4;
	  color			:#000000;
	  border		:#FFFFFF 1px solid;
		  }
        
.hmenu2		{
	font-family		: arial, verdana, helvetica, sans-serif;
  	font-size		: 8pt;
  	font-weight		: normal;
	letter-spacing		: 3px;
	padding-left		: 15px;
	padding-right		: 15px;
		}

a.hmenu2:link	{
		color		: #CCCCCC;
	 text-decoration	: none;
	 	}

a.hmenu2:visited	{
		color 		: #999999; 
	 text-decoration	: none;
	 	}

a.hmenu2:active	{ 
		color		: #CCCCCC;
	text-decoration		: none;
		}

a.hmenu2:hover	{ 
		color		: #FFFFFF;
	text-decoration		: none;
		}
