@import url(form_styles.css);

body {
	margin : 0;
	background: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Helvetica, sans-serif;
	color: #000000;
}

td.nav {
	background-color : #F4F4F4;
	color: #6F6F45;
}

td.left {
	width : 187px;
}

td.photoframe {
	background-color : #F4F4F4;
	color: #6F6F45;
}

.small {
	font-size: 10px;
}

.medium {
	font-size: 11px;
}

table.nav {
	background-color : #ffffff;
}

table.category {
	background-color : #fffff7;
}

table.page {
	background-color : #ffffff;
	border : 1px solid #C8C8C8;
}

tr.selected {
	background-color : #ffffff;
}

h1 {
	font-size: 14px;
	letter-spacing: .25em;
}

.title {
	font-size: 14px;
	letter-spacing: .25em;
}

.subtitle {
	font-size: 12px;
	letter-spacing: .25em;
	font-weight: bold;
	border-bottom : 1px solid #C8C8C8;
	padding: 5px;
}

.sectiontitle {
	font-size: 12px;
	letter-spacing: .25em;
	font-weight: bold;
	border-bottom : 1px solid #C8C8C8;
	padding: 5px;
}

.copy {
	font-size: 80%;
	font-weight: normal;
	line-height: normal;
}

a {
	color: #3a6e8f;
	text-decoration : underline;
	font-weight: normal;
}

a:hover {
	text-decoration : underline;
	color: goldenrod;
}

a:active {
	color: goldenrod;
}

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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0px;
	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: 100%;
}

a.pagination {
	color: #BB3000;
	font-size: 11px;
}

.bread {
	font-size: 70%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #959595
}

.copyright {
	font-size: 10px;
	font-weight: normal;
}

.errortext {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFE5;
	line-height: normal;
}

hr {
	border : medium;
}

