/*//---------------------------------------------*/
/*// Name: SITENAME - Default Style Sheet		 */
/*// Specification: CSS 2.1						 */
/*//---------------------------------------------*/

/*//---------------------------------------------*/
/*// Template Settings							 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Body & Table Settings						 */
	/*//---------------------------------------------*/
	
		/* styles for body and tables contained on the template */

		html, body {
			margin: 0px;
			padding: 0px;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 10pt;
			color: #000;
		}

		#pageContainer {
			width: 740px;
		}

		#header {
			display: block;
			width: 740px;
			height: 120px;
			background: url(images/header-nv.jpg) no-repeat;
		}

		#header span {
			display: none;
		}

		#content {
			padding-top: 8px;
			border-bottom: 1px solid #000;
		}
		
		#footer {
			clear: both;
			padding-left: 125px;
			text-align: center;
			font-family: Verdana, Sans-serif;
			font-size: 10px;
			padding-top: 2em;
		}
		
		.bigBolds {
			font-size: 12pt;
			font-weight: bold;
		}
		
		.reduce {
			font-size: 11px;
		}
		
		.limitWidth {
			float: right;
			width: 600px;
		}
		
		.tiny {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		h1 {
			font-size: 36px;
		}
		
		h2 {
			font-size: 24px;
		}
		
		h3 {
			font-size: 18px;
		}
		
		h4 {
			font-size: 14px;
		}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */

		#navigation {
			float: left;
			width: 125px;
			background-color: #000;
			margin-right: 8px
		}

		#navigation ul li {
			font-size: 9pt;
			list-style-type: square;
			list-style-image: url(images/bullet.jpg);
		}

		#navigation ul li a {
			color: #fff;
			text-decoration: none;
		}

		#navigation ul li a:hover {
			color: #ffff00;
		}

	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
		
/*//---------------------------------------------*/
/*// Content Cell Settings						 */
/*//---------------------------------------------*/
/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/
	/*//---------------------------------------------*/
	/*// Title Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for Titles contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for text contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for links contained in the bodycontents */
		a {
			color: #000;
		}
		
		a:hover {
			color: #f00;
		}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
	
	}
	.textSmallerFont
	{
	
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/