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

.roundcont {
	width: 90%;
	background-color: #E1DDD0;
	color: #000000;
	float:left;
	margin-top:15px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
}

.roundcont ul {
width:100%;
margin:0 0;
padding:0px;
background-color: #E1DDD0;
list-style-type:none;
color:#444444;
font-size:12px;
line-height:20px;
font-weight:normal;
font-family:"Trebuchet MS", "Lucida Sans", sans-serif;
text-indent:5%;
}
.roundcont ul li {
	margin-left:0px;
}
.roundcont ul li a:link {
	color:#000000;
	text-decoration:none;
	display:block;
	width:100%;
}
.roundcont ul li a:active {
	color:#000000;
    text-decoration:none;
	display:block;
	width:100%;
}
.roundcont ul li a:visited {
    color:#000000;
    text-decoration:none;
	display:block;
	width:100%;
}
.roundcont ul li a:hover {
	color:#FF6600;
	background:#F1EDE2;
	text-decoration:none;
	display:block;
	width:100%;
}
.roundtop { 
	background: url(img/tr.gif) no-repeat top right; 
}
.roundbottom {
	background: url(img/br.gif) no-repeat top right; 
}
img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.highlight {
	width: 250px;
	background-image:url(img/highlight.png);
	background-position:0 0;
	background-repeat:repeat-y;
	color: #000000;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:12px;
}
.hightop { 
	background: url(img/highlight-tr.png) no-repeat top right; 
}
.highbottom {
	background: url(img/highlight-br.png) no-repeat bottom right; 
}
img.high {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

p.highlight-text{
margin:0 0 5px 0;
padding:0px 8px 5px 8px;
font-family:"Book Antiqua", "Bookman Old Style", Georgia, "Times New Roman", sans-serif;
font-size:24px;
line-height:26px;
font-weight:normal;
text-align:left;
color:#000;
}

p.highlight-body{
margin:0;
padding:4px 15px 5px 8px;
font-family:"Trebuchet MS", "Lucida Sans", Tahoma, Arial, sans-serif;
font-size:14px;
line-height:20px;
font-weight:normal;
text-align:left;
color:#000;
}