/*-------------------------------------*/
/* general styles								*/
/*-------------------------------------*/

body{
	margin-top: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #9F2E21;
}



p,td,span,div,ol,ul,li,h1,h2,h3,h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9F2E21;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993427;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0
}

td.contentCell{
	padding-right: 5px;
}

span.small, p.small, .small{
	font-size: 90%;
}

p.smaller, .smaller{
	font-size: 90%;
}

a {
	text-decoration: none;
}

a:link {
	color: #993427;
}
a:visited { color: #993427;}
a:hover { color: #993427; text-decoration: underline;}
a:active { color: #993427;}

