/* CSS Document */

/* These styles are used for every regular link - ie. link to another site, mailto: links, etc.*/
A:link, A:active, A:visited {TEXT-DECORATION: none;
	color: #3399CC
	}
A:hover {COLOR: #999966}


/* This is just used for the top navigation - Home : Contact Us : Site Map */
A.nav:link, A.nav:active, A.nav:visited {
	TEXT-DECORATION: none;
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
A.nav:hover {COLOR: #3399CC}


/* This is just used for the very bottom navigation bar */
A.nav2:link, A.nav2:active, A.nav2:visited {
	TEXT-DECORATION: none;
	color: #CCCCCC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
A.nav2:hover {COLOR: #3399CC}

/* Sets the font size in bottom navigation bar */
.bnav {
	font-size: 10px;
	color: #999999;

	}


/* This is used for "back to top"*/
A.back:link, A.back:active, A.back:visited {
	TEXT-DECORATION: none;
	color: #999999;
	font-size: 10px;

	}
A.back:hover {COLOR: #666666}


/* This is the general/default font specifications used in the site */
P {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}

/* Same thing, but dealing with tables...*/
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
	
/* Sets the body background colour */
body {
	background-color: ffffff;
	left: 0px;
	}


/* Refers to all horizontal rules */
hr {
	color: #CCCCCC;
	width: 100%;
	}


/* Used for all general headings */
h5 {
	font-size: 12px;
	font-weight: bolder;
}


h4 {
	font-size: 14px;
	font-weight: bolder;
}
.publications {
	font-size: 9px;
}
.titleheadings {  font-size: 14px; font-weight: bold; color: #996600}
.SMALLCAPS {  font-size: 6px; text-transform: uppercase; text-decoration: none}

a img  {
    border: none;
}
