html, body {
	width: 100%;
	height: 100%;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, img, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td, .textbox, .button_small, .button_big, .textarea, .select {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	/*color: #7c7a7b;*/
	color: #535152;
}

table {
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

a {
	text-decoration: none;
	color: #337FBD;
}

a:hover,
a:hover.important_link {
	color: #fda102;
}

a.important_link {
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
	color: #9DC70D;
}

p {
	padding-bottom: 10px;
	text-align: justify;
}

h1 {
	color: #9dc70d;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 14px;
}

h2 {
	color: #9dc70d;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 12px;
}

h3 {
	color: #337FBD;
	font-size: 14px;
	padding-bottom: 10px;
}

h4 {
	color: #fda102;
	text-transform: uppercase;
	text-decoration: underline;
	padding-bottom: 12px;
}

ul {
	padding: 0px 0px 12px 12px;
}

li {
	padding: 0px 0px 5px 16px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

img.content_img {
	margin: 0px 10px;
	border: 1px solid #f3f1e2;
	padding: 1px;
	background-color: #d3db9f;
}

.green_text {
	color: #9dc70d;
}

.error {
	color: #ff0000;
}

label {
	font-size: 10px;
}