/* Pictures Page - Color Adjustments */

body {
	background-image:  url(../images/background.jpg);
	background-repeat: repeat-x;
}

a {
	color: #00FF00;
}

a:hover {
	background-color: #9DFF9A;
}

div.breadCrumb {
	left: 289px;
	width: 344px;
}

div.right {
	color: #FF0000;
}

div.box {
	border-top: 1px solid #9DFF9A;
	border-right: 1px solid #9DFF9A;
	border-bottom: 5px solid #9DFF9A;
	border-left: 1px solid #9DFF9A;
}

div.boxTitle {
	background-color: #9DFF9A;
}

div.article {
	border-bottom-color: #FFCCCC;
	border-left-color: #FFCCCC;
}

span.articleAuthor {
	color: #FF0000;
}

span.articleDate {
	color: #FF0000;
}

span.pageTitle {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	letter-spacing: -1pt;
}

span.huge {
	font-size: 40pt;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: -1pt;
	word-spacing: -1pt;
}

div.majorBox {
	border: 1px solid #9DFF9A;
}

div.majorBoxTitle {
	background-color: #9DFF9A;
}

tr.highlight {
	background-color: #F3F2FF;
}

a.print {
	color: #FFFFFF;
	font-size: 12px;
}
a.print:hover {
	color: #000000;
	background-color: #ECE9D8;
}
table {
	margin: 0px;
	padding: 0px;
}
tr {
	padding-top: 1px;
	padding-bottom: 1px;
}
span.updateMessage {
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
