@charset "UTF-8";
/* CSS Document */

.tabletopborder {
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #00488D;
	
}
body {
	margin-top: 0px;
	margin-left: 15px;
	background-color: #9fabd0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
.youarehere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #00488D;	
}
.youareheresub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
.cartlines {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E4F1;
}

.largertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003E7E;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003E7E;
	font-weight: bold;
}
.bottomnavline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00488D;
	padding-top: 10px;
}
.smallprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #00488D;
}
.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;	
}
.tableoutline {
	padding: 5px;
	border: 1px solid #9FABD0;
}

.warning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
.buttontd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9FABD0;
}
.logintop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003E7E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003E7E;
}
.outlines {
	border: 1px solid #CCCCCC;
}
a.smallprintlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00488D;
	text-decoration: underline;
}
a.smallprintlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00488D;
	text-decoration: underline;
}
a.smallprintlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00488D;
	text-decoration: none;
}
a.smallprintlink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.clear {clear:both;}