html
{
	margin:0;
	padding:0;

}

body
{
	margin:0;
	padding:0;

	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}

html>head:first-child+body
{
	font-size:small;
}

img
{
	border:0;
}


input,textarea 
{
	border: 1px solid #cfcfcf;
	font-size:12px;

}

.button
{
	background-color:#eeeeee;
	margin-right:5px;
	font-size:12px;
}

p
{
	font-size:small;
}

html>head:first-child+body p
{
	font-size: small;
}


/* Original styles */
a:hover 
{  
	color: #CC0000; 
	text-decoration: underline
}

a:active 
{  
	color: #00715f; 
	text-decoration: none
}

a:link 
{  
	color: #00715f; 
	text-decoration: none
}

a:visited 
{  
	color: #00715f; 
	text-decoration: none
}


ul 
{
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
}

ol 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

html>head:first-child+body ol
{
	font-size:small;
}



h1 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:21px;
	color: #00715f;
}

h2 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:normal;
	font-weight: bold;
	color: #00715f;
}

/* Consider removing h3 tag - doesn't function as a heading */
h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #00715f;
	font-style: normal;
	font-weight: normal;
}

h4 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}

.backtotop
{
	border-right:1px solid #006699;
	border-bottom:1px solid #006699;
	text-align:right;
	font-size:0.85em;
	padding:5px;
	width:100%;
	margin:0;
	margin-bottom:30px;
	margin-right:-15px;
}

.backtotop a
{
	color:#000000;
}

.backtotop-mid
{
	border-right:1px solid #006699;
	border-bottom:1px solid #006699;
	text-align:right;
	font-size:0.85em;
	padding:5px;
	width:95%;
	margin:0;
	margin-bottom:30px;
	margin-right:-15px;
}

.backtotop-mid a
{
	color:#000000;
}

.backtotop-narrow
{
	border-right:1px solid #006699;
	border-bottom:1px solid #006699;
	text-align:right;
	font-size:0.85em;
	padding:5px;
	width:85%;
	margin:0;
	margin-bottom:30px;
	margin-right:-15px;
}

.backtotop-narrow a
{
	color:#000000;
}

table
{
	font-size:0.95em;
}

.hide
{
	height:0;
	width:0;
	overflow:hidden;
	position:absolute;
}

