@charset "UTF-8";
/* CSS Document */

body{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}
#holder{
	position: relative;
}
#links {
	color: #666666;
	text-decoration: none;
	text-align: center;
	position: relative;
	line-height: 20px;
	font-size: 10px;
	margin-top: 100px;
}
#links a{
	text-decoration: none;
	font-size: 10px;
	color: #666666;
}
#logo{
	background-image: url(cmLOGOblack.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 365px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
}
#footer{
	height: 30px;
	width: 400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #999999;
}
#about{
	height: 30px;
	width: 650px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 120px;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #666666;
	line-height: 18pt;
	font-family: Arial, Helvetica, sans-serif;
}
