/**

 * You can place your custom CSS statements here

 * it is better to write everything custom here

 * because this file won't be replaced during upgrade

 * Don't forget to rename this file to "site.css"

 */

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #D00;
}
a:active {
	text-decoration: none;
	color: #b5b591;
}
h1 {
	font-size: 20px;
	color: #C00;
	text-align: center;
}
h3 {
	font-size: 18px;
	color: ##696a5c;
	text-align: left;
}
h5 {
	font-size: 16px;
	color: ##696a5c;
	text-align: left;
}
body,td,th {
	font-size: 10pt;
	color: #333;
}
h2 {
	font-size: 18px;
	color: ##696a5c;
}
h4 {
	font-size: 16px;
	color: ##696a5c;
}
h6 {
	font-size: 14px;
	color: ##696a5c;
}

@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	top: 10px;
	bottom: 10px;
	background-color: #FFF;
}
.oneColFixCtr #container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.maingreytableborder {
	border: 1px solid #B3B3B5;
}
.olivebacktablecolour {
	background-color: #b5b591;
}
.SubHeaderLinkText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
}
.ninepoint {
	font-size: 9pt;
}
.SideBarSubCategory {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #696a5c;
	text-align: left;
}
.TableOfContentsTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #b5b591;
	text-align: left;
	text-decoration: underline;
}
.OliveText {
	color: #b5b591;
}
.AudioVideoTableTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #696a5c;
	text-align: left;
}

