@charset "UTF-8";
/* CSS Document */

b {
 color:#3f85be;
 }
 
 h1 {
 color:#0e3b79;
 font-size:14px;
 }
 

body {
	font-family:Tahoma; 
	font-size:11px;
	background-color:#e2e6e8;
	background-image:url(images/bg_repeat.jpg); 
	background-repeat:repeat-x;
	}
	
a:link {
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:active {
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;
	}
	
a:hover {
	color:#FF0000;
	text-decoration: underline;
	font-weight: bold;
	}
	
.footer {
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	color:#0e3b79;
	font-size:9px;
	
	
	}

.footer b {
	color:#0e3b79;
	font-size:9px;
	}
	
.footer a:link {
	color:#3f85be;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	}
	
.footer a:visited {
	color:#3f85be;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	}

.footer a:active {
	color:#3f85be;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	}
	
.footer a:hover {
	color:#0e3b79;
	font-weight:bold;
	text-decoration:underline;
	font-size:11px;
	}