/* The following code forces a vertical scroll bar to stop page shifts on short pages */
html { min-height: 100%; margin-bottom: 1px; }

body {
	background-image: url(images/Common/Background_lineTile-white.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	color: #4D4D4D;
	font-size: 12px;
	font: arial;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

.Photocredit {
	color: #ae292f;
	font-size: 9px;
	font: arial;
}
.ParagraphTextSMALL {
	color: #BBBBBB;
	font-size: 9px;
	font: arial;
}
.ParagraphTitle {
	color: #4D4D4D;
	font-size: 24px;
	font: arial;
	font-weight: 900;
}
.ParagraphText {
	color: #4D4D4D;
	font-size: 12px;
	font: arial;
	padding-right: 20px;
}

.ParagraphTextBOLD {
	color: #4D4D4D;
	font-size: 12px;
	font: arial;
	padding-right: 20px;
	font-weight: bold;
}

.ParagraphTextHeader {
	color: #4D4D4D;
	font-size: 12px;
	font: arial;
	padding-right: 20px;
	font-weight:bold;
}

.ParagraphTitleAlt {
	color: #ae292f;
	font-size: 24px;
	font: arial;
	font-weight: 900;
}
/* Nav setup */
.LeftNavTitle {
	color: #ae292f;
	font: bold 14px arial;
	line-height: 14px;
}

.LeftNavTitleDark {
	color: #4D4D4D;
	font: bold 14px arial;
	line-height: 14px;
}

/* Normal site link states */
a:link {
	color: #4D4D4D;
	text-decoration: underline;
}
a:visited {
	color: #4D4D4D;
	text-decoration: underline;
}
a:active {
	color: #4D4D4D;
	text-decoration: underline;
}
a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}
/* Special deals with the roll over colors on the left nav - options.html */

a.special:link {
	color: #ae292f;
	text-decoration: none;
}

a.special:visited {
	color: #ae292f;
	text-decoration: none;
}

a.special:hover {
	color: #ae292f;
	text-decoration: none;
}

a.special:active {
	color: #ae292f;
	text-decoration: none;
}

/* intext deals with the roll over colors in the text body */

a.intext:link {
	color: #4D4D4D;
	text-decoration: underline;
}

a.intext:visited {
	color: #4D4D4D;
	text-decoration: underline;
}

a.intext:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

a.intext:active {
	color: #4D4D4D;
	text-decoration: underline;
}
