/* REDEFINED STYLES ---------------------------------------------------- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #333333;
	margin:0;
	background-image:url(/images/common/background-page.jpg);
	background-position:center;
	background-repeat:repeat-y;
}
a {
	color: #006699;
}
a:hover {
	color:#FF9900;
}
a:active {
	color: #006699;
}
input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}
li {
	list-style-type:square;
}
h1 {
	font-size:24px;
	color:#003366;
	line-height:32px;
	border-bottom:#CCCCCC 1px dotted;
}
h2 {
	font-size:20px;
	font-weight:bold;
	color:#444444;
	line-height:24px;
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	line-height:20px;
}

/* --- HEADINGS ---------------------------------------------------- */

.subhead-med {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	line-height:22px;
}
.subhead3 {
	font-size:12px;
	font-weight:bold;
	line-height:18px;
}
.subhead2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#666666;
	font-weight: bold;
}
.subhead-alert {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#990000;
	font-weight: bold;
}
/* --- FONTS ---------------------------------------------------- */

.button-submit {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	border:#CCCCCC 2px solid;
	background-color: #333333;
	margin: 4px 4px 4px 4px;
	
}
#form-field input,textarea,select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
.txt-price {
	font-size:32px;
	color:#003366;
	font-weight:bold;
}
.txt-intro {
	font-size:14px;
	line-height:20px;
	color:#003366;
}
.smallcaps {
	font-size:12px;
	color:#999999;
	font-variant:small-caps;
}
.breadcrumb {
	font-size:10px;
	color:#666666;
	text-transform: uppercase;
	margin-bottom:10px;
}
.txt-sm-gray {
	font-size: 10px;
	color: #666666;
}
.txt-caption {
	font-size: 10px;
	color: #666666;
	line-height:12px;
}
.txt-med {
	font-size:11px;
	color:#333333;
	line-height:15px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.txt-moreinfo {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #999999;
}
.txt-moreinfo a {
	color:#6699CC;
	text-decoration:none;
}

.tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

/* --- BORDERS ---------------------------------------------------- */

.border {
	border: 1px solid #FFCC99;
}
.border-orange {
	border: 1px solid #FF9966;
}


/* --- TABLES ---------------------------------------------------- */ 

.table-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom:#333333 1px solid
}
#box-c2a {
	width:400px;
	border: 1px dotted  #FF9933;
	padding: 0px 25px 45px 25px;
	background-color:#f7f7f7;
}


/* FOOTER STYLES ---------------------------------------------------- */

.footer {
	font-size:10px;
	color:#FFF;
	font-weight:bold;
}
.footer a {
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover {
	font-size:10px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.footer-sub {
	font-size:10px;
	color:#666666;
}
.footer-sub a {
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
.footer-sub a:hover {
	font-size:10px;
	color:#003366;
	text-decoration:none;
}
