td.content {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
h1 {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #a30202;
}
p {
	font-family: Arial;
	font-size: 12px;
	color: #000000;	
}
b {
   color: #a30202;
}
ul {
	font-family: Arial;
	font-size: 14px;
	color: #000000;	
}
input, textarea, select {
	border-width: 1px;
	border-style: solid;
	border-color: #a30202;
	color: #a30202;
   font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #e7e7e7;
}
input.none {
	border-width: 0px;
	background-color: ffffff;
}
table {
	background-color: #a30202;

	
}
td.w {
	background-color: #ffffff;
   color: #000000;
   font-family: Arial;
	font-size: 12px;
	
}
td.l2 {
	background-color: #ffffff;
   color: #000000;
   font-family: Arial;
	font-size: 12px;
	
}
td.l1 {
	background-color: #e0e0e0;
	color: #a30202;
   font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	
}
td.content {
	background-color: #ffffff;
}
a:link.link, a:visited.link, a:active.link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
   text-decoration: none;	
}
a:hover.link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #a30202;
	text-decoration: none;	
}