/* CSS Document 
Main Style Sheet
*/
body {
	background-color: #9EB3D0;
	background-image:url(images/watermark.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	font-family: "Lucida Calligraphy", "Lucida Console", "Lucida Sans", "Lucida Sans Typewriter", "Lucida Sans Unicode";
	color:#3057BF;
	font-weight:400;
	font-size:95%;
	cursor:url(images/cursor.cur); 
}
.prices{
	font-family: "Lucida Calligraphy", "Lucida Console", "Lucida Sans", "Lucida Sans Typewriter", "Lucida Sans Unicode";
	font-weight:900;
	font-size:95%;
	font-style:oblique;
	text-shadow:Navy;
}
a {
    font-family: "Lucida Calligraphy", "Lucida Console", "Lucida Sans", "Lucida Sans Typewriter", "Lucida Sans Unicode";
	text-decoration:none;
	color:#364C86;
	font-weight:bold;
	cursor:url(images/cursor.cur); 
}
a:hover{
    font-family: "Lucida Calligraphy", "Lucida Console", "Lucida Sans", "Lucida Sans Typewriter", "Lucida Sans Unicode";
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	cursor:url(images/cursor.cur); 
}
h2 {
    font-family: "Lucida Calligraphy", "Lucida Console", "Lucida Sans", "Lucida Sans Typewriter", "Lucida Sans Unicode";
	color:#364C86;
}
h3 {
    font-family: "Lucida Calligraphy", "Lucida Console", "Lucida Sans", "Lucida Sans Typewriter", "Lucida Sans Unicode";
	color:#364C86;
}
 .info {
    font-family: "Lucida Console", "Lucida Calligraphy", "Lucida Sans", "Lucida Sans Typewriter", "Lucida Sans Unicode";
	color:#364C86;
	font-weight:400;
	font-size:80%;
}
img{
  border-bottom-style:solid;
  border-bottom-color:#364C86;
  border-bottom-width:thick;
  border-left-style:solid;
  border-left-color:#364C86;
  border-left-width:medium;
  border-right-style:solid;
  border-right-color:#0066CC;
  border-right-width:thin;
  border-top-style:solid;
  border-top-color:#0066CC;
  border-top-width:thin;
}

