/* CSS Document */

body{
	/*background-color: #D7BB92;*/
	background-color: #FCF4E8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #965E3C;

}

a, a:visited{
	color: #965E3C;
	font-size:10px;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #965E3C;
	font-size:10px;
	text-decoration: underline;
	font-weight: bold;
}

h1, h2, h3, h4 	{ font-family: Arial, Helvetica, sans-serif; font-weight: normal; }
h1 				{ font-size: 18px; }
h2 				{ font-size: 16px; font-weight: bold;}
h3 				{ font-size: 14px; }
h4 				{ font-size: 13px; font-weight: bold; }

li 				{ margin: 0px 0px 8px 1px; }

.headline		{ background-image: url(/images/Framework/HeaderLine.jpg); background-position: top left;
				  background-repeat: no-repeat; margin-bottom: 5px; padding-bottom: 5px; padding-left: 0px; }

.headline		{ background-image: url(/images/Framework/HeaderLine.jpg); background-position: top left;
				  background-repeat: no-repeat; font-size: 16px; font-family: Arial, Helvetica, sans-serif;
				  font-weight: bold; margin-top: 0px; color: #965E3C;}
				  
.normal			{ font-size:10px; }

.commandbutton
{
	color: #808080;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	border-left: 2px solid #C0C0C0;
	border-right: 1px solid #808080;
	border-top: 2px solid #C0C0C0;
	border-bottom: 1px solid #808080;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;
	background-color: #D7D7D7;
	margin-bottom: 5;
	margin-top: 5;
}