body {
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
}

b.blue {
color: #E6E6BE;
font-family: "verdana", "arial", "geneva", sans-serif;
font-weght: bold;
}

b.white {
color: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
font-weght: bold;
}

/*	Paragraph									*/
p {
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
}

/*	Menu									*/
small.menu {
font-size: 10px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #575735;
font-size: 10px;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #575735;
font-size: 10px;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #575735;
font-size: 10px;

}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #575735;
font-size: 10px;
}

/*	side unvisited links							*/
a.sidelink:link {
color: #000000;
font-size: 12px;
text-decoration: none;
}

/*	side visited links							*/
a.sidelink:visited {
color: #000000;
font-size: 12px;
text-decoration: none;
}

/*	side active links (not widely supported)				*/
a.sidelink:active {
color: #000000;
font-size: 12px;
text-decoration: none;

}

/*	side links when hovered over (MSIE only)				*/
a.sidelink:hover {
color: #000000;
font-size: 12px;
text-decoration: none;
}


/*	Links unvisited links							*/
a.link:link {
color: #575735;
font-size: 12px;
}

/*	Links visited links							*/
a.link:visited {
color: #575735;
font-size: 12px;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #575735;
font-size: 12px;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #575735;
font-size: 12px;
}

/*	Unvisited links								*/
a:link {
color: #575735;
font-size: 12px;
}

/*	Visited links								*/
a:visited {
color: #575735;
font-size: 12px;
}

/*	Active links (not widely supported)					*/
a:active {
color: #575735;
font-size: 12px;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #575735;
font-size: 12px;
}

/*	Links unvisited links							*/
a.link:new {
color: #575735;
font-weight: bold;
font-size: 12px;
}

/*	Links visited links							*/
a.link:new {
color: #575735;
font-weight: bold;
font-size: 12px;
}

/*	Links active links (not widely supported)				*/
a.link:new {
color: #575735;
font-weight: bold;
font-size: 12px;
}

/*	Links when hovered over (MSIE only)					*/
a.link:new {
color: #575735;
font-weight: bold;
font-size: 12px;
}

/*	Unvisited links								*/
a:new {
color: #575735;
font-weight: bold;
font-size: 12px;
}

/*	Visited links								*/
a:new {
color: #575735;
font-weight: bold;
font-size: 12px;
}

/*	Active links (not widely supported)					*/
a:new {
color: #575735;
font-weight: bold;
font-size: 12px;
}

/*	Links when hovered over (MSIE only)					*/
a:new {
color: #575735;
font-weight: bold;
font-size: 12px;
}



/*	Links unordered lists							*/
ul {
list-style: disc;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 12px;
}


.footer {
font-size: 10px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
font-weight: normal;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
font-size: 16px;
font-weight: bold;
border: none;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for the main header on the Links home page		*/
h2 {
font-size: 14px;
font-weight: bold;
border: none;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 60px;
}

/*	Table cells								*/
td {
font-size: 12px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: 12px;
color: #000000;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Preformatted text							*/
pre {
font-size: small;
font-weight: bold;
color: #000000;
}

.form {
border: 0px;  
padding: 0px;
}

.descript {
font-size: 10px;
color: #333333;
font-family: "verdana", "arial", "geneva", sans-serif;
background: #EDEDC9;
}






