body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	font-size: 18px;
	color: #752121;
	font-style:italic;
}
h2 {
	font-size: 16px;
	color: #752121;
	font-style:italic;	
}
h3 {
	font-size: 14px;
	color: #752121;
	font-style:italic;	
}
body,td,th {
	color: #3c3c3c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a.pod_menu {
	font-size: 18px;
}
a.pod_menu:link {
	text-decoration: underline;
}
a.pod_menu:visited {
	text-decoration: underline;
}
a.pod_menu:hover {
	text-decoration: none;
}
a.pod_menu:active {
	text-decoration: underline;
}
.textfield {
	width:300px;	
}
.textarea {
	width:300px;
	height:200px;
}	
a:link {
	color: #82120e;
}
a:visited {
	color: #82120e;
}
a:hover {
	color: #82120e;
}
a:active {
	color: #82120e;
}

.brd table {
  border-collapse: collapse;
  color: #686461;
}
.brd th {
  border-bottom: 3px solid #d3d2bd;
  padding: 10px;
  text-align: left;
}
.brd td {
  padding: 10px;
}
.brd tr:nth-child(odd) {
  background: #e4e6d1;
}
.brd tr:nth-child(even) {
  background: #d5d4bf;
}
.head_menu {
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color: #752121;	
	}