/* CSS Document DRAE pages styling */
body { overflow: scroll; }

#content p {
	font-size: 1em;
	padding-left: 2em;
	line-height: 1.3em;
}
#content h1 {
	font: normal 180%,  Arial, Helvetica, sans-serif;
	color: #660066;
	background-color: transparent;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC99FF;

}
#content h2 {
	font-size: 130%;
	color: #660066;
	background-color: transparent;
	border-bottom: 1px dotted #CC99FF;
		font-weight: bold;
}
#content h3 {
	font-size: 110%;
	color: #660066;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
		font-weight: bold;

}
/* sitepoint horizonal nav css */
/* in separate css */
/* end sitepoint  */


H1 {
	font-family:  Arial, Helvetica, sans-serif;
	color: #990099;
	font-size: x-large;
	font-weight: bold;
}
H2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: large;
	color: #990099;
	font-weight: bold;
}
H3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990099;
}
H4 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #990099;
	font-weight: bold;
}


A {font-weight: bold;}
A:link {color: #990099;}
A:visited {color: #FF0000;}
A:active {
	color: #0000FF;
	background-color: #FFFF00;
}
A:hover {
	color: #FFFFFF;
	background-color: #990099;
	text-decoration: none;
}

.error  {font-size: 14pt; font-family:  Arial, Helvetica, sans-serif; background-color: red; color: yellow; text-align:center; font-weight: bold; }

DIV.small {font-size: 8pt; font-family:  Arial, Helvetica, sans-serif;}

.smaller { font-size: smaller; font-family: Arial, Helvetica, sans-serif; }
.smaller { font-size: smaller; }
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
table {  font-family: Arial, Helvetica, sans-serif}
.large {
	font-size: 180%;
	color: #660066;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px;
}
#sidebar P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#footer {
	clear: both;
	padding: 5px;
	color: #AAAAAA;
	background-color: #FFFFFF;
	font-size: 70%;
}
#footer p {
	font-size: 1em;
	line-height: 1em;
	color: #AAAAAA;
}
#footer p.centre {
	text-align:center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#footer p.right {
	float:right;
}
#footer p.left {
	float: left;
}

.datetable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC99FF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
dt {
	text-indent: -3em;
	margin-top: 0.5em;
	margin-left: 3em;
}

