/* Grohe F1 CSS */

/* colors:
greys (dk-lt): 5b5d5e / 969999 / bec1c0
         blue: 99ccff
*/

/* start: global/text formatting */
body { 
	margin: 0px;
	color: #bec1c0;
	background: #bec1c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 14px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}

td { 	
	color: #bec1c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 14px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}
a:link    { color: #99ccff; font-style: normal; font-weight: normal; text-decoration: none; }
a:visited { color: #99ccff; font-style: normal; font-weight: normal; text-decoration: none; }
a:hover   { color: #969999; font-style: normal; font-weight: normal; text-decoration: none; }
a:active  { color: #969999; font-style: normal; font-weight: normal; text-decoration: none; }

.copy { 	
	color: #969999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; line-height: 13px;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
}
.copy a:link    { color: #969999; text-decoration: none; }
.copy a:visited { color: #969999; text-decoration: none; }
.copy a:hover   { color: #99ccff; text-decoration: none; }
.copy a:active  { color: #99ccff; text-decoration: none; }
/* end: global/text formatting */


/* start: cell formatting */
.wh {
	line-height: 0px;
	color: #fff;
	background: #fff;
}
.dk {
	line-height: 0px;
	background: #5b5d5e;
}
.gTop {
	width: 550px;
	background: #5b5d5e;
	padding: 0px 10px 10px 10px;
}
.gBot {
	width: 550px;
	background: #5b5d5e;
	padding: 10px;
}
.mid {
	width: 550px;
	padding-right: 50px;
}
/* square */
.boxOne {
	width: 178px;
	height: 178px;
	/* IE hacks include border width */
	_width: 180px;
	_height: 180px;
	border: 1px solid #5b5d5e;
	text-align: center;
	vertical-align: middle;
}
/* horiz */
.boxTwo {
	width: 363px;
	height: 178px;
	/* IE hacks include border width */
	_width: 365px;
	_height: 180px;
	border: 1px solid #5b5d5e;
	text-align: center;
	vertical-align: middle;
}
/* vert */
.boxThree {
	width: 178px;
	height: 363px;
	/* IE hacks include border width */
	_width: 180px;
	_height: 365px;
	border: 1px solid #5b5d5e;
	text-align: center;
	vertical-align: middle;
}
/* end: cell formatting */


/* start: BG images */
.pageBg {
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.pageBg2 {
	background-image: url(images/pagebg2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* end: BG images */ 