/************************************************************************/
/* HSL - TOP NAV							*/
/************************************************************************/

body
	{
	background-color	: #3C4164;

	background-image	: url("http:\\www.hardsoftsystems.com\images\back_image.jpg");
	background-repeat	: no-repeat;
	background-position	: top left;
	background-attachment	: fixed;

	margin-top		: 0;
	margin-left		: 0;
	margin-right		: 0;
	margin-bottom		: 0;
	}

/************************************************************************/
/* TEXT STYLES						     		*/
/************************************************************************/

.Header
	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 16px;
	font-weight		: bold;
	color			: #DCA000;
	}

.SubHeader
	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 13px;
	font-weight		: bold;
	color			: #DCA000;
	}

.SubHeader2
	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #DCA000;
	}


.BodyCopy
	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #FFFFFF;
	}

.Underlined
	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #FFFFFF;
	text-decoration		: underline;
	}

.AddressText
	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 11px;
	color			: #FFFFFF;
	}

/************************************************************************/
/* UL, LI, TEXTBOX					     		*/
/************************************************************************/

ul.CircleLoose
	{
	list-style-type		: circle;
	margin-left		: 17px;
	line-height		: 21px;
	}

ul.CircleTight
	{
	list-style-type		: circle;
	margin-left		: 17px;
	line-height		: 15px;
	}

.ThinOutline
	{ 
	border 	          	: 1px solid #FFFFFF;
	border-color      	: #7485B0; 
	background-color  	: whitesmoke; 
	} 

.TableOutline
	{ 
	border 	          	: 1px solid #FFFFFF;
	border-color      	: #7485B0; 
	background-color  	: transparent; 
	} 

.TableImages
	{ 
	border 	          	: 1px solid #000000;
	background-color  	: #DCA000; 
	} 

/************************************************************************/
/* LINK STYLES						     		*/
/************************************************************************/

a:link 	
	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size	 	: 9pt; 
	color			: #DCA000; 
	text-decoration		: none;
	}

a:visited  	
	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size	 	: 9pt; 
	color			: #DCA000; 
	text-decoration		: none;
	}

a:active 
  	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size	 	: 9pt; 
	color			: #DCA000; 
	text-decoration		: none;
	}

a:hover  	
	{
	font-family		: Arial, Helvetica, sans-serif;
	font-size	 	: 9pt; 
	color			: #DCA000; 
	text-decoration		: none;
	}

/************************************************************************/
/* 			  E N D   O F  S T Y L E S	     		*/
/************************************************************************/


