/*
   History:
   08/11/2006   Took out a:Link and a:Visited
   12/29/2006   Put in a:Active and a:Visited and a:Hover
   01/07/2007   Took out a:Visited again
   01/11/2007   Added a:Link to format links on the Link page
   03/20/2007   Added table{border-style:solid} to outline the splash screen
   07/22/2007   Took out table{border-style:solid} because it messes up the heading in IE
*/

/* CSS Document */
body{
	background-image: url(bkgWallpaperTILE.jpg);
}
p{
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 11px;
color: #000000;
line-height: 14px;
padding: 3px;
}
table{border-style:none}
.gallery_ctl{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	color:#333333;
	font-weight: bolder;
}
.password_label {font-size: 8pt; }
.style1{
	font-size:14px;
	font-weight:inherit;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #4A4A4A;
}
.style2 {

	font-size:12px;
	font-weight:normal;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #333333;
}
a:link {
	font-weight:inherit;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
	color: #4A4A4A;
}
a:visited{
	color:#4A4A4A;
	font-weight:inherit;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: inherit;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.style3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
