/* Farr.us style sheet */

/* Web site design + programming by Idea Shop Inc. */

/* www.ideashop.com */



body {

	background-color: #ffffff;

	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;

	font-size: 12px;

	margin: 0 0 2px 0;

	color: #FFFFFF;

}



td {

	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;

	font-size: 12px;

}



h1 {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 16px;

	font-style: normal;

	font-weight: bold;

	margin-top: 0px;

	margin-bottom: 4px;

}

h1 a:link {color:#000; text-decoration: none}

h1 a:visited {color:#000; text-decoration: none}

h1 a:hover {color:#598913; text-decoration: underline}

h1 a:active {color:#598913; text-decoration: underline}



p {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	margin-top: 0px;

	margin-bottom: 12px;
	color: #000000;

}



ul {

	margin-top:	0px;

	margin-bottom: 10px;

}



li {

	list-style-type: disc;

	margin-top:	5px;

	margin-left: -30px;

	font-weight: normal;

}



/* link colors */



a:link {color:#ffff33; text-decoration: underline}

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

a:hover {color:#ff9900; text-decoration: underline}

a:active {color:#ff9900; text-decoration: underline}



/* ================================================================ */



/* COLORS */



.white {

	color: #FFFFFF;

}

.black {

	color: #000000;

}

.red {

	color: #eb0005;

}

.NeonGreen {

	color: #b6de6d;

}





/* ================================================================ */





/* COMMON LAYOUT STYLE */



.MasterText {

	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;

	font-size: 11px;

}

.BorderBlack {

	border-color: #000000;

	border-style: solid;

	border-width: 1px;

}

.BorderWhite {

	border-color: #FFFFFF;

	border-style: solid;

	border-width: 1px;

}

.clear {

	clear: both;

}

.center {

	text-align: center;

}

.NoUnderline {

	text-decoration: none;

	! important;

}

.Float {

  float: left;

  }



/* ================================================================ */





/* body elements */





.MainContentArea {

	background-color: #FFF;

	position: absolute;

	left: 103px;

	top: 120px;

	width: 620px;

	z-index: 3;

}



.MainContentMargins {

	background-color: #fff;

	width: 596px;

	padding-top: 12px;

	padding-right: 12px;

	padding-left: 12px;

	padding-bottom: 0px;

	z-index: 4;

}



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



.PictureBoxRight {

	float: right;

	padding-top: 6px;

	padding-right: 7px;

	padding-bottom: 6px;

	padding-left: 12px;

	margin-bottom: 0px;

}

.PictureBoxLeft {

	float: left;

	padding-top: 6px;

	padding-right: 12px;

	padding-bottom: 6px;

	padding-left: 0px;

	margin-bottom: 0px;

}



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



.grid {

	overflow:auto;

	border-collapse:collapse;

}

.grid td, .grid th{

	border:1px solid #4D4D4D;

}

.grid .th, .grid th {

	background-color:#656544;

	font-size:.87em;

	color:#FFFFFF;

	font-weight:bold;

	text-align:center;

	}

.grid td td{

	border:none;

}

.grid .altRow {

	background-color:#f4f3f0;

}

.gridFoot{

	text-align:left;

	color:#000000;

}



