body {
	margin: 0;
	padding: 30px 0 15px 0;
	background-color: #2d2d2d;
}
body, td, th, input, select, textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}
a {
	text-decoration: underline;
	color: #049;
}
a:hover {
	text-decoration: underline;
	color: #49d;
}
div#footer {
	font-size: 10px;
	color: #555;
	border-top: 1px solid #ccc;
	margin: 20px;
	padding: 5px 0 0 0;
	text-align: center;
}
div.line {
	border-top: 1px solid #ccc;
	margin: 15px 0 15px 0;
}
div#maintext {
	padding: 15px 25px 0 25px;
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
	color: #ED3238;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
}
h2 {
	font-size: 15px;
	color: #ED3238;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
}
img {
	border: 0;
}
img.img_right {
	float: right;
	margin: 0 0 10px 15px;
}
input.button {
	margin-top: 10px;
	border-top: 1px solid #faa;
	border-right: 1px solid #978;
	border-bottom: 1px solid #978;
	border-left: 1px solid #faa;
	background-color: #ED3238;
	color: #fff;
}
p {
	margin: 0;
	padding: 0 0 7px 0;
	text-align: justify;
}
small {
	font-size: 10px;
}
td#col_left {
	background-color: #DDE5EE;
}
td#col_right {
	background-color: #fff;
}
textarea {
	overflow: auto;
}
ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 12px;
}
ul#menu {
	margin: 0 13px;
	padding: 0;
	list-style-type: none;
}
ul#menu li {
	margin: 0;
	padding: 0;
	display: inline;
}
ul#menu a {
	background-image: url("../i/bg1.gif");
	background-repeat: no-repeat;
	display: block;
	padding: 7px 0 7px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #049;
}
ul#menu a:hover {
	background-image: url("../i/bg2.gif");
	text-decoration: none;
	color: #000;
}
ul#menu a.submenu {
	background-image: url("../i/bg4.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #F1F5FA;
	border-left: 1px solid #F1F5FA;
	border-right: 1px solid #B7C4D3;
	border-bottom: 1px solid #B7C4D3;
	display: block;
	padding: 5px 0 5px 15px;
	margin: 0 2px 0 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	color: #049;
}
ul#menu a.submenu:hover {
	background-image: url("../i/bg5.gif");
	text-decoration: none;
	color: #000;
}
ul#menu div {
	background-image: url("../i/bg3.gif");
	background-repeat: no-repeat;
	padding: 7px 0 7px 15px;
	font-weight: bold;
	color: #000;
}
ul#menu div.subactive {
	background-image: url("../i/bg4.gif");
	background-repeat: repeat-x;
	padding: 5px 0 5px 15px;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	border-top: 1px solid #F1F5FA;
	border-left: 1px solid #F1F5FA;
	border-right: 1px solid #B7C4D3;
	border-bottom: 1px solid #B7C4D3;
	margin: 0 2px 0 0;
}