/************************************************/
/*		Beta.css					*/
/*	style sheet for Beta-Lighting.com		*/
/*					Nick 11/02/05	*/
/************************************************/

/*******************/
/*   Global	   */
/*******************/

Body
{
	text-align:center;
	background:white;
	margin-top:0;
}

a, a:visited
{
	text-decoration:underline;
	color: #005594;
}

a:hover
{
	color:#666;
}

ul
{
	margin-top:0;
	margin-bottom:0;
}

/************************/
/*	Classes		*/
/************************/


.ImageNoMargin img
{
	margin:0;
}

.MainBody
{
	width:750;
	background:white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}


.ParentLinks
{
	text-align:left;
}

.ParentLinks a,
.ParentLinks a:visited
{
	background:white;
	color:black;
	text-decoration:none;
	font-size:11;
}

.ParentLinks a:hover
{
	color:red;
}

.Sublinks
{
	margin-top:7;
	height:35;
	text-align:left;
}

.Sublinks a,
.Sublinks a:visited
{
	background:white;
	color:black;
	text-decoration:none;
	font-size:11;
}

.Sublinks a:hover
{
	color:red;
}

.SearchPane
{
	text-align:left;
	overflow:auto;
	height:182;
	scrollbar-base-color:black;
	scrollbar-arrow-color:white;
	scrollbar-track-color:gray;
}

.SearchPane div
{
	margin:1;
	border:1px black solid;
}

.SearchResult a,
.SearchResult a:visited
{
	width:100%;
	background-color:white;
	color:black;
	text-decoration:none;
}

.SearchResult a:hover
{
	width:100%;
	background-color:black;
	color:white;
}


.ButtonStyle
{
	background-color:black;
	color:white;
}

