@charset "UTF-8";
/* CSS Document */
html {box-sizing: border-box;}*,*:before,*:after{box-sizing: inherit;}
html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;text-size-adjust: 100%;}
body {
	margin: 0 !important;
	padding: 12px !important;
	border: none !important;
	Width: 100% !important;
	background-image: url(Images/CSM-Background.gif);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	-ms-text-size-adjust: none;
}
input {position: relative; top: 3px; width: 100%; height: 30px; border: solid #666 1px; background-color: #EEE; padding: 0px 8px; font-size: small; color: #333; border-radius: 8px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: 12px;}

button {font-size: medium; padding: 10px 16px; border: solid #666 1px; background-color: #444; color: #EEE; border-radius: 8px; font-weight: bold;}

.button {font-size: medium; padding: 10px 16px; border: solid #666 1px; background-color: #444; color: #EEE; border-radius: 8px; font-weight: bold; width: 85px;}

.container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	background-color: #FFF;
}
.mainContent {
	width: 100%;
	background-color: #FFF;
	padding: 0 16px;
}
.footer {
	width: 100%;
	background-color: #FFF;
}
p {
		padding: 0;
		margin: 0;
		font-size: 1em;
		line-height: 1.35em;
		font-style: normal;
		color: #444;
}
h1 {
		font-size: 1.5em;
		line-height: 1.5em;
		font-style: normal;
		color: #444;
}
h4 {
		font-size: 1em;
		line-height: 1.4em;
		font-style: normal;
		color: #444;
}
.clearfloat {
	clear: both;
}
.style4 {font-size: medium; font-weight: normal;}
.style10 {font-size: x-small; color: #990000; font-weight: bold; text-align: center;}
a:link {color: #333; text-decoration: none; font-weight: bold;}
a:visited {text-decoration: none; color: #006600; font-weight: bold}
a:hover {text-decoration: underline; color: #990000; font-weight: bold}
a:active {text-decoration: none; color: #006600; font-weight: bold}