html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #142E4B;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
}	
	
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

#navigation {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}

#navigation a {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
}

.normaltext {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 13px;
	line-height: 18px;
}

.mediumtext {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 11px;
	line-height: 12px;
}

.smalltext {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 9px;
	line-height: 10px;
}

.bigtext {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 16px;
	line-height: 20px;
}

.xtralargetext {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 45px;
	font-weight: bold;
	line-height: 50px;
}

.title {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0066CC;
	line-height: 25px;
}

.underlinetext {
	text-decoration: underline;
}

.whiteborder {
	border: 1px solid #FFFFFF;
}

.blackborder {
	border: 1px solid #000000;
}
.price {
	font-family: Helvetica, Arial, Verdana,  sans-serif;
	font-size: 24px;
	line-height: 17px;
	font-weight: bold;
}

.bigbigbox {
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #0C1C32;
	border-bottom-color: #000;
	border-left-color: #182A43;
}
.brownborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #463522;
	border-bottom-color: #000;
	border-left-color: #666;
}
.clearance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #C00;
}
