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

body {
	font-family: Georgia, serif;
	font-size:10px; 
	font-weight: bold;
	background-image: url(images/background_blue.jpg);
}

p{
font-family: verdana;
	font-size:12px; 
	font-weight: normal;
	letter-spacing: 0px;
	color:#000;
	
}

h1{
font-family: Georgia, serif;
	font-size:18px; 
	color:#000;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: +1px;
	
}


h2{
font-family: Georgia, serif;
	font-size:14px; 
	color:#000;
	font-weight: bold;
	text-transform:uppercase;
	letter-spacing: +1px;
}


h3{
font-family: verdana;
	font-size:12px; 
	font-weight: bold;
	letter-spacing: 0px;
	color:#000;
	margin-bottom:-10px;	
}


a {font-family:  Georgia, serif;  font-size: 12px; font-weight: bold; color: #fff; text-decoration:none;}
a:link {font-family:  Georgia, serif; font-size: 12px; font-weight: bold; color: #fff;text-decoration:none; }
a:visited {font-family:  Georgia, serif; font-size: 12px; font-weight: bold; color: #fff; text-decoration:none;}
a:hover {font-family:  Georgia, serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration:underline; }
a:active {font-family:  Georgia, serif; font-size: 12px; font-weight: bold; color: #000000;text-decoration:underline; }

a.slippers {font-family:  Georgia, serif;  font-size: 12px; font-weight: bold; color: #336600; text-decoration:none;}
a.slippers:link {font-family:  Georgia, serif; font-size: 12px; font-weight: bold; color: #336600;text-decoration:none; }
a.slippers:visited {font-family:  Georgia, serif; font-size: 12px; font-weight: bold; color: #336600; text-decoration:none;}
a.slippers:hover {font-family:  Georgia, serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration:underline; }
a.slippers:active {font-family:  Georgia, serif; font-size: 12px; font-weight: bold; color: #000000;text-decoration:underline; }

img.border {
background-color:#fff;
padding:6px;
border:1px solid #000;
} 

table.sizing {
font-family: verdana;
	font-size:12px; 
	font-weight: normal;
	letter-spacing: 0px;
	color:#000;}

