/* CSS for DMail Standard Elements */


body {
	margin: 0;
	font-size: 75%;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

BODY#rhf {
	margin: 10px;
	background-color: #FFFFFF;
}

p {
	font-size: 0.9em;
}

a, a:active, a:visited  {
	font-weight: bold;
	text-decoration: none;
	color: #246371
}

a:hover {
	text-decoration: none;
}

a.pageNav {
	font-weight: bold;
	text-decoration: underline;
	color: #993333
}

a.pageNav:hover {
	text-decoration: none;
}



h1 {
	font-weight: bold;
	font-size: 1.2em;
	color: #246371
}

h2 {
	font-weight: bold;
	font-size: 1em;
	color: #246371;
	margin: 0;
}
h3{
	font-size: 0.9em;
	color: #000000;
}

div {
	position: relative;
}

.breaker {
	clear: both;
}

.errorText {
	color: #CC0000;
	font-weight: bold;
}

.txtSmall {
	font-size: 0.8em;
	font-weight: normal;
}

#divDisclaimer {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.9em;
	color: #000000;
	text-align: center;
}

#divTitleContainer {
	width: 100%;
	height: 34px;
	background-image: url(../images/main/title_bgtile.gif);
}

#divTitleLeft {
	width: 10px; 
	height: 34px;
	float: left;
}

#divTitleCentre {
	float: left;
	font-size: 1.2em;
	color: #FFFFFF;
	padding: 7px 0 4px 10px;
	font-weight: bold;
}

#divTitleRight {
	width: 10px; 
	height: 34px;
	float: right;
}
