/* CSS Document */

body {

background-color: #2D44C9;
background-image : url(); 
background-attachment : fixed; 
background-repeat: no-repeat; 
background-position: fixed; top: 30px; left: 10px; 
font-color: #2D44C9;
  font-family: georgia, times new roman;
  font-size: 12pt;   

scrollbar-face-color:#2D44C9;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#000080;
scrollbar-shadow-color:#804000;
scrollbar-highlight-color:#3535FF;
scrollbar-3dlight-color:#3535FF;
scrollbar-darkshadow-color:#000080;
}


.tabletop {background-image : url(images/banner.jpg); 
  background-repeat: no-repeat; 
}

.bottomlink {font-size : 10pt; font-family: Arial, Helvetica; color: #007900;  text-decoration : none; font-weight: normal; toplink-position: bottom; } 

a.bottomlink:position {bottom; }
a.bottomlink:link {font-family: arial, sans-serif; text-decoration : none; color : #000080; font-size: 10 pt; }
a.bottomlink:visited {font-family: arial, sans-serif; text-decoration : none; color: #F8C516; font-size: 10 pt; }
a.bottomlink:hover {font-family: arial, sans-serif; text-decoration : underline; color: #3535FF; font-size: 10 pt; }

.table  {
  font-family : georgia, times new roman;
  font-size : 12pt;
  font-color: #2D44C9;
  link-color: #004A00;
	 font-size: 11pt;
text-decoration : none;
	background-color: #FFFFFF;
 }

a { 
  font-family: arial, sans-serif; 
  font-weight : normal;
  font-color: #007900;
} 

a:link { 
	color: #000080;
	 font-size: 11pt;
text-decoration : underline;
	}
	
a:visited { 
	color: #F8C516;
	 font-size: 11pt;
text-decoration : underline; font-weight: bold;
	}
	
a:hover { 
	color: #3535FF;
	 font-size: 11pt;
text-decoration : underline;
	}
	
a:active { 
	color: #000080;
	 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;
}
	










