/* OTD Colours:
   Yellow #FFCC00
   Blue Dark #000066 
   Blue Light #0066CC 
*/

a:link {
	color: #0066CC;
	text-decoration: none;
}

a:visited {
	color: #999999;
	text-decoration: none;
}

a:hover, a:visited:hover, a:link:hover {
	color: #FF9900;
	text-decoration: underline;
}

a.anchortop {
	color: #999999;
	cursor: n-resize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 36px;
	text-align: right;
	text-transform: lowercase;
}

b, strong {

}

body {
	font: 10pt Arial, Helvetica, sans-serif;
}

caption, .caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
    caption-side: top;
    text-align: centre;
}

h1 {
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
	border-top: 0px solid #000000;
	font: bold 12pt "Arial", "Helvetica", "sans-serif";
}

h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 100%;
	margin-top: 2em;
}

h3 {
	color: #000000;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

h4 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}

h1 + h2, h2 + h3 {
	margin-top: 1em;
}

h2 + p, h2 + ul {
	margin-top: 0.5em;
}

hr {
	border-style: none;
	color: #CCCCCC;
	height: 1px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 0.125em;
	margin-top: 0.125em;
	text-indent: 3px;
}

input.required {
	background-color: #FFFFCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

li {
	line-height: 100%;
}

p {
	font: 9pt Arial, Helvetica, sans-serif;
}

p.dropcap:first-letter {
	float: left;
	font-size: 250%;
	line-height: 100%;
	padding: 0;
	vertical-align: top;
}

p.dropcap:first-line, h1 + p:first-line {
	
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.25em;
	text-indent: 3px;
}

table {
	border-collapse: collapse;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	empty-cells: show;
	caption-side: top;
}

table.box {
	border: 1px solid #0066CC;
}

table.box td {
	border: none;
	padding: 9px 12px 3px;
}

table.box td p, 
table.box td h2, table.box td h3, table.box td h4,
table.box td ul, table.box td ol {
	font-size: 10pt;
	line-height: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

td {
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10pt;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 0.125em;
	margin-top: 0.125em;
	text-indent: 3px;
	width: 500px;
}

textarea.required {
	background-color: #FFFFCC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

th {
	background-color: #FFFFFF;
	border-bottom: 2px solid #0066CC;
	border-top-color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: bottom;
}

tr.tablefooter td, td.tablefooter {
	border-top: 2px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

tr.tablefooter2 td, td.tablefooter2 {
	border-top: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

tr.tableheader td, td.tableheader {
	background-color: #EEEEEE;
	border-bottom: 2px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: bottom;
}

tr.tableheader2 td, td.tableheader2 {
	background-color: #FFFFFF;
	border-bottom: 2px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1.5em;
	vertical-align: bottom;
}

tr.tableheader3 td, td.tableheader3 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1em;
	vertical-align: bottom;
}

ul.bulletcross, li.bulletcross {
	list-style-image: url(../images/icons/cross.gif);
}

ul.bulletflush, ul.bulletflush {
	margin-left: 12px;
}

ul.bullettick, li.bullettick {
	list-style-image: url(../images/icons/tick.gif);
}

ul.contents, li.contents ul  {
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/icons/contents.gif);
}

ul.contents ul {
	list-style-image: url(../images/icons/contents2.gif);
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

ul.contents-www, li.contents-www {
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: url(../images/icons/internet.gif);
}

.backgrey {
	background-color: #EEEEEE;
}

.backgreyborder {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	color: #000000;
	padding: 6px;
}
.borderblue {
	border: 1px solid #0066CC;
	padding: 6px;
}

.bordergrey {
	border: 1px solid #CCCCCC;
	padding: 6px;
}

.padfull {
	margin-bottom: 1em;
	margin-top: 1em;
}

.padhalf {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.padnone {
	margin-bottom: 0em;
	margin-top: 0em;
	padding: 0px;
}

.padquarter {
	margin-bottom: 0.25em;
	margin-top: 0.25em;
}

.padtwice {
	margin-bottom: 1em;
	margin-top: 1em;
}

.required {
	background-color: #FFFFCC;
	font-weight: bold;
}

.textgrey {
	color: #999999;
}

.textplain {
	font-weight: normal;
	letter-spacing: normal;

}

.textplaingrey {
	font-weight: normal;
	color: #999999;
	letter-spacing: normal;

}

.textplainsmaller {
	font-size: smaller;
	font-weight: normal;
	letter-spacing: normal;

}

.transparent {
	background-color: transparent;
}

.widthfull {
	width: 100%;
}

.widthhalf {
	width: 50%;
}

.widthquarter {
	width: 25%;
}
