@CHARSET "UTF-8";

    body {
    	
    	font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;
    	clear:both;
		font-weight:normal;
		letter-spacing:-1px;
		#margin:4px 0px;
		padding-top:0px;
		background-color: #999999;
    }
   
    h1 {
        color: #006EDF;
    } 

    h2, h3 { 
    	color: #000000;
    }
    
    hr {
    	height: 1px;
    	color: #006EDF;
    	background-color: #006EDF;
    	border:0pt none;
    	#float: left;
    }
    
    h1.plain_header {
    	color:#172323;
		font-family:arial,sans-serif;
		font-size:22px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:bold;
		#line-height:36px;
    }

	p.plain_header {
    	color: #999999;
		font-size:16px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		line-height: 5px;
    }
    
        p {
    	color: #999999;
		font-size:16px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		line-height:18px;
    }
    
    #header {
    	background-color: white;
    	line-height: 5px;
    	padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 0px;
    	padding-bottom: 20px;
    }
    
    #main {
        font-family:Cambria,Georgia,Myriad Pro,Arial,Helvetica;
        color: #999999;
        background-color: white;
		line-height: 14px;
    	padding-left: 10px;
    	padding-right: 10px;
    	padding-top: 0px;
    	padding-bottom: 20px;
    	margin-top: 5px;
    }
    
    #contentpane {
    	height: 100%;
    	
    }
    
    p.header {
    	color: #999999;
    	#margin: 0px;
    	
    }
    
    a {
    	color: #006EDF;
    	text-decoration: none;
    	border-bottom: 1px dotted;
    }
    
    li {
    	line-height: 20px;
    }
    
    .topic {
    	color: black; 
    	font-size: 16px;
    }

.rounded5px {
	
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	
	-webkit-border-radius: 5px;
}
