BODY {
	font-family: Verdana, Tahoma, Arial, Helvetica; 
	color: black;
        margin:10px 10px 0px 10px;
	padding:0px;
	background-color:#CCFFFF;
}

P {
	text-align: left;
        margin-left: 5px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;         
        font-size: 10pt;
	color: blue;        
}

TD {
        text-align: left;
        margin-left: 5px;
        margin-right: 5px; 
        margin-top: 35px;
        margin-bottom: 35px; 
        font-size: 10pt;
	color: blue;                       
}

DIV {
	font-family : Verdana, Tahoma, Helvetica, Arial;
}

P.heading  {
	text-align: left;
        font-size: 14pt;
        font-weight: bold;
        font-style: italic;        
        font-stretch: ultra-expanded;
	color: blue; 
	line-height: 200%
}

P.sec_head  {
	text-align: left;
        font-size: 12pt;
        font-weight: bold;
	color: blue; 
	line-height: 150%       
}

TD.photo  {
	text-align: center;
        font-size: 8pt;
	color: blue; 
	margin-left: 5px;
        margin-right: 5px;
        vAlign=middle; 
        align=center;
        background-color="#EDEBEB";
        border-width: 1;
}

a:link {color: #696; text-decoration: none; background-color: transparent }
a:visited { color: #699; text-decoration: none; background-color: transparent }
a:hover { color:#99FFFF; background-color:#004141; text-decoration: underline }
a:active { color: #900; text-decoration: underline; background-color: transparent }


	#frame {
		width:700px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		background:#eee;	
		}
		
	#contentleft {
		width:175px;
		padding:0px;
		float:left;
		border:1px solid #000;
		background:#fff;
		}
	
	#contentcenter {
		width:400px;
		padding:0px;
		float:left;
		border:1px solid #000;		
		background:#fff;
		}
	
	#contentright {
		width:118px;
		padding:0px;
		float:left;
		border:1px solid #000;		
		background:#CCCCff;
		}
	
	#contentheader {
		background:#fff
		}
		
	#footer {
    		clear: both;
    		bottom: 0;
    		background:#369;
		}
		