@import url(form_styles.css);

body {
	margin : 0;
	background: #FFF8E5;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #172b65;
}

td.nav {
	background-color : #F4EDD9;
	color: #EBE4D1;
}

td.left {
	width : 187px;
}

td.photoframe {
	background-color : #F4EAD0;
	color: #6F6F45;
}

.small {
	font-size: 10px;
}

.medium {
	font-size: 11px;
}

table.nav {
	background-color : #ffffff;
}

table.category {
	background-color : #FAF2DD;
}

table.page {
	background-color : #ffffff;
	border : 1px solid #BFB8A5;
}

tr.selected {
	background-color : #FFFDF6;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0px;
	color: #272557;
	text-decoration: none
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0px;
	color: #272557;
	text-decoration: none
}

.subtitle {
	color: #777161;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: White;
	background-color: #777161;
	padding: 5px;
}

.copy {
	font-size: 80%;
	font-weight: normal;
	line-height: normal;
}

a {
	color: #004EA8;
	text-decoration : none;
	font-weight: bold;
}

a:hover {
	text-decoration : underline;
	color: #003E86;
	background-color: #FFFDF6;
}

a:active {
	color: #006AE3;
}

a.photolink {
	font-size: 11px;
}

a.category {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none
}

a.copyright {
	color: #003E86;
}

a.leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}

a.selectedassets {
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #F0C834;
	text-decoration: none
}

a.selectedassets:hover {
	color: #FCF2AD;
}

a.selectedassets:active {
	color: #FCF2AD;
}

a.loggedin {
	color: #F0C834;
	text-decoration: none
}

a.loggedin:hover {
	color: #FCF2AD
}

a.loggedin:active {
	color: #FCF2AD
}

a.storylink {
	font-size: 110%;
}

a.pagination {
	color: #BB3000;
	font-size: 11px;
}

.bread {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #777161;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #9b9b9b;
}

.errortext {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #ffffff;
	padding: 3px;
}

hr {
	border : 1px solid #DCD8CC;
}


