/* Master link colors */
a:link {
	color: #0042ff;
}

a:hover {
	color: #064a67;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00405c;
	font-style: italic;
}
/* Site Headers */
.lrgHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00405c;
	font-style: italic;
}
.medHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004766;
}
.smHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #064a67;
}
/* Login Module Styles */

.login {
	padding: 2px 10px 2px 10px;
	font-size: 10px;
	background-color: #006127;
	color: #FFFFFF;
	text-align: center;
}
.login input {
	width: 95%;
	font-size: 10px;
}
.login a:link, .login a:visited, .login a:active {
	color: #DDDDDD;
	text-decoration: none;
}
.login a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* Content text */
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
}
.medText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.smText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Special navagation text */
.cartBoxText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #770000;
}
.cartBoxText a:link {
	color: #770000;
	text-decoration: none;
}
.cartBoxText a:visited {
	color: #770000;
	text-decoration: none;
}
.cartBoxText a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.cartBoxText a:active {
	color: #FF6600;
	text-decoration: none;
}
#menu {
	background: url(../../media/menu_bg.gif) no-repeat center top;
}
.navLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	font-style: italic;
	text-decoration: none;
	line-height: 170%;
}
.navlinks ul {
	list-style: none;
}
.navLinks a:link {
	color: #FFCC00;
	text-decoration: none;
}
.navLinks a:visited {
	color: #FFCC00;
	text-decoration: none;
}
.navLinks a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.navLinks a:active {
	color: #FFCC00;
	text-decoration: none;
}
.historyLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}
.historyLinks a:link {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:visited {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
.historyLinks a:active {
	color: #FF6600;
	text-decoration: none;
}
/* Add site specific styles below here */.sloganTopbar {
	background-color: #F2EBD2;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDCD00;
}
