body {
	background-color: #ffcccc;
	color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 0px;
	right: 0px;
}

a:link {
	color: #cc0000;
	text-decoration: none; 
	border-bottom-style: none; 
	font-weight: bold;
}

a:visited {
	color: #cc0000;
	text-decoration: none;
	border-bottom-style: none; 
	font-weight: bold;
}

a:hover {
	color: #ff99cc;
	text-decoration: none; 
	border-bottom-color: #000000;
	border-bottom-width: 1px; 
	border-bottom-style: dotted; 
	font-weight: bold;
}

a:active {
	color: #cc0000; 
	text-decoration: none;
	border-bottom-style: none;  
	font-weight: bold;
}

h1 {
	font-family: georgia, Times New Roman, arial;
	font-size: 27px;
	font-weight: normal;
	line-height: 30px;
	letter-spacing: 8px;
	color: #990000;
	margin: 0px;
	text-transform: lowercase;
	padding-left: 10px;
	border-bottom: dashed;
	border-bottom-width: thin;
	border-bottom-color: #333333;
}

h2 {
	font-family: georgia, Times New Roman, arial;
	font-size: 20px;
	font-weight: normal;
	font-style: oblique;
	letter-spacing: 5px;
	text-transform: lowercase;
	padding-left: 20px;
	color: #cc0000;
	margin: 0px;
}

ul, li {
	margin-left: 5px;
	background-color: white;
	list-style-type: disc;
	line-height: 15px;	
}

i {
	background-color: none;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
}

.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	position: relative;
	margin-top: -30px;
	width: 800px;
	color: #000000;
	text-align: center;
	padding: 5px 0px 5px 0px; 
	margin-left: auto;
	margin-right: auto;
	line-height: 15px;
}
	
.content {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 12px;   
	width: 790px;
	text-align: justify;
	padding: 0px 5px 0px 5px; 
	margin-left: auto;
	margin-right: auto;
	line-height: 18px;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; 
	text-align: justify;
	padding: 0px 0px 0px 0px;   
}

#floatrightDiv {
	float: right;
	background-color: #cccccc;
	padding: 5px;
	margin: 5px;

}

#floatleftDiv {
	float: left;
	background-color: #cccccc;
	padding: 5px;
	margin: 5px;

}

table, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	line-height: 18px;
}

blockquote {
  font: Arial, Helvetica, sans-serif;
  padding: 10px;
  background-color: #dadada;
  width: 450px;
  margin: 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-image: url(images/open-quote.png);
  background-position: top left;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-indent: 23px;
  }
  blockquote span {
    	display: block;
    	background-image: url(images/close-quote.png);
    	background-repeat: no-repeat;
    	background-position: bottom right;
  	}
