body {
		background:#cccccc;		
		text-align: center;
		}
A { 
	color: #003366; 
	text-decoration: none;  
	font-weight : bold;  
}	
	h1 {
	font-family : Verdana,Tahoma;
	font-size : 16px;
	text-align : left;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 5px;
	margin-top : 0px;	
	color : BLACK;
	border-bottom : 1px solid BLACK;
	padding : 5px;
}
h2 {
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
	text-align : left;
	margin-bottom : 2px;
	margin-top : 2px;
}
	h3,h4 {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
	margin-bottom : 2px;
	margin-top : 2px;
}

	h5,h6 {
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	text-align : left;
	margin-bottom : 2px;
	margin-top : 2px;
}

pre {
	font-family : "Courier New";
	font-size : 12px;
	text-align : left;
	color: #000000;
	font-weight : normal;
}

#overview {
	font-family : Verdana;
	font-size : 12px;
	color: #666666;
	padding : 5px;
}

pre.code {
	color: Black;
	font-size : 12px;
	margin-bottom : 5px;
	margin-top : 5px;
	color: #700000;
	border : 1px solid Black;
	background-color : #efefef;
	padding : 2px;
}	
input, select {    
    height: 16px;
    border: 1px solid black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:white;
    font-size: 10px;
    font-weight: normal;
    color: #747474;
}
textarea {       
    border: 1px solid black;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color:white;
    font-size: 10px;
    font-weight: normal;
    color: #747474;
}
div.centerlogo {
   text-align : center;
	background-color: #efefef;
	border-bottom : 1px solid #ccc;
}
div.outer {
	margin : 10px auto;
	background-color : White;
	border : 1px solid BLACK;
	width : 900px;
}
pre.code {
	color: Black;
	font-size : 12px;
	margin-bottom : 5px;
	margin-top : 5px;
	color: #700000;
	border : 1px solid Black;
	background-color : #efefef;
	padding : 2px;
}	
div.content {
	margin : 0px 0px 0px 160px;
	padding : 5px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.8em;
}
div.menu {
	font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	text-align : left;
	width : 150px;
	float : left;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
}
div.menu a {
	display : block;
	padding : 5px;
	line-height : 1.5em;
}

div.menu h4 {
	border-bottom : 1px solid #ccc;
	text-align : center;
	font-family : Verdana;
	font-size : 13px;
	font-weight : bold;
	color : #a00;
	padding : 5px;
}
div.pinfo {
	text-align: right;
	color : #fff;
	background-color: #333;
	padding : 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
