/*--main text --*/
p { color: #000000; font-family: arial; font-size: 8pt; text-decoration: none}
tr { color: #000000; font-family: arial; font-size: 8pt; text-decoration: none}

/*--guestbook text and links --*/
.small { color: #000000; font-family: arial; font-size: 7pt; text-decoration: none}

/*--mailing list text --*/
.whitebold { color: #C5C5C5; font-family: arial; font-size: 8pt; font-weight: bold; text-decoration: none}

a.small:link { color: #720101; font-family: arial; font-size: 7pt; text-decoration: none }
a.small:active { color: #FF0000; font-family: arial; font-size: 7pt; text-decoration: none }
a.small:visited { color: #720101; font-family: arial; font-size: 7pt; text-decoration: none }
a.small:hover { color: #5E5E5E; font-family: arial; font-size: 7pt; text-decoration: underline }

/*--main table text --*/
.title { color: #FFFFFF; font-family: arial; font-size: 8pt; font-weight: bold; text-decoration: none}
.white { color: #FFFFFF; font-family: arial; font-size: 8pt; text-decoration: none}

/*--main table links --*/
a:link { color: #720101; font-family: arial; font-size: 8pt; text-decoration: none }
a:active { color: #FF0000; font-family: arial; font-size: 8pt; text-decoration: none }
a:visited { color: #720101; font-family: arial; font-size: 8pt; text-decoration: none }
a:hover { color: #5E5E5E; font-family: arial; font-size: 8pt; text-decoration: underline }

/*--main table heading links --*/
a.TitleBarLink:link { color: #FFFFFF; font-family: arial; font-size: 7pt; text-decoration: none }
a.TitleBarLink:active { color: #FF0000; font-family: arial; font-size: 7pt; text-decoration: none }
a.TitleBarLink:visited { color: #FFFFFF; font-family: arial; font-size: 7pt; text-decoration: none }
a.TitleBarLink:hover { color: #CCCCCC; font-family: arial; font-size: 7pt; text-decoration: underline }

/*--notice links --*/
a.noticeLink:link { color: #DF0000; font-family: arial; font-size: 8pt; text-decoration: none }
a.noticeLink:active { color: #FF0000; font-family: arial; font-size: 8pt; text-decoration: none }
a.noticeLink:visited { color: #DF0000; font-family: arial; font-size: 8pt; text-decoration: none }
a.noticeLink:hover { color: #ACACAC; font-family: arial; font-size: 8pt; text-decoration: underline }

/*--scroll bars --*/
body { 	scrollbar-base-color: #333333; 
		scrollbar-Face-Color: #333333; 
		scrollbar-Track-Color: #000000; 
		scrollbar-arrow-color: #666666; 
		scrollbar-DarkShadow-Color: #666666; 
		background-image: url(images/background.jpg);
		background-repeat: no-repeat;
		background-color: #000000;
		}
		
body.Splash
{
background-image: none;
background-color: transparent;
}

body.SplashBlack
{
background-image: none;
background-color: #000000;
}


/*--forms --*/
select { background-color: #F5F5F5; color: #720101; font-family: arial; font-size: 8pt; }

optgroup { background-color: #F5F5F5; color: #720101; font-family: arial; font-size: 8pt; }
.button { background-color: #F5F5F5; color: #720101; font-family: arial; font-size: 8pt; }

.textbox { 	background-color: #F5F5F5; color: #720101; 
			font-family: arial; font-size: 8pt; 
			scrollbar-base-color: #E5E5E5; 
			scrollbar-Face-Color: #CCCCCC; 
			scrollbar-Track-Color: #E5E5E5; 
			scrollbar-arrow-color: #A8A8A8; 
			scrollbar-DarkShadow-Color: #E5E5E5; }
			
.submit { background-color: #F5F5F5; color: #720101; font-family: arial; font-size: 8pt; }

/*--forms (mailing list) --*/
.textboxList { 	background-color: #333333; 
				color: #E8E8E8; font-family: arial; 
				font-size: 8pt; 
				scrollbar-base-color: #E5E5E5; 
				scrollbar-Face-Color: #CCCCCC; 
				scrollbar-Track-Color: #E5E5E5; 
				scrollbar-arrow-color: #A8A8A8; 
				scrollbar-DarkShadow-Color: #E5E5E5; }

.submitList { background-color: #333333; color: #E8E8E8; font-family: arial; font-size: 8pt; }


/*--div auto scroll --*/
.autoscrollSmall	 { 	color: #000000; 
						background-color: ; 
						border: solid 0px; 
						width: 410px; 
						height: 260px; 
						padding-right: 16px;
						overflow: auto; 
						scrollbar-base-color: #F8D787; 
						scrollbar-Face-Color: #E8C97E; 
						scrollbar-Track-Color: #DBC07F; 
						scrollbar-arrow-color: #A8A8A8; 
						scrollbar-DarkShadow-Color: #E5E5E5; }
						
.autoscrollLarge	 {  color: #000000; 
						background-color: ; 
						border: solid 0px; 
						width: 584px; 
						height: 366px; 
						padding-top: 8px;
						overflow: auto;
						scrollbar-base-color: #F8D787; 
						scrollbar-Face-Color: #E8C97E; 
						scrollbar-Track-Color: #DBC07F; 
						scrollbar-arrow-color: #A8A8A8; 
						scrollbar-DarkShadow-Color: #E5E5E5; }
						
.autoscrollGuestBook { 	color: #000000; 
						background-color: ; 
						border: solid 0px; 
						width: 410px; 
						height: 366px; 
						padding-right: 16px;
						overflow: auto;
						scrollbar-base-color: #F8D787; 
						scrollbar-Face-Color: #E8C97E; 
						scrollbar-Track-Color: #DBC07F; 
						scrollbar-arrow-color: #A8A8A8; 
						scrollbar-DarkShadow-Color: #E5E5E5; }