/* Module:		Styles.css							*/
/* Description:		Default Style Sheet for Blart Reports				*/

/* Update History									*/
/*	06/07/02	Adrian Cornwell		- Improved Styles			*/

/* ====================================================================================	*/

/* 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:#ECECFF;
	 font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size:12;
	 font-weight:normal;
	 color:Black;
	}

	.Background a:link	   
	{color:#269B2D;
	 font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size:12;
	 font-weight:normal;
	}

	.Background a:visited
	{color:#269B2D;
	 font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size:12;
	 font-weight:normal;
	}

	.Background a:hover
	{color:#269B2D;
	 font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size:12;
	 font-weight:normal;
	}

	.Background a:active
	{color:#269B2D;
	 font-family:Verdana,Arial,Helvetica,sans-serif;
	 font-size:12;
	 font-weight:normal;
	}


h1
	{font-family:Short Hand,Verdana,Arial;
	 font-size:22;
	 font-weight:bold;
	 color:#000080;
	}

h2
	{font-family:Verdana;
	 font-size:18;
	 font-weight:bold;
	 color:#000080;
	}

h3
	{font-family:Verdana,Arial;
	 font-size:16;
	 font-weight:bold;
	 color:#000080;
	}

h6
	{font-family:Arial,Helvetica,sans-serif;;
	 font-size:10;
	 font-weight:normal;
	 color:#000080;
	}

	h6 a:link	   
	{font-family:Arial,Helvetica,sans-serif;;
	 font-size:10;
	 font-weight:normal;
	 color:#000080;
	}

	h6 a:hover
	{font-family:Arial,Helvetica,sans-serif;;
	 font-size:10;
	 font-weight:normal;
	 color:#000080;
	}

	h6 a:visited
	{font-family:Arial,Helvetica,sans-serif;;
	 font-size:10;
	 font-weight:normal;
	 color:#000080;
	}

	h6 a:active
	{font-family:Verdana,Arial,Helvetica,sans-serif;;
	 font-size:10;
	 font-weight:normal;
	 color:#000080;
	}

