HTML {
	height: 100%;
}

BODY {
	background-image: url(../Images/dot.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: white;
	margin: 0px;
	height: 100%;
}

BODY, TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

H1 {
	background-color: #CCCCCC;
	color: #002349;
	border-bottom: 1px solid #002349;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	padding: 2px 3px 2px 3px;
 	text-align:left;
}

H2 {
	color: #002349;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

H3 {
	border-bottom: 1px dotted #002349;
	color: #002349;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	padding: 0px 3px 0px 3px;
}

LI {
	line-height: 140%;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

A {
	color: blue;
}

.Small {
	font-size: 8pt;
}

FORM {
	margin: 0px;
}

SELECT {
	margin: 1px 0px 1px 0px;
}

/* Content Specific */

P {
	line-height: 140%;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

/* Borders */

.BorderAll    { border: 1px solid #002349; }
.BorderBottom { border-bottom: 1px solid #002349; }
.BorderLeft   { border-left: 1px solid #002349; }
.BorderRight  { border-right: 1px solid #002349; }
.BorderTop    { border-top: 1px solid #002349; }

.BorderBottom_Grey { border-bottom: 1px solid whitesmoke; }

.BorderBottom_Dots { border-bottom: 1px dotted #002349; }
.BorderLeft_Dots   { border-left: 1px dotted #002349; }
.BorderRight_Dots  { border-right: 1px dotted #002349; }
.BorderTop_Dots    { border-top: 1px dotted #002349; }

/* Colours */

.Dark      { color: #002349; }
.DarkBack  { background-color: #002349; }
.Light     { color: #CCCCCC; }
.LightBack { background-color: #CCCCCC; }
.ExtraBack { background-color: #CCCCCC; padding: 3px; }

.ExtraBack H3 { padding: 0px 5px 0px 5px; margin: 5px 0px 5px 0px; }
.ExtraBack P  { padding: 0px 5px 0px 5px; }

.Grey      { color: gray; }
.Green     { color: green; }
.Red       { color: red; }

/* Buttons */

.Button {
	color:  #002349;
	background-color: #CCCCCC;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.Button_Next {
	color:  #002349;
	background-color: #CCCCCC;
	font-family: Courier, Courier New, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 33px;
}

/* Text */

.Breadcrumb, .Breadcrumb A {
	color: #002349;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 0px;
	margin-bottom: 5px;
}

/* Overlib */

.overlib_Caption {
	background-color: #0054E3;
	color: white;
	font: normal normal bold 11px Arial, Helvetica, sans-serif;
	padding: 2px;
	cursor: move;
}

.overlib_Caption IMG { 
	margin: -3px -3px 0px -3px; 
}

.overlib_Close,
.overlib_Close A {
	background-color: #0054E3;
	color: white;
	font: normal normal bold 11px Arial, Helvetica, sans-serif;
	text-align: right;
	text-decoration: none;
	padding: 2px;
}

.overlib_Text {
	background-color: #F0EEE4;
	font: normal normal normal 12px Arial, Helvetica, sans-serif;
	padding: 4px;
}

/* Drop Shadows */

H1.Shadow {
	background: url(../Images/shadow1.gif) no-repeat bottom right;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

H1.Shadow div {
	background: url(../Images/shadow2.png) no-repeat left top;
	border: 0px;
	margin: 0px;
	padding: 0px 0px 6px 0px;
}

H1.Shadow div div {
	background-image: url(../Images/dot.gif);
	background-color: #CCCCCC;
	color: #002349;
	font: normal bold 11pt Arial, Helvetica, sans-serif;
	border: 1px solid #002349;
	margin: 0px 6px 0px 0px;
	padding: 2px 3px;
}
