@charset "UTF-8";

body {
	background-image: url(images/OS%20100/OS-100-background.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:top center; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000;
}

.bodycopywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}


.bodycopyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #ed1c24;
}

.bodycopybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
}

.bodyheadred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ed1c24;
}

.bodyheadblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0e76bc;
}

.bodyheadwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #E77355;
}
a:active {
	text-decoration: none;
	color: #333;
}
