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

body {

	color: #333;
	font-size: 90%;
	font-family: "Trebuchet MS";
	background-color: tranparent;
	overflow: hidden;
	*background-color: #f0f0f0;
	*background-image:url(images/iframe_back.png);
	*background-repeat: repeat-x;
	
	
	}
	
h3 {
	margin-top: -10px;
	*margin-top: 11px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #ccc;
	font-weight: normal;
	background-color: none;
	}	
h4 {
	font-size: 100%;
	margin-bottom: 10px;
	}
h5 {
	margin-bottom: -5px;
	}
a:link, a:visited {
	color: #900000;
	text-decoration: underline;
	}

a:hover {
	color: #cc0000;
	text-decoration: none;
	}

a:active {
	color: #cc3333;
	text-decoration: underline;
	}

ul {
	
	}
li {
	padding-left: -10px;
	list-style-position: outside;
	}

.quote {
	background-color: #f0f0f0;
	padding:2px;
	border: 1px solid #c0c0c0;
	}
.quote h5 {
	border: 1px solid;
	border-color: #c0c0c0;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	margin-top: 0px;
	}
img {
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	padding: 0px;
	}