/* CSS Document */

body,td,p {
	font-family: verdana, arial, helvetica, bitstream vera sans, sans-serif;
	font-size: 11px;
	color: #000000;
}

input,select,textarea {
	font-family: verdana, arial, helvetica, bitstream vera sans, sans-serif;
	font-size: 11px;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	border: 0; 
	height: 1px; 
	color: #a0a0a0; 
	background-color: #a0a0a0;
}

/* Default Links */

a {
	color: #C51200;
	text-decoration: none;
}
a:link {
	color: #C51200;
	text-decoration: none;
}
a:visited {
	color: #C51200;
	text-decoration: none;
}
a:hover {
	color: #C51200;
	text-decoration: underline;
}

/* Link Styles */

.btmlink {
	color: #404040;
	font-size: 10px;
}
a.btmlink {
	color: #404040;
}
a.btmlink:visited {
	color: #404040;
}
a.btmlink:hover {
	color: #606060;
}

.navlink {
	font-family: arial, helvetica, bitstream vera sans, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
a.navlink {
	text-decoration: none;
	color: #FFFFFF;
}
a.navlink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.navlink:hover {
	text-decoration: none;
	color: #FFCC00;
}

.orangeLink {
	font-family: arial, helvetica, bitstream vera sans, sans-serif;
	font-size: 12px;
	color: #D7730D;
}
a.orangeLink {
	color: #D7730D;
	text-decoration: none;
}
a.orangeLink:link {
	color: #D7730D;
	text-decoration: none;
}
a.orangeLink:visited {
	color: #D7730D;
	text-decoration: none;
}
a.orangeLink:hover {
	color: #F1891F;
	text-decoration: underline;
}

.yellowlink {
	color: #FFCC00;
}
a.yellowlink {
	color: #FFCC00;
}
a.yellowlink:visited {
	color: #FFCC00;
}
a.yellowlink:hover {
	color: #FFCC00;
}

.redlink {
	color: #B50200;
}
a.redlink {
	color: #B50200;
}
a.redlink:visited {
	color: #B50200;
}
a.redlink:hover {
	color: #B50200;
}

/* Headings */

.heading {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
}

.headingOrange {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #ea9610;
}

.headingRed {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #c4161c;
}

.largeHeading {
	font-size: 24px;
	color: #C22F33;
}

.hugeHeading {
	font-family: arial, helvetica, sans-serif;
	font-size: 36px;
	color: #CC0000;
}

.subheadingWhite {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.subheadingOrange {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #D7730D;
}

.subheadingRed {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #c4161c;
}

/* Misc */

.whitetext {
	color: #ffffff;
}

.smallWhiteText {
	color: #ffffff;
	font-size: 10px;
}

.smallRed {
	color: #B50200;
	font-size: 9px;
}

.brownCell {
	background-color: #7F6758;
	color: #FFFFFF;
}

.white {
	color: #FFFFFF;
}
.small {
	font-size: 10px;
}

.tiny {
	font-size: 9px;
}
.star {
	color: #AA0000;
}

/* This is to fix a fade issue in IE when using jquery */
.gallery_image_title { background:#fff} 

