/*//---------------------------------------------*/
/*// 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: url(images/top-background.jpg) center top fixed no-repeat #000;
		}
		
		body, table tr td {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #ccc;
		}

		.pageContainer {
			width: 740px;
			margin: 0px auto;
			border: solid #fff;
			border-width: 0px 2px 2px 2px;
			background-color: #000;
		}

		.footer {
			font-family: verdana, helvetica, sans-serif;
			font-size: 10px;
			padding: 4px;
			line-height: 24px;
		}

		.footer a {
			color: #0f0;
			text-decoration: none;
		}

		.footer a:hover {
			color: #0f0;
			text-decoration: underline;
		}

		.content {
			padding: 4px;
		}

		.bottomStatic {
			background-image: url(images/bottom-background.jpg);
			background-repeat: no-repeat;
			background-position: center;
			height: 290px;
			width: 100%;
			position: fixed;
			bottom: 0px;
			z-index: -1;
		}
		
		img {
			border: 0px;
		}
		
		.hilight {
			color: #ffff00;
		}
	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
		h2 {
			font-family: Arial, Helvetica, sans-serif;
		}

	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
		.navigation {
			line-height: 2em;
			font-size: 14px;
			text-align: center;
		}

		.navigation a {
			color: #ffd1d1;
			text-decoration: none;
		}

		.navigation a:hover {
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}
		
		.navi {
			line-height: 2em;
			font-size: 14px;
			text-align: center;
			background: #000 url(images/green-bar.gif) no-repeat scroll center;
			height:30px;
		}
		
		a.nav {
			color: #ffffff;
			text-decoration: none;
			font-weight:bold;
		}
		
		a.nav:hover, a.nav-lock {
			color: #471aae;
			text-decoration: none;
			font-weight:bold;
		}
		
	/*//---------------------------------------------*/
	/*// 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 */
		.content a {
			font-size: 11px;
			color: #00FF00;
		}

		.content a:hover {
			font-size: 11px;
			color: #999999;
			text-decoration: underline;
		
		}

		a.imgHoverEffect img {
			border: #00FF00 2px solid;
		}

		a.imgHoverEffect:hover img {
			border: #9900FF 2px solid;
		}

		a.imgHoverEffect:hover {
			color: #000000;
			background: #FFFFFF;
		}

		a.imgHoverEffect2 img {
			border: #9900FF 2px solid;
		}

		a.imgHoverEffect2:hover img {
			border: #00FF00 2px solid;
		}

		a.imgHoverEffect2:hover {
			color: #000000;
			background: #FFFFFF;
		}
	
	/*//---------------------------------------------*/
	/*// 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 */

/*//---------------------------------------------*/
/*//////////////////////////////////////////////////////////////*/
/*//---------------------------------------------*/