/* CSS Document */

 p {
		font-size: 11px;
		line-height: 13px;
		color: #757575;
		position: relative;
		margin-top: 7px;
		margin-bottom: 7px;
	}
	
	 .header {
		font-size: 14px;
		color: #000000;
		margin-bottom: 0px;
		padding-bottom: 0px;
		line-height: 19px;
	}
	body, html {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	overflow-x: hidden;
	font-size: 10px;
		line-height: 13px;
		color: #757575;
	}
	
	#framecontent {
		width: 380px;
	}
	
	td {
		vertical-align: top;
		font-size: 10px;
		line-height: 13px;
		color: #757575;
	}
	
	#framecontent a:hover {
		color: #DF7F22;
	}
