/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */
		body
		{
			background-color: #7f7f7f;
			margin: 0px;
			color: #000033;
			font-family: Arial, Helvetica, sans-serif;
			background: url('http://glowhost.com/images/back.jpg') top center repeat-y; 
		}
		.contentTable
		{
			 background: url('images/drop_shdw.jpg');
			 padding: 0px;
		}
		.bodyTable
		{
			 background: url('images/content_bar.jpg') no-repeat;
		}
		.borderMiddle
		{
			background: url('images/line_divide.jpg') repeat-y;
			background-position: 13px 123px;
			width: 29px;
		}
	
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		.headerCell
		{
			height: 257px;
			width: 800px;
		}
		.flashDiv
		{
			z-index: 2;
			position: absolute;
		}
	
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		td.copyright
		{
			color: #FFFFFF;
			font-family: Tahoma;
			font-size: 11px;
		}
		td.copyright a
		{
			color: #FFFFFF;
		}
		td.copyright a:hover
		{
			color: #227192;
		}
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
		div
		{
			font-family:Tahoma; font-size:11px;
		}
		.style1
		{
			color: #000033;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
		}
		.style2 {
			color: #000066;
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
		}
		.style3 {
			color: #000542;
			font-weight: bold;
			font-size: 13px;
			font-family: Arial, Helvetica, sans-serif;
		}
		.style4 {
			color: #4E76BF;
			font-weight: bold;
			font-size: 14px;
		}
		.style5
		{
			font-size: 10px;
		}
		.style6
		{
			color: #FFFFFF;
		}
		.blackText
		{
			color: #000000;
		}
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		a
		{
			color: #227192; 
		}
		a:hover
		{
			color: #000000; 
		}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/