/* This is for the body of the site */

body
{
background-color: #EFEFEF;
font-family: tahoma, sans-serif;
font-size: medium;
color: #000000;
margin: 1% 1% 1% 1%;
}

a:link
{
color: #0000FF;
text-decoration: underline;
}

a:visited
{
color: #000080;
text-decoration: underline;
}

a:hover
{
color: #FF0000;
text-decoration: underline;
}

a:active
{
color: #FF0000;
text-decoration: underline;
}

ul.decimal
{
list-style-type:decimal;
}

/* This defines the small text at the bottom of each page */

p.tiny
{
font-size: x-small
}

/* This defines the horizontal rules */

hr
{
	height: 2px;
	border: 0;
	color: #000000;
	background-color: #000000;
}

hr.thin
{
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;
}

/* This defines the small pictures shown around the site */

img.noborder
{
border: none;
}

img.left
{
margin: 1%;
float: left;
border: 1px solid #FFFFFF;
}

img.leftnoborder
{
margin: 5%;
float: left;
border: none;
}

img.right
{
margin: 1%;
float: right;
border: 1px solid #000000;
}

img.rightnoborder
{
margin: 5%;
float: right;
border: none;
}

img.middle
{
vertical-align: middle;
margin-left: 20px;
}