/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	}
	
#wrapper {
	/*text-align: center;*/
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	border: 3px solid #FFFFFF;/*#465D62;*/
}

#logo {
	padding-bottom:3px;
	background-color: #CCCCCC;
	/*width: 500px;
	height: 53px;*/
}

#dynamiccontent {
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px 5px 10px 5px;
	margin: 5px 0 25px 0;
	/*color: #993300;*//*#465D62;*/
	font-size: 12px;
	color: #666666;
	}

#dynamiccontent b{
	font-size:13px;
}
ul .list{
	font-size : 12px;
	font-family : Helvetica, Arial, sans-serif;
	font-weight : normal;
	font-style : normal;
	color: #666666; 
	text-decoration : none;
}


	
#myaddress p {
	font-family: Helvetica, Arial, sans-serif;
	color: #465D62;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.6;
}

#copyright p {
	/*width: 500px;
	height: 60px;*/
	background-color: #CCCCCC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	color: #999999;
	width: 60%;
	border-top: 1px solid #999999;
	margin-top: 5px;
}


