@import url(form_styles.css);

body {
	margin : 0;
	background: #ffffff;
	font-family: Arial, sans-serif;
}

td {
	font-family: Arial, sans-serif;
}

td.nav {
	background-color : #000000;
	color: #ffffff;
}

td.left {
	width : 187px;
	background : Black;
	color: #ffffff;
	background-image: url(nav-back.gif);
}

td.photoframe {
	background-color : #F2F2F2;
}

.small {
	font-size: 10px;
}

.medium {
	font-size: 11px;
}

table.nav {
	background-color : #000000;
	color: #ffffff;
}

.nav {
	color: #ffffff;
}

table.category {
	background-color : #F2F2F2;
}

table.page {
	background-color : #ffffff;
	border : 1px solid Silver;
}

tr.selected {
	background-color : #ffffff;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	line-height: normal
}

.title {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: Black;
	text-decoration: none;
	line-height: normal
}

.subtitle {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.sectiontitle {
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: White;
	background-color: #FF0000;
	padding: 5px;
}

.copy {
	font-size: 80%;
	font-weight: normal;
	line-height: normal;
}

a {
	color: #F40012;
	text-decoration : underline;
	font-weight: bold;
}

a:hover {
	text-decoration : underline;
	color: #6F0505;
}

a:active {
	color: #C7000F; 
}

a.photolink {
	font-size: 11px;
}

a.category {
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	text-decoration: none
}

a.copyright {
}

a.leftnav {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #F40012;
}

a.leftnav:hover {
	color: #ffffff;
}

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, sans-serif;
	color: #989898
}

.copyright {
	font-size: 10px;
	font-weight: bold;
	color: #989898
}

.errortext {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFE5;
	line-height: normal;
}

hr {
	border : 1px solid Silver;
}

