@charset "UTF-8";
.style1 {color: #000000}
.oneColFixCtrHdr #header {
	background-color: #070707;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #000000;
	font-family: "Myriad Pro", Arial;
	font-size: 14px;
	font-weight: normal;
}
.oneColFixCtrHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #mainContent {
	background-color: #000000;
	background-repeat: no-repeat;
	height: 700px;
	float: left;
}
#Inside {
	margin-top: 170px;
	margin-left: 260px;
	margin-right: 70px;
	width: 630px;
	height: 450px;
	padding-left: 25px;
}
body,td,th {
	font-family: "Myriad Pro", Arial;
	color: #FFFFFF;
	font-size: 14px;
}
a:link {
	color: #B3045E;
}
a:hover {
	color: #FFFF00;
}
h1 {
	color: #FF0000;
	font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -10px;
	font-weight: 400;
}
#Footer {
	height: 30px;
	padding-top: 10px;
	color: white;
	margin-bottom: 10px;
}
#Footer #FooterContact {
	width: 400px;
	float: right;
	display: inline;
}
#FooterTiger {
	float: left;
	width: 450px;
	padding-left: 20px;
}
.pinkText {
	font-size: 22px;
	color: #93004C;
}
.imgSpacer {
	margin: 5px;
}
#Check {
	background-color: #FFFFFF;
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 950px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	height: 130px;
}
#Check p {
	margin: 0;
	color: #000000;
}
h3 {
	color: #FF0000;
	margin-top: 0px;
	font-size: 18px;
}
#table {
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}
