@charset "utf-8";
/* CSS Document */
/*/////////////// Links ///////////////*/
/*#menu a:link {
	text-decoration:none;
	color:#134253;
	}
#menu a:visited {
	text-decoration:none;
	color:#134253;
	}
#menu a:hover {
	text-decoration:underline;
	color:#1c9ad6;
	}	*/
/*/////////////// RECTANGLES ///////////////*/
.recContact {
	height:15pt;
	width:5px;
	background-color:#1c9ad6;
	float:left;
	margin-right:5px;
	}
.rec {
	height:15pt;
	width:5px;
	background-color:#1c9ad6;
	float:left;
	margin-top:10px;
	margin-left:10px;
	margin-right:5px;
	}