/* --- GENERAL STYLES --- */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:12px;
	line-height:17px;
	background-image:url(../images/common/background-page.gif);
	background-position:center;
	margin: 0 0 0 0;
}
a:link,a:active,a:visited {
	color:#663366;
}
a:hover {
	color:#666666;
}
input,select,textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/* --- HEADINGS --- */

h1 {
	font-size: 20px;
	color:#006633;
	line-height:26px;
	font-weight:bold;
	border-bottom:#CCCCCC 1px dashed;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#444444;
	line-height:24px;
}
h3 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
}
.subhead1 {
	font-size:20px;
	color:#530053;
	line-height:24px;
	font-variant: small-caps;
	font-weight: bold;
}
.subhead1-reverse {
	font-size:20px;
	color:#FFFFFF;
	line-height:28px;
	font-variant:small-caps;
}
.subhead2 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	line-height:20px;
}
.subhead2-reverse {
	font-size:16px;
	color:#FFFFFF;
	line-height:30px;
	font-weight: bold;
}
.subhead3 {
	font-size:14px;
	font-weight:bold;
	color:#444444;
	line-height:18px;
}
.subhead-med {
	color:#6A6055;
	font-size:12px;
	font-weight:bold;
}
.table-header {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#00CC33;
	border-bottom:#555555 2px solid;
}

/ * --- FONTS --- */

.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.txt-intro1 {
	font-size:14px;
	line-height:20px;
	font-style:italic;
	color:#555555;
	text-align:center;
}
.txt-intro2 {
	font-size:14px;
	line-height:20px;
}
.txt-intro-gray {
	font-size:14px;
	line-height:20px;
	color:#999999;
}
.breadcrumb {
	font-size:10px;
	color:#666666;
}
.txt-sm {
	font-size: 11px;
	color: #333333;
}
.txt-caption {
	font-size: 10px;
	color: #666666;
	line-height:12px;
}
.footer {
	font-size:10px;
	text-decoration:none;
}
.txt-cap {
	font-size:28px;
	color:#663366;
	line-height: 32px;
}
.txt-medium-sans {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#000000;
}
.txt-medium {
	font-size:11px;
	line-height:16px;
}
.txt-med-gray {
	font-size:11px;
	color:#999999;
	line-height:18px;
}


/* --- 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:10px;
	line-height:24px;
}
.footer a {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.footer a:hover {
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

