/* ========================================================== */
/* Define the standard styles                                 */
/* ========================================================== */

body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.1pc;
	color: #333333;
	background-color: #000000;
}

/* Define our text colours */

.textColorRed          { color: #FF0000; }
.textColorBlue         { color: #003366; }
.textColorBlack        { color: #000000; }
.textColorWhite        { color: #FFFFFF; }
.textColorGreySoft    { color: #CCCCCC; }
.textColorGreyMid     { color: #999999; }
.textColorGreyHard    { color: #666666; }


/* Define the link colours */

a        { color: #737173; }
a:hover  { color: #AFAFAF; }

/* Define Heading Styles */

h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 190%;
	line-height: 1.4pc;
}

h2 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 170%;
	line-height: 1.4pc;
}

h3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 150%;
	line-height: 1.4pc;
}

h4 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 130%;
	line-height: 1.4pc;
}

h5 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #928F92;
	font-size: 110%;
	line-height: 1.4pc;
}

h6 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 90%;
	line-height: 1.4pc;
}

/* Center Main Layout */

#centerMain {
	padding: 10px 10px 10px 10px;
	margin: 20px 20px 20px 20px;
}

#centerMain H1 {
	padding-bottom:5px;
	border-bottom: 1px solid #666666;
	margin-right: 77px;
}

#select a        { color: #737173; }
#select a:hover  { color: #AFAFAF; }

/* Left Menu */

#leftMenu {
	margin: 5px 28px 10px 12px;
	font-weight:bold;
	color:#737173;
	font-size: 90%;
}

#leftMenu a {
	text-decoration:none;
}

#leftMenu a:hover  { 
	text-decoration:underline;
}

/* driver table */

.centerTable {
	margin: 10px 70px 10px 40px;
}

/* copyright, webmaster email */

#siteInfo {
	margin: 5px 0px 0px 0px;
	padding:0px;
	text-align: left;
	font-size:80%;
	line-height:11px;
	color:#737173;
}

/* grey border */

.borderGrey {
	border: 1px solid #737173;
}

#select a        { 
	color: #333333; 
}
#select a:hover  { 
	color: #999999; 
}