/* Module:		Styles.css							*/
/* Description:		Style Sheet							*/

/* Update History									*/
/*	10/01/2005	Adrian Cornwell		- Wrote this CSS Sheet			*/

/* ====================================================================================	*/

/* Define the Events that we can use */
/* a:link 		  { 	text-decoration: none;}		/* Hyperlinks			*/
/* a:visited 	  {	text-decoration: none;}		/* Hyperlinks visited		*/
/* a:hover 	  {	text-decoration: none;}		/* Hovering over an Item	*/
/* a:active 	  {	text-decoration: none;}		/* Currently Selected Item	*/

/* ====================================================================================	*/
/* Summary of Styles									*/
/* ====================================================================================	*/
/* Background		- Defines General Background					*/
/* h1			- Used for Title Level 1					*/
/* h2			- Used for Title Level 2					*/
/* h3			- Used for Title Level 3					*/
/* h6		- Used for h6 text						*/
/* ====================================================================================	*/

.Background
	{background-color:White;
	 font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size:12;
	 font-weight:normal;
	 border: none;
	 color:Blue;
	}

	.Background a:link	   
	{color:#2B2B00;
	}

	.Background a:visited
	{color:#2B2B00;
	}

	.Background a:hover
	{color:#2B2B00;
	}

	.Background a:active
	{color:#2B2B00;
	}


h1
	{FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
	 font-size:22;
	 font-style:bold;
	 color:Blue;
	}


h2
	{FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
	 font-size:12;
	 font-weight:normal;
	 color:Blue;
	}

h3
	{FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
	 font-size:12;
	 font-weight:normal;
	 color:Blue;
	}

A.leftMenuItem {
	DISPLAY: block;
        FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
        FONT-SIZE: 12px;
        COLOR: #FFFFFF;
        TEXT-DECORATION: none
	}
A.leftMenuItemOver {
	DISPLAY: block;
        FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
        FONT-SIZE: 12px;
        COLOR: #000000;
        BACKGROUND-COLOR: #CCCCCC;
        TEXT-DECORATION: none
	}

A.leftMenuImageItem {
	DISPLAY: block;
        FONT-FAMILY:Verdana,Arial,Helvetica,sans-serif;
        FONT-SIZE: 12px;
        COLOR: #CC3300;
        TEXT-DECORATION: none
	}