body {
background: white URL(../media/images/side4.gif) repeat-y fixed;
font-size: 12;
text-align: left;
font-family: "arial", "verdana", "geneva", sans-serif;
}

/*	Definition list									*/
dl {
color: #000000;
margin-Center: 60px;
font-size: x-small;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links unvisited links							*/
a.link:link {
color: ##000080;
}

/*	Links visited links							*/
a.link:visited {
color: #993399;
}

/*	Unvisited links								*/
a:link {
color: ##000080;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #993399;
}

/* header */
h1 {
font-size: 16;
font-weight: bold;
color: #000000;
background: #ffffff;
font-family: "arial", "geneva", "verdana", sans-serif;
}


/*	This is used for the sub headers  */
h2 {
font-size: 16;
font-weight: bold;
color: #000000;
background: #ffffff;
font-family: "arial", "geneva", "verdana", sans-serif;
}

/*	This is used for the sub headers  */
h4 {
font-size: 16;
font-weight: bold;
color: #000000;
background: #ffffff;
font-family: "arial", "geneva", "verdana", sans-serif;
}

/*	Table cells  */
td {
text-align: left;
margin: 0;
font-size: 12;
color: #000000;
font-family: "arial", "geneva", "verdana", sans-serif;
}

/*  Headers in table  */
.tableHeader {
font-size: 14;
font-weight: bold;
color: #000000;
font-family: "arial", "geneva", "verdana", sans-serif;
}

/* Set the font for paragraphs  */
p {
font-size: 14;
}

/* Set the first letter of every paragraph to be bigger */
P.BigFirst:first-letter {
font-size: 150%;
font-weight: bold;
color: #000080;
font-family: "times new roman", "arial", "geneva";
}

/*  Set the copyright info into the bottom center of the screen  
.copy {
position:absolute; 
bottom: 1;
left: 35%;
}*/
