BODY {
	color: #2F2F2F; /* GREY */
	font-family: Verdana, Geneva, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
}

A:link, A:visited {
	background: transparent; 
	color: #0000CC; 
	text-decoration: none; 	
}
	
A:hover	{
	background-color : #CCCCFF;	
	color: #000099; 
}

IMG.left {
	float : left;
	margin-right : 4px;	
}

IMG.right {
	float : right;
	margin-left : 4px;	
}

IMG.centre {
	margin-left:auto;
	margin-right:auto;
	display : block;
}

.floatMenu a:link {
	color: #222; 
	text-decoration: none;
}

.floatMenu a:visited {
	color: #222; 
}
	
.floatMenu a:hover {
	color: #000099;
}

H1{
	text-align : center;
	font-size : 1.5em; /* was 170% */	
	text-transform : uppercase;

	background: transparent; 
	color: Gray; 
	
	margin-top : 0px;
	padding-top : 0px;
}
	
H5{
	color: #000099;
	font-size : 100%;
	border-top-color : #999999;
	border-top-style : solid;
	border-top-width : 1px;
	margin-top : 0;
}


HR	{
	color: #A9A9A9;
	height: 0.5px;
}

.small { 
	font-size: 8pt; 
}
.grey { 
	background:transparent; 
	color: #808080; 
}
.centre{
	text-align : center;
}

.block300
	{
	background-color : #CCFFCC;
	}
	
/* BOLD GREEN TEXT */
.text300
	{ 
	background:transparent; 
	color: #009900; 
	font-weight:bold; 
	}		

.edition{
	text-align : left;
}
	
#print_footer{
	clear : both;	
	font-size : 10px;
	text-align : right;
	font-style : italic;
	border-top : 1px solid #999;
	color : #999;
	font-family: 'Bookman Old Style', Georgia, 'Times New Roman', Times, serif;	
}

.pw, .rr, .ge { padding-top : 18px; padding-left : 2px; }

.pw { background : url(../images/option_pw.gif) no-repeat;
	border-left : 5px solid #C6C600; }
	
.rr { background : url(../images/option_rr.gif) no-repeat;
	border-left : 5px solid #00C0C0; }

.ge { background : url(../images/option_ge.gif) no-repeat;
	border-left : 5px solid #F4A460; }

@media Screen
{
	/* POPUP WINDOWS */
	.printClose {
		text-align : right;
		font-size:75%; 	
	}	
	
	.floatPrintClose {	
		font-size : 10px;
		text-align : left;
		position : absolute;
		padding : 3px 3px 3px 3px;
	
		background-color : White;
		border : 1px solid Gray; 
	}	
	
	.floatPrintClose A:link, .floatPrintClose  A:visited {
		color: #222; 
		text-decoration: none;
	}
	
	.floatPrintClose a:hover {
		color: #000099;
	}	
}

@media Print
{
	.printClose {
		display : none;
	}
	
	.floatPrintClose {
		display : none !important;
	}	
	
	.dontPrint {
		display : none;
	}	
	
	/* TYRE SERVICEABILITY */
	P{
		margin-top : -10px;
	}	
}

@media handheld
{
	.printClose {
		display : none;
	}
	
	.floatPrintClose {
		display : none;
	}	
	
	.dontPrint {
		display : none;
	}	
	
	/* TYRE SERVICEABILITY */
	P{
		margin-top : -10px;
	}	
}