/*
 Copyright 2006-2007 Corvettes Of Geelong 
 Author: Mark Rovendro
 Light grayish border #D2D2E6 
 Blue:		#05049E
 Red:		#990033
 Link Blue: #0033CC;
 */
 
P {
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-Serif;
	text-align : justify;
	margin-top : 10px;
	margin-bottom : 0px;
}
BODY {
	font-size : 9pt;
	font-family : Arial, Helvetica, Sans-Serif;
	margin : 0px 0px 0px 0px;
}
ADDRESS {
	font-family : Times New Roman, Times, serif;
	font-size : xx-small;
	font-style : normal;
	/* color : #D2D2E6; */
	color:  #05049E;
}
A {
	text-decoration : none;
	color : #0033CC;
}
A:HOVER {
	color : red;
}
/*
A.HEADER:LINK:HOVER {
	color : red;
	text-decoration : underline;
}
*/
A.COPYRIGHT {
	/* color: #D2D2E6; */
	color:  #05049E;
	text-decoration : none;
}
/*
A:HOVER.COPYRIGHT {
	color: red;
	text-decoration : underline;
}
*/
TABLE{
	font-family : Arial, Helvetica, sans-serif;
	/* font-size : x-small; */
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
}
TH {
	text-align : center;
	font-size : 10pt;
}
.HEADER {
	color : #990033;
	font-size : 12pt;
	font-weight : bold;
}
.DIVBOX {
	border: 1px solid #D2D2E6;
	padding: 10px 10px 10px 10px;
	background-color: #F9F9FF;
}
