
body {
	font: 12px  Verdana, Sans-Serif;
	color: #222; 	
	margin: 0; 
	padding: 0; 
	background: #FFF url(../images/bg.gif) repeat-x;
	text-align: center;
}

/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #0788C3;
}
a:hover {
	border-bottom: 1px dotted #0788C3;
}


/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #06f;
	margin: 10px 20px 7px 20px;	 
}
h1 { font-size: 2.4em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 1.2em; font-weight: normal; }
h3 { font-size: 2.2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 15px; }
h4 { font-size: 1.4em; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
	font-size: 14px;
}
ul { list-style: disc; }
ol { list-style: decimal; }


p, dl { margin: 10px 20px; font-size: 14px; }


blockquote {
	margin: 10px 20px;
 	padding: 10px 10px 10px 32px;  
   border: 1px solid #F0F0F0;
	background: #f8f8f8 url(../images/quote.gif) no-repeat 12px 12px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, Serif;	
	color: #555;	
}
strong {
	font-weight: bold;
}

form {
	margin:  5px; 
	padding: 5px; 
	border: 1px solid #F0F0F0;
	background: #F8F8F8;
}

input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4; 	
	font: 11px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
div.fadehover {
	position: relative;
	}
 
img.a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
        }
 
img.b {
	position: absolute;
	left: 0;
	top: 0;
	}

