/* CSS Document */

body {

background-color: #a6c5e3;
background-image : url(); 
background-attachment : fixed; 
background-repeat: no-repeat; 
background-position: fixed; top: 30px; left: 10px; 
font-color: #FFFFFF;
  font-family: georgia, times new roman;
  font-size: 12pt;   

scrollbar-face-color:#183d64;
scrollbar-arrow-color:#aac6f8;
scrollbar-track-color:#a6c5e3;
scrollbar-shadow-color:#052560;
scrollbar-highlight-color:#4781eb;
scrollbar-3dlight-color:#4781eb;
scrollbar-darkshadow-color:#052560;
}


.tabletop {background-image : url(images/headertext.jpg); 
  background-repeat: no-repeat; 
}

.bottomlink {font-size : 10pt; font-family: Monotype Corsiva, Pristina; color: #aac6f8;  text-decoration : none; font-weight: normal; toplink-position: bottom; } 

a.bottomlink:position {bottom; }
a.bottomlink:link {font-family: Monotype Corsiva, Pristina; text-decoration : none; color : #aac6f8; font-size: 10 pt; }
a.bottomlink:visited {font-family: Monotype Corsiva, Pristina; text-decoration : none; color: #159AEA; font-size: 10 pt; }
a.bottomlink:hover {font-family: Monotype Corsiva, Pristina; text-decoration : none; color: #4781eb; font-size: 10 pt; }

.table  {
  font-family : georgia, times new roman;
  font-size : 12pt;
  font-color: #FFFFFF;
  link-color: #aac6f8;
  visited-color:#159AEA
  hover-color:#4781eb
	 font-size: 11pt;
text-decoration : none;
	background-color:#183d64;
 }

a { 
  font-family: arial, sans-serif; 
  font-weight : normal;
  font-color: #007900;
} 

a:link { 
	color: #aac6f8;
	 font-size: 11pt;
text-decoration : underline;
	}
	
a:visited { 
	color: #159AEA;
	 font-size: 11pt;
text-decoration : underline; font-weight: bold;
	}
	
a:hover { 
	color: #4781eb;
	 font-size: 11pt;
text-decoration : italic;
	}
	
a:active { 
	color: #aac6f8;
	 font-size: 11pt;
text-decoration : underline;
	}

.heading { 
font-family : georgia, times new roman;
  font-size : 20pt;
  font-color: #2D44C9;
font-weight: bold; 
text-decoration :  italic;
	background-color: #FFFFFF;
 }
	
	
	
.copyright {
  font-family: verdana, arial, sans-serif;
  color : #FFFFFF;
  font-weight : normal;
  font-size : 8pt;
}
	
















