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

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin: 0 0 0 0;
	background-color:#FFF5EC;
}
a,a:active {
	color:#003366;
}
a:hover {
	color: #598400;
}
input,select,textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
tr {
	vertical-align:top;
}
li {
	list-style:square;
}

/* --- HEADINGS --- */

h1 {
	font-size: 20px;
	color: #00296B;
	font-weight:bold;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#00296B;
}
h3 {
	font-size:16px;
	font-weight:lighter;
	color:#00296B;
}
.subhead-med {
	color:#6A6055;
	font-size:12px;
	font-weight:bold;
}
.subhead-sm {
	font-size:14px;
	font-weight:bold;
}


/ * --- FONTS --- */

.txt-med {
	font-size:11px;
	color:#333333;
	line-height:15px;
}
.txt-med-white {
	font-size:11px;
	color:#FFFFFF;
	line-height:15px;
}
.txt-intro {
	font-size:14px;
	color:#FFFFFF;
	line-height:20px;
}
.breadcrumb {
	font-size:10px;
	color:#666666;
}
.txt-sm-gray {
	font-size: 11px;
	color: #333333;
}
.txt-med-gray {
	font-size: 12px;
	color: #666666;
}
.txt-caption {
	font-size: 10px;
	color: #333333;
	line-height:12px;
}
.footer {
	font-size:10px;
	text-decoration:none;
}
.txt-cap {
	font-size:24px;
	line-height:28px;
}
.txt-big {
	font-size:14px;
}
.txt-sidebarinfo {
	font-size:11px;
	color:#CCCCCC;
	line-height:14px;
}

/* --- BORDERS --- */

.border-main {
	border: 4px solid #FFFFFF;
}
.border-photobox {
	border: 1px dotted #999999;
}
/ * --- TABLES --- */ 

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

/ * --- DIVS --- */ 

#utility {
}
#utility a {
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}
#utility tr {
	font-size:10px;
	font-weight:bold;
	color:#666666;
}
#link-rev a {
	color:#FFCC66;
}
#link-rev a:hover {
	color:#FFFFFF;
}
#box-c2a {
	border: 1px dashed #CCCCCC;
	padding: 0px 25px 25px 25px;
	background-color: #F7F7F7;
}
