/*//---------------------------------------------*/
/*// 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: Helvetica, Arial, Sans-serif;
		font-size: 13px;
		color: #fff;
		background: url(/images/wgpi-sitebg.gif) repeat-x #010101;
	}

	#pageContainer {
		width: 716px;
		margin: 0px auto;
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 13px;
		color: #fff;
		background-color: #000;
	}
	
	#bodyContents, #bodyContents table tr td {
		font-family: Helvetica, Arial, Sans-serif;
		font-size: 13px;
		line-height: 17px;
		color: #fff;
		padding: 8px;
	}
	
	#bodyContents form table tr td {
		padding: 2px;
	}
	
	ul {
		margin: 1em 0px 1em 1em;
		padding: 0px;
	}
	
	ul li {
		margin-bottom: 1em;
	}
	
	.rcBox {
		margin: 0 auto;
		background-color: #343434;
	}
	
	.rcBox .padding {
		padding: 8px;
	}
	
	.rcBox .ulLayer {
		background: url(images/grey-ulc.gif) top left no-repeat;
	}

	.rcBox .urLayer {
		background: url(images/grey-urc.gif) top right no-repeat;
	}

	.rcBox .blLayer {
		background: url(images/grey-blc.gif) bottom left no-repeat;
	}

	.rcBox .brLayer {
		background: url(images/grey-brc.gif) bottom right no-repeat;
	}

	/*//---------------------------------------------*/
	/*// Header Settings							 */
	/*//---------------------------------------------*/
	
		/* styles for header contained on the template */
	#flashContainer {
		width: 716px;
		height: 263px;
		background: #000;
	}
	
	h1 {
		font-size: 18px;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
		line-height: 28px;
	}

	h2 {
		color: #fff;
		height: 26px;
		line-height: 30px;
		font-size: 15px;
		font-weight: bold;
		margin: 0px 0px 1em 0px;
		padding: 0px;
		text-align: center;
		background: url(images/blue-pill-BG.gif) repeat-x;
	}

	h3 {
		font-size: 14px;
		margin: 0px;
		padding: 0px;
	}
	
	.emph {
		font-size: 15px;
		font-weight: bold;
	}
	
	.emph a {
		text-decoration: none;
	}

	.roundedGrey {
		background-color: #343434;
	}
	
	.roundedGrey tr .ulc {
		width: 32px;
		background: url(images/grey-ulc.gif) top no-repeat;
	}

	.roundedGrey tr .urc {
		width: 32px;
		background: url(images/grey-urc.gif) top no-repeat;
	}

	.roundedGrey tr .blc {
		background: url(images/grey-blc.gif) bottom no-repeat;
	}

	.roundedGrey tr .brc {
		background: url(images/grey-brc.gif) bottom no-repeat;
	}
	/*//---------------------------------------------*/
	/*// Navigation Settings						 */
	/*//---------------------------------------------*/
		
		/* styles for Links And Navigation contained on the template */
	#navContainer {
		height: 20px;
		border-top: 1px solid #444;
		border-bottom: 1px solid #444;
		background-color: #9a9a9a;
	}
	
	#navContainer a {
		float: left;
		display: block;
		width: 85px;
		height: 22px;
		line-height: 22px;
		color: #000;
		font-family: 'Arial Hebrew', Arial, Sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	
	#navContainer a:hover {
		color: #fff;
		background: url(images/pill-over.gif) center no-repeat;
	}
	
	/*//---------------------------------------------*/
	/*// Footer Settings							 */
	/*//---------------------------------------------*/
		
		/* styles for Footer And BVLOGO contained on the template */
	#footer {
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
		color: #fff;
		text-align: center;
		border-top: 1px solid #444;
	}
/*//---------------------------------------------*/
/*// 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: #fff;
	}
	
	a:hover {
		color: #f00;
	}
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for images contained in the bodycontents */
	
	/*//---------------------------------------------*/
	/*// Form Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for forms contained in the bodycontents */
	.signupForm tr td input {
		font-family: arial, verdana, sans-serif;
		font-size: 12px;
	}
	
	.borderTable
	{
	
	}
	.tableRowHeader
	{
	
	}
	.tableRowFooter
	{
	
	}
	.textRequiredField
	{
		font-weight: bold;
	}
	.textSmallerFont
	{
		font-size: 9px;
	}
	.labelColumn
	{
	
	}
	/*//---------------------------------------------*/
	/*// Other Settings								 */
	/*//---------------------------------------------*/
		
		/* styles for any other contained in the bodycontents */

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