

/* Presentation Stylesheet */ 

a:link {  color: #336699; text-decoration: none }
a:visited { color: #336699; text-decoration: none }
a:active { color: #336699; text-decoration: none }
a:hover {  color: #ff9900; text-decoration: underline }

#bar {         font-family: Arial, Helvetica, Sans-serif; font-weight: bold; }
#bar a:link {  color: #FFFFFF; text-decoration: none }
#bar a:visited { color: #FFFFFF; text-decoration: none }
#bar a:active { color: #CCCCCC; text-decoration: none }
#bar a:hover {  color: #ff9900; text-decoration: underline }


table.emwnresult td { border-left: 0px ;border-right: 0px ;border-top: 0px ;border-bottom: 0px solid #000000; }
table.emwnresult td.odd { background: #EEE; }

#cont  { 
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
}

h3, p {
 margin:0;
 padding:15px;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 font-size: 75%;
 }
 
p:first-letter {
 font-size: 80%; 
 font-weight: bold;
 color:blue;
 }
 
	dl {
		width: 200px;
		margin: 0 0 5px 5px;
		padding: 0;
		background: #ccc url(box_bottom.gif) no-repeat bottom left;
		}

	dt {
		margin: 0 0 10px 0;
		padding: 10px;
        font-family: Arial, Helvetica, Sans-serif;
		font-size: 90%;
        font-weight: 700; 
		color: #fff;
		border-bottom: 1px solid #fff;
		background: #999 url(box_top.gif) no-repeat top left;
		}
	
	dd {
		margin: 0 0 0 10px;
		padding: 0 10px 10px 10px;
		color: #666;
        font-family: Arial, Helvetica, Sans-serif;
		font-family: Verdana, sans-serif;
		font-size: 90%;
		background: url(arrow.gif) no-repeat 0 3px;
		}