@import url(form_styles.css);

body {
	margin : 0;
	background: #ffffff;
	scrollbar-face-color: ;
	scrollbar-highlight-color: ;
	scrollbar-3dlight-color: ;
	scrollbar-darkshadow-color: ;
	scrollbar-shadow-color: ;
	scrollbar-arrow-color: ;
	scrollbar-track-color: ;
	font-family: Trebuchet MS, arial, san-serif;
}

td {
	font-family: Trebuchet MS, Arial, sans-serif;
	color: #000000;
}

td.nav {
	background-color : #f4f1df;
	color: #183376;
}

td.left {
	width : 187px;
}

td.photoframe {
	background-color : #f4f1df;
	color: #183376;
}

.small {
	font-size: 10px;
}

.medium {
	font-size: 11px;
}

table.nav {
	background-color : #3a6ea5;
}

table.category {
	background-color : #fffff7;
}

table.page {
	background-color : #ffffff;
	border : 1px solid #DEDEC4;
}

tr.selected {
	background-color : #ffffff;
}

h1 {
	font-family: Trebuchet MS, arial, san-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #3a6ea5;
	text-decoration: none
}

.title {
	font-family: Trebuchet MS, arial, san-serif;
	font-size: 130%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #3a6ea5;
	text-decoration: none
}

.subtitle {
	font-family: Trebuchet MS, arial, san-serif;
	font-size: 90%;
	font-weight: bold;
}

.sectiontitle {
	font-family: Trebuchet MS, arial, san-serif;
	font-size: 90%;
	font-weight: bold;
	color: White;
	background-color: #3a6ea5;
	padding: 5px;
}

.copy {
	font-size: 80%;
	font-weight: normal;
	line-height: normal;
}

a {
	color: #003E86;
	text-decoration : none;
	font-weight: bold;
}

a:hover {
	text-decoration : underline;
	color: #741E00;
	background-color: #FFFFE5;
}

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: Trebuchet MS, arial, san-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	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: Trebuchet MS, arial, san-serif;
	color: #3a6ea5
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #9b9b9b;
}

.errortext {
	font-family: Trebuchet MS, arial, san-serif;
	font-size: 80%;
	font-weight: bold;
	color: #990000;
	background-color: #FFFFE5;
	line-height: normal;
}

hr {
	border : 1px solid #cccbc6;
}

