@charset "utf-8";
/* CSS Document */
body { 
background-color:#FFFFFF;
margin:0px;
padding:0px;
}
td,div {
	font-size:11px;
	font-family:Verdana, sans-serif;
	font-weight: normal;
	line-height:14px;
	color:#000000;
}
p {
	font-size:11px;
	font-family:Verdana, sans-serif;
	color:#000000;
	font-weight: normal;
	line-height:14px;
	margin-top:0px;
}
li{
	font-size:11px;
	font-family:Verdana, sans-serif;
	color:#000000;
	list-style:inside;
	list-style-type:square;
}
@font-face{
font-family: "Palace Script MT";
font-style:normal;
src: url(PALSCRI.TTF);
}
h1 { font-size:16px; font-family:Verdana,  sans-serif; color:#864b02; font-weight: bolder; line-height:15px; margin-top:0px;}
h2 { font-size:14px; font-family:Verdana,  sans-serif; color:#864b02; font-weight: bolder; margin-top:0px;}
h3 { font-size:14px; font-family:Verdana,  sans-serif; color:#864b02; font-weight: bold; margin-top:10px;}
h4 { font-size:13px; font-family:Verdana,  sans-serif; color:#864b02; font-weight: bold; margin-top:0px;}
h5 { font-size:11px; font-family:Verdana,  sans-serif; color:#864b02; font-weight: normal; margin-top:0px;}
h6 { font-size:10px; font-family:Verdana,  sans-serif; color:#864b02; font-weight: normal; margin-top:0px;}
b { font-size:11px; font-family:Verdana,  sans-serif; color:#864b02; font-weight:bold; margin-top:0px;}
i { font-size:11px; font-family:Verdana,  sans-serif; color:#864b02; line-height:12px; margin-top:0px;}
em { font-size:50px; font-family:Verdana,  sans-serif; color:#864b02; line-height:30px; font-weight:bolder;}
u { font-size:12px; font-family:Verdana,  sans-serif; color:#000000; line-height:12px; margin-top:0px;}
hr {color:#eeded1; height:1px;}
dt, dd{color:#FFFFFF;}
a {
font-size:11px;
color:#864b02;
text-decoration:none;
font-weight:normal;
}
a:visited {
font-size:11px;
color:#ec9200;
text-decoration:none;
font-weight:normal;
}
a:active {
font-size:11px;
font-weight:bold;
color:#ec9200;
text-decoration:underline;
}
a:hover {
font-size:11px;
color:#ec9200;
font-weight:normal;
text-decoration:underline;
}
input,select,textarea { 
background-color:#FFFFFF; 
font-size: 11px; 
font-weight: normal; 
border: 1px solid #864b02; 
font-family:  Verdana,  sans-serif;
width:200px;
}
input:focus{
border-color:#000000;
}
input:hover{
border-color:#000000;
}
textarea:focus{
border-color:#000000;
}
textarea{
width:350px;
}
input[type=reset]{
font-weight:bold;
}
input[type=submit]{
font-weight:bold;
}
input[type=reset]:hover{
font-weight:bold;
text-transform:uppercase;
}
input[type=submit]:hover{
font-weight:bold;
text-transform:uppercase;
}
