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

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

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;
}

/* This is for the tables shown on the site */

table
{
empty-cells: show;
text-align: center;
}

th
{
color: #CC0000;
}

/* This is for the unordered lists on the site */

ul
{
list-style-type: circle;
}

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

.sub
{
color: #CC0000;
font-weight: bold;
}

.info
{
color: #000000;
font-weight: normal;
}

/* This is for the h4 property, only used on the front page */

h4
{
color: #000080;
background-color: #E9E9E9;
}

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

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

p.small
{
font-size: small
}

p.bold
{
font-weight: bold;
font-size: large;
}

/* 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.left
{
display: block;
margin-left: auto;
margin-right: auto;
}

img
{
border: none;
}

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

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

img.border
{
border: 1px solid #000000;
}