A
{
    COLOR: #FF6600;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #006600;
    TEXT-DECORATION: underline
}
BODY
{
    SCROLLBAR-FACE-COLOR: #FF6600;
    FONT-SIZE: 8pt;
    MARGIN: 0px 5px 5px;
    COLOR: #000000;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    BACKGROUND-IMAGE: url(../images/backgrounds/crayons.jpg);
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-COLOR: #FF6600
}
TABLE
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    TEXT-ALIGN: left
}
TD
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman'
}
P
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman'
}
.bodyText
{
    FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman'
}
.headline
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 16pt;
    COLOR: #006600;
    FONT-FAMILY: 'Times New Roman', Arial, Verdana
}
.subhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: #000066;
    FONT-FAMILY: 'Times New Roman', Arial, Verdana
}
.footer
{
    FONT-SIZE: 7pt;
    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
    TEXT-ALIGN: center;
    HEIGHT: 16px
}
.footer A
{
    COLOR: #FFFFFF
}
.footer A:hover
{
    COLOR: yellow;
    TEXT-DECORATION: underline
}
.linkBreadcrumbs
{
    FONT-SIZE: 6.5pt;
    COLOR: #DDDDDD;
}
.linkBreadcrumbs A
{
    COLOR: #DDDDDD;
}
.linkBreadcrumbs A:hover
{
    COLOR: #FFFFFF;
}
.linkList
{
    FONT-SIZE: 8pt;
    COLOR: #4F1503;
    TEXT-INDENT: 5px;
    TEXT-ALIGN: left;
    FONT-FAMILY: Helvetica, Verdana, Arial, 'Times New Roman';
    HEIGHT: 15px;
    BACKGROUND-COLOR: white
}
.linkMore
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    FONT-STYLE: italic
}
.linkPhoto
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 7pt;
    VERTICAL-ALIGN: bottom;
    COLOR: #999999;
    FONT-STYLE: normal
}
.navigation
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    BACKGROUND-COLOR: black;
    COLOR: yellow;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman';
    TEXT-ALIGN: left
}
.navigation A
{
    COLOR: yellow;
}
.navigation A:hover
{
    COLOR: orange;
}
.smallText
{
    FONT-SIZE: 7pt;
    FONT-FAMILY: Verdana, Arial, 'Times New Roman'
}
.special
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 18pt;
    COLOR: #000066;
    FONT-FAMILY: 'Times New Roman', Arial, Verdana
}
.special2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #000066;
    FONT-STYLE: italic;
    FONT-FAMILY: 'Times New Roman', Arial, Verdana
}
.quoteText
{
    BACKGROUND-COLOR: #F5F5F5;
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
    FONT-SIZE: 11pt;
    COLOR: #006600;
    FONT-FAMILY: 'Times New Roman', Arial, Verdana
}
.quoteName
{
    BACKGROUND-COLOR: #F5F5F5;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11pt;
    COLOR: #006600;
    FONT-STYLE: italic;
    FONT-FAMILY: 'Times New Roman', Arial, Verdana
}
.eventTitle
{
    BACKGROUND-COLOR: #F5F5F5;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: #000066;
    FONT-FAMILY: 'Times New Roman', Arial, Verdana
}
.eventText
{
    BACKGROUND-COLOR: #F5F5F5;
    FONT-WEIGHT: normal;
    FONT-SIZE: 9pt;
    COLOR: #000066;
    FONT-FAMILY: 'Times New Roman', Arial, Verdana
}
.newsText
{
    BACKGROUND-COLOR: yellow;
    FONT-WEIGHT: normal;
    FONT-SIZE: 10pt;
    COLOR: #660000;
    FONT-FAMILY: 'Times New Roman', Arial, Verdana
}
.errorText
{
    FONT-SIZE: 9pt;
    COLOR: #FF0000;
    FONT-WEIGHT: bold;
    FONT-FAMILY: Verdana
}
.formLabel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    VERTICAL-ALIGN: top;
    COLOR: #000000;
    FONT-STYLE: normal
}
.formText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    VERTICAL-ALIGN: top;
    FONT-STYLE: normal
}
.formElement
{
    FONT-WEIGHT: normal;
    FONT-STYLE: normal;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana;
    COLOR: #006600
}
.formButton
{
    FONT-WEIGHT: normal;
    FONT-STYLE: normal;
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana;
    COLOR: #ffffff;
    HEIGHT: 25px;
    BACKGROUND-COLOR: #006600;
}

//==========================================
// Highslide styles for photo functionality.
//==========================================

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(../includes/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../includes/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

a.highslide-full-expand {
	background: url(../includes/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}


/* Controlbar example */
.controlbar {	
	background: url(../includes/highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../includes/highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
