@charset "utf-8";

/* REDEFINED STYLES ---------------------------------------------------- */

body {
	font-family: "Myriad Web", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	color: #333333;
	margin:0;
	padding: 0;
	background-image:url(/images/common/background-body.jpg);
	background-repeat:repeat-x;
}

a, a:active {
	color:#006699;
}
a:hover {
	color:#003366;
}
ul {
	list-style-type:square;
}
h1 {
	color:#333300;
	font-size:26px;
	font-weight:lighter;
	line-height:32px;
}
h2 {
	color:#333333;
	font-weight:lighter;
	font-size:20px;
	line-height:24px;
	margin:0;
}
h3 {
	color:#333300;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	margin:0;
}

/* --- HEADINGS ---------------------------------------------------- */

.subhead-home {
	font-size:20px;
	font-weight:bold;
	color:#000033;
	line-height:22px;
	border-bottom: #CCCCCC 1px dotted;
}
.subhead2 {
	font-size:18px;
	line-height:22px;
	color:#333333;
}
.subhead3 {
	font-size:15px;
	line-height:26px;
	color:#333300;
	font-weight: bold;
}
.subhead-alert {
	font-size:16px;
	line-height:18px;
	color:#990000;
	font-weight: bold;
}
.subhead-rev {
	font-size:18px;
	font-weight:bold;
	line-height:22px;
	color:#FFFFFF;
}

/* --- FONTS ---------------------------------------------------- */

.txt-price {
	font-size:32px;
	color:#003366;
	font-weight:bold;
}
.txt-intro {
	font-size:15px;
	line-height:20px;
	color:#444444;
}
.txt-intro-reverse {
	font-size:12px;
	line-height:15px;
	color:#FFFFFF;
}
.txt-sm-gray {
	font-size: 11px;
	color: #444444;
}
.txt-caption {
	font-size: 10px;
	color: #666666;
	line-height:12px;
}
.txt-med {
	font-size:12px;
	color:#333333;
	line-height:16px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.txt-moreinfo {
	font-size: 10px;
	line-height: 20px;
	color: #999999;
}
.txt-moreinfo a {
	color:#6699CC;
	text-decoration:none;
}
