@import url(form_styles.css);

body {
	margin : 0;
	background: #FFF5DA;
	scrollbar-face-color: ;
	scrollbar-highlight-color: ;
	scrollbar-3dlight-color: ;
	scrollbar-darkshadow-color: ;
	scrollbar-shadow-color: ;
	scrollbar-arrow-color: ;
	scrollbar-track-color: ;
	font-family: Times New Roman, serif;
}

td {
	font-family: Times New Roman, serif;
	color: #000000;
}

td.nav {
	background-color : #FEEFC6;
}

td.left {
	width : 187px;
}

td.photoframe {
	background-color : #ffffff;
	color: #6F6F45;
	border : 1px solid #DEDEC4;
}

.small {
	font-size: 11px;
}

.medium {
	font-size: 13px;
}

table.nav {
	background-color : #ffffff;
}

table.category {
	background-color : #fffff7;
}

table.page {
	background-color : #ffffff;
	border : 1px solid #DEDEC4;
}

tr.selected {
	background-color : #ffffff;
}

h1 {
	font-size: 21px;
	font-weight: bold;
	color: #685220;
	text-decoration: none
}

.title {
	font-size: 21px;
	font-weight: bold;
	color: #685220;
	text-decoration: none
}

.subtitle {
	font-size: 16px;
	color: #937634;
	font-weight: bold;
}

.sectiontitle {
	font-size: 90%;
	font-weight: bold;
	color: White;
	background-color: #A70008;
	padding: 5px;
}

.copy {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
}

a {
	color: #CA353A;
	text-decoration : none;
	font-weight: bold;
}

a:hover {
	text-decoration : underline;
	color: #776330;
	background-color: #FFFFE5;
}

a:active {
	color: #CA353A;
}

a.photolink {
	font-size: 12px;
}

a.category {
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none
}

a.copyright {
}

a.leftnav {
	font-size: 14px;
	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: 12px;
	font-weight: normal;
	color: #6F6F45
}

.copyright {
	font-size: 10px;
	font-weight: normal;
}

.errortext {
	font-size: 14px;
	font-weight: bold;
	color: #f00000;
	background-color: #FFFFE5;
	line-height: normal;
}

hr {
	border : 1px solid #E5C264;
}


