/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
    font-family: Verdana,Helvetica;
    font-size: small;
    background-color:#99CCFF;
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
}
/* Re-coded HTMLements */
a:link,a:active,a:visited {
    color:#0066CC;
    text-decoration: none;
    font-family: Verdana,Helvetica;
}
a:hover {
    color:#6600CC;
    text-decoration: underline;
    font-family: Verdana,Helvetica;
}
/* General font families for common tags */
font,th,td,p,em {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
}
/* Classes */
.mainmenu {
    font-size: smaller;
    vertical-align: top;
    width: 180px;
}
.thinborder {    
    background-color:#666666;
    border: thin solid #000000;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
}
.thinborder a:link, .thinborder a:active, .thinborder a:visited {    
    color:#CCCCCC;
}
.news-ne{
	overflow:hidden;
	width: 20px;
	height: 20px;
	background-color: #99CCFF;
}
.news-se{
	overflow:hidden;
	background-color:#99CCFF;
	width: 20px;
	height: 20px;
}
.news-nw{
	overflow:hidden;
	background-color:#99CCFF;
	width: 20px;
	height: 20px;
}
.news-sw{
	overflow:hidden;
	background-color:#99CCFF;
	width: 20px;
	height: 20px;
}
.footer {
    text-align:center;
	font-style: italic;
	font-size:x-small;
}
.off-color {
    color:#FFFFFF;
}
.icon-home {
background-image:url(images/icon_home_bw.gif);
font-weight:bold;
background-repeat: no-repeat;
background-position: top left;
}
.icon-web {
background-image:url(images/icon_web_bw.gif);
font-weight:bold;
background-repeat: no-repeat;
background-position: top left;
}
.icon-content {
background-image:url(images/icon_content_bw.gif);
font-weight:bold;
background-repeat: no-repeat;
background-position: top left;
}
.toplogo { 
	background: url("http://www.ericles.com/images/fusion-blue.gif") center center no-repeat;
}
