/*
Light blue background colour: #84BDF7
*/

html {
	min-height: 101%; 
}

body {
	font-family: arial;
	background-color: white;
}

td {
	font-size: 10pt;
}

table#header {
	background-color: #84BDF7;
}

#breadcrumbs {
	padding-left: 1em;
	font-size: 8pt;
	line-height: 20px;
}

tr.userCommentHeader {
	background-color: #84BDF7;
}

tr.userCommentRow {
	font-style: italic;
}

tr.forumPostHighlight {
	background-color: #E4EDE7;
}

textarea {
	font-family: arial;
}

textarea.comment {
	font-family: arial;
	font-style: italic;
	font-size: 8pt;
}

.largetext {
	font-size: 16pt;
}

.smalltext{
	font-size: 8pt;
}

.smalltextwhite{
	font-size: 8pt;
	color: white;
}

.nonwhitebackground {
	color: white;
}

.errortext {
	background-color: red;
	color: white;
}

.successtext {
	background-color: green;
	color: white;
}

.error {
	color: red;
}

a {
	color: blue;
	font-size: 10pt;
	font-weight: normal;
}

a.nonwhitebackground {
	color: white;
	font-size: 10pt;
	font-weight: normal;
}

a.external {
	color: red;
	font-style: italic;
	font-size: 10pt;
	font-weight: normal;
}

a.externalcomment {
	color: red;
	font-style: italic;
	font-size: 8pt;
	font-weight: normal;
}

a:hover {
	color: green;
}
a:focus { 
	border: none;
	outline: none;
}

a.nonwhitebackground:hover {
	color: green;
}

P {
	font-size: 10pt;
}

p.clearleft {
	clear: left;
}

p.clearright {
	clear: right;
}

p.clearboth {
	clear: both;
}


H1 {
	text-align: center;
	font-size: 22pt;
}

H2 {
	font-size: 16pt;
}

.blog {
	text-align: center;
}

.blog img {
	border: 0;
	margin: 0.5em;
}

div.imgleft {
	border: 0;
	clear: left;
	float: left;
	text-align: center;
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
} 

div.imgright {
	border: 0;
	clear: right;
	float: right;
	text-align: center;
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
} 

div.imgcenter {
	border: 0;
	clear: both;
	text-align: center;
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
} 

div.adright {
	float: right;
}