body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0px;
	margin-bottom: 0px;
}
.mainBox {
	background-color: #FFFFFF;
	background-image: url(images/yetiBG.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.webYeti {
	font-weight: bold;
	color: #0078C1;
}
.leftShadow {
	width: 5px;
	background-image: url(images/leftShadow.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.rightShadow {
	width: 5px;
	background-image: url(images/rightShadow.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottomShadow {
	background-image: url(images/bottomShadow.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 10px;
}
.blShadow {
	width: 5px;
	height: 10px;
	background-image: url(images/shadowBL.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.brShadow {
	width: 5px;
	height: 10px;
	background-image: url(images/shadowBR.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.disclaimer {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666666;
}

a:link {
	color: #0078C1;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0078C1;
}
a:hover {
	text-decoration: underline;
	color: #0078C1;
}
a:active {
	text-decoration: none;
	color: #0078C1;
}


.footerText {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.inputBoxes {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0078c1;
}
.submit {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #0078c1;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 1px;
}
h1 {
	font-family: "Century Gothic", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
