﻿

UL 
{
list-style-image: url('images/bullet.gif');
}

BODY
{
background-color:#FE1507; 
<!-- background-image:url('images/background.jpg');-->
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top left;
margin: 0 0 0 0;
margin: 0; padding: 0;
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
font-family:Verdana, Arial, sans-serif;
text-align: justify;
}
td
{
font-size: 12px;
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
font-family:Verdana, Arial, sans-serif;
}
A:link 
{ 
color: #000099; 
text-decoration: none;
}
A:visited 
{ 
color: #000099;  
text-decoration: none;
}
a:focus 
{
color: #000000;
text-decoration: none; 
}
A:hover 
{ 
color:#000000; 
text-decoration: none;
}
a:active 
{
color: #000000;
text-decoration: none; 
}
#Color2 A:link 
{ 
color: #000099; 
text-decoration: none;
}
#Color2 A:visited 
{ 
color: #000099;  
text-decoration: none;
}
#Color2 A:hover 
{ 
color:#000000; 
text-decoration: none;
}
#Color2 a:active 
{
color: #000000;
text-decoration: none; 
}

#color1 A:link 
{ 
color: #EFEFEF; 
text-decoration: none;
font-weight:bold; 
}

#color1 A:visited
{ 
color: #EFEFEF;  
text-decoration: none;
font-weight:bold; 
}
#color1 A:hover
{ 
color:#B8C7D9; 
text-decoration: none;
font-weight:bold; 
}
#color1 A:active
{ 
color: red; 
text-decoration: none; 
font-weight:bold; 
}

.noshow { display:none; }

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	}
		
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
	}
		
		
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: #000000;
	}
		
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #000000;
	padding: 5px;
	z-index: 5;
	}
