/* Normal, standard links. */
a:link
{
	color: #3A00F4;
	text-decoration: underline;
}
a:visited
{
	color: #91198B;
	text-decoration: underline;
}
a:hover
{
	color: #3A00F4;
	text-decoration: underline;
}

/* Navigation links for the main navigation */
.nav, .nav:link
{
	color: #3A00F4;
	text-decoration: underline;
}

.nav:visited
{
	color: #91198B;
	text-decoration: underline;
}

a.nav:hover
{
	color: #3A00F4;
	text-decoration: underline;
}

/*Body Text etc*/
body, td, th , tr
{
font-family: Microsoft Sans Serif;
	font-size: 12px;
	color: #000000;
}

/*headers*/
h1,h2,h3,h4,h5,h6 {font-family: Arial, Helvetica, sans-serif;}
h1 {font-size: 16px;
	color: #333333;}
h2 {font-size: 14px;
	color: #333333;}
h3 {font-size: 12px;
	color: #333333;}

/*The body of the page*/
	
body {
	background-color: #F2F2F2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.maintable {
    width: 98%;
	border: 5px solid #000000;
	border-color: #000000;
}

.headtable {
	width: 100%;
	background-color: #000000;
	}
	
.smalltext {
	font-size: 10px;
	color: #333333;
	}
	
.linkedimages {
	border: none;
	}
	
