body {
color: #004080;
background: #FFFFFF;
}

/*	Paragraph									*/
p {
margin-left: 25px;
margin-right: 25px;
margin-top: 8px;
margin-bottom: 8px;
color: #00205F;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 8pt;
text-align:justify;
}

/*	Paragraph small									*/
p.small {
margin-left: 25px;
margin-right: 25px;
margin-top: 8px;
margin-bottom: 8px;
color: #00205F;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
font-size: 7pt;
text-align:justify;
}


/*	Definition list									*/
dl {
color: #00205F;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}



/*	Links unvisited links							*/
a.link:link {
font-size: 10pt;
color: #FF0000;
background: #FFFFFF;
}

/*	Links visited links							*/
a.link:visited {
font-size: 10pt;
color: 00205F;
background: #FFFFFF;
}

/*	Links active links (not widely supported)				*/
a.link:active {
font-size: 10pt;
color: FFFFFF;
background: #FFFFFF;
}

/*	Links when hovered over (MSIE only)					*/
a.link:hover {
font-size: 10pt;
color: #FF0000;
background: #FFFFFF;
}

/*	Unvisited links								*/
a:link {
color: FF0000;
background: #FFFFFF;
}

/*	Visited links								*/
a:visited {
color: #00205F;
background: #FFFFFF;
}

/*	Active links (not widely supported)					*/
a:active {
color: #FFFFFF;
background: #FFFFFF;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: FF0000;
background: #FFFFFF;
}

/*	Links unordered lists							*/
ul {
margin-left: 60px;
list-style: disc;
color: #004080;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}


/*	The link description							*/
span.descript {
font-size: 8pt;
color: #004080;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
margin-left: 40px;
margin-right: 40px;
font-size: 10pt;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #31638C;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for the main header on the Links home page		*/
h1.home {
margin-left: 40px;
margin-right: 40px;
font-size: 10pt;
font-weight: bold;
border: none;
color: #FFBA04;
background: #1A4E9A;
font-family: "verdana", "arial", "helvetica", sans-serif;
}

/*	This is used for the main headers					*/
h1 {
margin-left: 40px;
margin-right: 40px;
font-size: 10pt;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #296BC6;
font-family: "verdana", "arial", "helvetica", sans-serif;
}


/*	This is used for the sub headers					*/
h2 {
margin-left: 40px;
margin-right: 40px;
font-size: 10pt;
font-weight: bold;
border: none;
color: #FFFFFF;
background: #296BC6;
font-family: "verdana", "arial", "helvetica", sans-serif;
}

/*	This is used for the headers within the text					*/
h3 {
margin-left: 25px;
margin-right: 25px;
font-size: 10pt;
font-weight: bold;
border: none;
color: #00205F;
background: #FFFFFF;
font-family: "verdana", "arial", "helvetica", sans-serif;
}

/*	small headers					*/
h4 {
margin-left: 25px;
margin-right: 25px;
font-size: 9pt;
font-weight: bold;
border: none;
color: #00205F;
background: #FFFFFF;
font-family: "verdana", "arial", "helvetica", sans-serif;
}

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

/*	This is for page title						*/
strong.title {
margin-left: 25px;
font-size: 8pt;
font-weight: bold;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Table cells								*/
td {
font-size: 10pt;
color: #004080;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: 11pt;
color: #004080;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Preformatted text							*/
pre {
margin-left: 60px;
font-size: 10pt;
font-weight: bold;
color: #004080;
background: #FFFFFF;
}

/*	This is for the page last updated text					*/
small.update {
font-size: 7pt;
font-weight: bold;
color: #999999;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 60px;
font-size: 8pt;
font-weight: bold;
color: #004080;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}












