/* CSS Document */

body {
	margin: 0;
}

body, p, td, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

td.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-left: 50;
	 margin-right: 10;
	  margin-top: 15;
	   margin-bottom: 2;
	   padding:10px;
}

td.content2
{
	padding:0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: Echelon, "Brush Script MT", serif;
	color: #6F559D;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #DCBAD3;
	border-right-color: #DCBAD3;
	border-bottom-color: #DCBAD3;
	border-left-color: #DCBAD3;
	font-size: xx-large;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

table.staff{
	border: 1px solid #DDDDDD;
	margin:5px;
}


table.staff tr td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.subpage {
	font-family: Times New Roman;
	color: #543B44;
	text-decoration: none;
	font-weight:bold;
}
a:hover.subpage {
		font-family: Times New Roman;
		color:#27635F;
		text-decoration: none;
		font-weight:bold;
}
fieldset
{
/*border: #26a solid 1px;*/
padding:10px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #DCBAD3;
	
}

legend
{
background:#fff;
border: #DCBAD3 solid 1px;
padding: 1px 10px;
font-weight:normal;margin-bottom:10px;
} 

