

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#4C4C4C;
}

img {
	border: none;
}


hr {
	color: #E6E4E2;
	border-bottom: 1px solid #D2D0CE;
	height: 1px;
	clear: both;
	margin-bottom: 5px;
	margin-top: -3px;
	line-height: 1px;
}
strong {
	font-weight: bold;
	color: #333;
}
table {
	border-collapse: collapse;
	border: #999;
	margin-bottom: 2px;
	margin-top: 2px;
	width:100%;
	color: #333;
}
td {
	padding:5px 5px 5px 5px;
	border-left: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-top: 0px solid #ccc;
	border-right: 0px solid #ccc;
}

pre, .code {
	padding: 6px 0 20px 6px;
	border-top: 3px solid #999;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	border-left: 3px solid #999;
	background-color: #fff;
	margin: 3px 0 20px 0;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#333;
	overflow:auto; 
	line-height:2.2em;	
}

address {
	line-height:120%;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;	
	padding: 10px 10px 10px 3px;
	font-size:15px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #E6E4E2;
}

#content {
	text-align: left;
	background: #EEEEEE;
	
}
#content a:link, #Content a:visited, #Content a:active {
	color: #000;	 
}
#content h1 {
	font-size: 18px;
	color: #999;
	margin: 0px;
	font-style: normal;
	border-bottom: 1px solid #999;
}
#content h2 {
	font-size: 16px;
	color: #999;
	margin: 0px;
	font-style: normal;
	border-bottom: 1px solid #999;
}
#content h3 {
	font-size: 12px;
	color: #333;
	margin: 0px;
}
#content h4 {
	font-size: 10px;
	color: #333;
	margin: 0px;
}

#content a:hover {
	color: #333;
	background-color: #ccc;
}
#content ul {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.7em;
	padding-left: 0.7em;
}
#content ol {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0.9em;
	padding-left: 0.9em;
}
#content ul li {
	list-style-type: square;
	padding-bottom: 8px;
}