a.norm:link	{ color: #B3ACAB; font-family: Trebuchet MS, verdana, arial;font-weight:bold; font-size:11px} 
a.norm:visited	{ color: #B3ACAB; font-family: Trebuchet MS, verdana, arial;font-weight:bold; font-size:11px} 
a.norm:active	{ color: #B3ACAB;} 
a.norm:hover	{ color: #ffffff; text-decoration: none;}

a:link {color: #FFFFFF; text-decoration: none;}
a:visited {text-decoration: none; color: #FFFFFF;}
a:hover {text-decoration: none; color: #daeef0;}
a:active {text-decoration: none; color: #FFFFFF;}

a img {border: none;}
a:hover img { border: none; }

body { 
	background-image: url(images/bkg01.jpg);
	background-repeat: repeat-x;
	background-color: #400d0d;
	margin-top: 0px;
}
body,td {
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 14px;
	color: #b3acab;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #b3acab;
	font-weight: bold;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #b3acab;
	font-weight: bold;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #b3acab;
	font-weight: bold;
}
#frame {
	background-color: #554E4E;
	border: 4px solid #000000;
	height: 100px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.captions {
	font-size:11px;
	font-family:"Trebuchet MS", verdana, arial;
	color: #B3ACAB;
	text-decoration: none;
	line-height: 14px;
}
.style1 {
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #B3ACAB;
	font-style: bold;
	text-decoration: none;
}
.style2 {
	font-size:14px;
	font-family:Trebuchet MS, verdana, arial;
	color: #B3ACAB;
	text-decoration: none;
}
.style3 {
	font-size:13px;
	font-family:Trebuchet MS, verdana, arial;
	color: #B3ACAB;
	font-weight: bold;
	text-decoration: none;
}
.style4 {
	font-size:16px;
	font-family:Trebuchet MS, verdana, arial;
	color: #B3ACAB;
	text-decoration: none;
}
.style5 {
	font-size:16px;
	font-family:Trebuchet MS, verdana, arial;
	color: #B3ACAB;
	text-decoration: none;
}
.style6 {
	font-size:15px;
	font-family:Trebuchet MS, verdana, arial;
	color: #000000;
	text-decoration: none;
}
.title {
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	color: #B3ACAB;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.subtitle {
	font-size:15px;
	font-family:Trebuchet MS, verdana, arial;
	color: #B3ACAB;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.nav {
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #B3ACAB;
	font-style: normal;
	text-decoration: none;
}
.navbold {
	font-size:14px;
	font-family:Trebuchet MS, verdana, arial;
	color: #B3ACAB;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
/* Styles to attribute to the text of your form */
.fieldtext {
	color: ##B3ACAB;
	font-size: 14px;
	font-family:Trebuchet MS, verdana, arial;
}

/* 
Note:  If you need to have multiple colored texts, or different attributes within the same form,
just duplicate the above and call it "fieldtext2" or whatever.  Then you can apply that style to
additional text if you wish 
*/

/* This is the style for the main form fields */
.field1 {
	background: #FBFBFB;
	color: #666666;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	width: 300px;
	border: 1px solid #CCCCCC;
}

/* In case you have fields that need to be a different width, colors, etc ... you can change those here.*/
.field2 {
	background: #FBFBFB;
	color: #666666;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	width: 150px;
	border: 1px solid #CCCCCC;
}
