/* Print stylesheet */
/* www.johnkirkpatrick.co.uk */
/* ©Duncan Weaver Three Degrees West 2008 */

/* Class defintions */

.bannertitle {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
.bigtitle {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}
.blackrow1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	vertical-align: bottom;
}
.blackrow2 {
    font-size: 10px; 
	color: #000000;
	vertical-align: top;
}
.discobox {
	color: #000000;
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	vertical-align: bottom;

}
.formbutton {
	background-color: #FFCC99;
	border: 2px outset #FFCC99;
}
.greyrow {
	border: 1px solid #333333;
}
.greyrow1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	vertical-align: bottom;
}
.greyrow2 {
	font-size: 10px;
	color: #000000;
	vertical-align: top;

}
.hilite {
	color: #FF9900;
}
.jtext {
	text-align: justify;
}
.linkbox {
	border: 1px solid #666666;
	padding: 3px;
	float: right;
	display: none;

}
.linkboxcell {
	font-size: 8pt;
	padding: 3px;
	vertical-align: top;
}
.mailfield {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px inset #FFCC99;
	color: #000000;
}
.runningtitle {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.smalltext {  
    font-size: 10px; 
}
.subtitle {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
}

/* Div classes to control printing */
.noprint { display: none }
.printonly { }

/* Standard tag redefinitions */
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    border-top-width: 0px; border-right-width: 0px
}
p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
} 
td {
	color: #000000;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr {
	color: #FFCC99;
	width: 100%;
	height: 1px;
	border-top: 1px solid;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}

/* Hyperlinks */
a:link {
	color: #FF9900; text-decoration: none}
a:visited {
	color: #FF9900; text-decoration: none}
a:hover {
	color: #000000; text-decoration: underline}
.discoboxbottom {
	color: #000000;
	font-size: 11px;
	border: 1px none #333333;
	vertical-align: bottom;
}
.greyedout {
	color: #666666;
}
.homeTitle {

	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
.homeQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC99;
	margin: 10px 0px 0px;
	padding: 0px 70px 0px 0px;

}
.homeQuoteName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFCC99;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	text-align: right;
}