@charset "utf-8";
/* CSS Document */

a.toc:link {color:white; text-decoration:none;  font-weight:bold}     /* unvisited link */
a.toc:visited {color:white; text-decoration:none;  font-weight:bold}  /* visited link */
a.toc:hover {color:white; text-decoration:underline;  font-weight:bold}   /* mouse over link */

a:link {color:black; }     /* unvisited link */
a:visited {color:#666666}  /* visited link */
a:hover {color:#f90}   /* mouse over link */

.roundcont {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #f90;
	color: #fff;
	min-width:720px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.title {
font-size:14px;
padding-left:10px;
}

.cont {

	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	}
	
.contheader {

	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	}

.quotes {
	color: black; 
	padding:10px; 
	border: 1px dotted #f90;
	background:#FFFFFF;

}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}