/* --- GENERAL STYLES --- */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:20px;
	background-image:url(/images/common/background-body.jpg);
	background-repeat:repeat-x;
	margin: 0 0 0 0;
	color:#333333;
}
a:link,a:active,a:visited {
	color:#003399;
}
a:hover {
	color:#CC0000;
}
input,select,textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
li {
	list-style:url(/images/common/icon-heart.gif)
}

/* --- HEADINGS --- */

h1 {
	font-size: 24px;
	color: #444444;
	font-weight:bold;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#444444;
	line-height:24px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.subhead1 {
	font-size:24px;
	font-weight:bold;
	color:#990000;
	line-height:28px;
}
.subhead2 {
	font-size:18px;
	font-weight:bold;
	color:#000033;
	line-height:22px;
}
.subhead3 {
	font-size:14px;
	font-weight:bold;
	color:#990000;
	line-height:18px;
}

.subhead-med {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}

/ * --- FONTS --- */

.txt-med {
	font-size:11px;
	color:#333333;
	line-height:17px;
}
.txt-med-gray {
	font-size:11px;
	color:#444444;
	line-height:16px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.txt-intro {
	font-size:14px;
	line-height:20px;
}
.breadcrumb {
	font-size:11px;
	color:#666666;
}
.txt-sm-gray {
	font-size: 10px;
	color: #666666;
}
.txt-caption {
	font-size: 10px;
	color: #666666;
	line-height:12px;
}
.footer {
	font-size:10px;
	text-decoration:none;
}
.txt-cap {
	font-size:36px;
	line-height:36px;
}
.txt-med {
	font-size:12px;
	line-height:20px;
}
.txt-sm {
	font-size:11px;
	line-height:17px;
}
.txt-alert {
	color:#900;
	font-weight:bold;
	font-size:11px;
	line-height:16px;
}
/* --- BORDERS --- */

.border-main {
	border: 1px dashed #EEEEEE;
}

/ * --- TABLES --- */ 

.table-header {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom:#333333 1px solid
}

/* FOOTER STYLES */

.footer {
	font-size:14px;
	line-height:24px;
	color:#FFFFFF;
	font-weight:bold;
}
.footer a {
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.footer a:hover {
	font-size:12px;
	color:#B49A47;
	font-weight:bold;
	text-decoration:none;
}
.footer-sub {
	font-size:10px;
	color:#CCCCCC;
}
.footer-sub a {
	font-size:10px;
	color:#CCCCCC;
	text-decoration:none;
}
.footer-sub a:hover {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
