body {
	background: #CCC url(../images/bg.gif) repeat-x;
	color: #6B6B6B;
	text-align: center;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	font-size: 90%;
}

/* links */
a {
	color: #6A4077;
	font-weight: bold;
}

a:visited {
	color: #6A4077;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #5A0035;
	text-decoration: underline;
}

p {
	line-height: 1.3em;

}


h1 {
	font-size: 140%;
	color: #792365;
}
h2 {
	font-size: 120%;
	color: #813697;
}


blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}
th {
	background: #6A4077;
	text-align: left;
	color: #FFFFFF;
}
tr {
	background: #F8F8F8;
}


tr.shade {
	background: #EFEFEF;
}

/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}





.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
.small {font-size: 80%;}
.important {
	background-color: #F8E4F3;
	border: 1px solid #792365;
	padding: 5px;
}

