/*
   History:
   07/29/2007   Creation Date
   
   Notes:
   table{border-style:solid} messes up tables in IE, don't use it.
   matching beige color is: #E9E9C2 
*/

/* CSS Document */
body{
	background-color: #E9E9C2;
	background-image: url(../Images/011.gif);
}
table{border-style:none}
H1 {
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #009933;
}
H2 {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00CC66;
}
H3 {
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #8BB986;
}

p{
font-family:"Trebuchet MS", Arial, sans-serif;
font-size: 16px;
color: #000000;
line-height: normal;
padding: 0px;
}
.tight  {line-height: 1px}
.large  {font-size: large}
.larger {font-size: larger}
.medium {font-size: medium}
.small  {font-size: small}
.style12p {font-size: 12px}
.timesitalic {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
.fixed{font-family:"Lucida Console", OCRB, "Courier New";
font-size:16px
}

.tiny {font-size: 7px}

a:link {
	text-decoration: none;
	color: #0000CC;
}
a:visited{
	color:#643562;
	text-decoration:none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}

.gallery_ctl{
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10pt;
	color:#FF6666;
	font-weight: bold;
}
.password_label {
	font-size: 8pt;
}
