/* CSS Document */	/* architechture ----------------------------------------------------------- */body {	background-color: #fff;	background-repeat:repeat;	margin:0 0 0 0;	border: 0;}		.portimg {		float:left;		/*display:block; 'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/		padding: 6px 7px 6px 8px;		height:130px; width:130px;}.infoimg {		float:left;		/*display:block; 'padding-top' 'padding-right' 'padding-bottom' 'padding-left'*/		padding: 6px 0px 6px 0px;}					/* rules----------------------------------------------------------- */	 #dotted580 {		width:581px;		border-bottom: 1px dotted #333;		margin-bottom:6px;		margin-top:6px;		}	/* typo ----------------------------------------------------------- */	a {  	 font-family: "Gill Sans", helvetica, arial, sans-serif; 	 font-weight: none;	 font-size: 10px;	 text-decoration:underline;	 color: #333;}a:hover { 	 font-family: "Gill Sans", helvetica, arial, sans-serif; 	 font-weight: none;	 text-decoration:none;	 font-size: 10px;	 color: #00CC00;}p {  	 font-family: "Gill Sans", helvetica, arial, sans-serif; 	 font-weight: none;	 font-size: 10px;	 color: #333;	 margin: 0px 7px 0px 7px;}