/* CSS Document */
/* Logo Bar CSS */
body {
	background-color: #9EB3D0;
	background-image:    url(./images/top-logo.gif);
	background-repeat:no-repeat;
	cursor:url(./images/cursor.cur); 
}
#line {
	border-top-style:none;
	border-right-style:none;
	border-left-style:none;
    border-bottom-width:medium;
	border-bottom-style:groove;
	border-bottom-color:#000066;
	cursor:url(./images/cursor.cur); 
}
a {
   color:#364C86;
   font-size:100%;
   font-weight:bolder;
   text-decoration:none;
   text-transform:uppercase;
   cursor:url(./images/cursor.cur); 
}
a:hover {
   color:#ffffff;
   font-size:100%;
   font-weight:bolder;
   text-decoration:none;
   text-transform:uppercase;
   cursor:url(./images/cursor.cur); 
}
