/* CSS Document */
body {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color:#782d7d;
text-align:center;
}
.heading {
	color: #cdcdcd;
	font-size: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p, td{
color:#782d7d;
font-size: .9em;
padding: 0;
}
.heading2 {
	color: #87328D;
	font-weight: bold;
	font-size:1.1em;
}
.heading3 {
	color: #C26934;
	font-weight: bold;
	font-size:1em;
}

.quote {
font-style:italic;
}
.quotor {
font-weight:bold;
font-size: .85em;
color:#782d7d;

}
.smaller {
font-size:90%;
}
#hr1 {
height:2px;
background:#fff url(../images/hr1.gif) repeat center;
}
#hr2 {
height:2px;
background:#fff url(../images/hr2.gif) repeat center;
}

#hr1 hr, #hr2 hr {
display:none;
}
ul.ord  {
width:auto;
height:1%;
float:none;
padding: 0 0 0 0;
margin: 0 0 0 0;
list-style:disc none inside;
background-color:#FFF1E9;
}
/*stop the BASTARD IE */
* html ul.ord li { float: none; }

ul.ord li {
color:#782d7d;
font-size: .9em;
background-color:#FFF1E9;
}


table.smaller {
font-size:0.8em;
}
fieldset {
border:#a47d8d solid 1px;
padding:8px;
height:200px;
}

label {
display:block;
float:left;
width:200px;
margin-right:8px;
text-align:right;
color:#782d7d;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
vertical-align:middle;
}

input, textarea {
text-align:left;
float:left;
}

a:link, a:visited {
	color:#7083CD;
}
a:hover {
color:#eed45b;
}
a:active {
	color:#7083CD;
}




