/* CSS Document */

/* CSS Document */

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}

a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:active {color: #000000; text-decoration: none;}
a:hover {color: #000000; text-decoration: underline;}

h1 {
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #c9d022;
}

h3 {
	font-size: 22px;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	font-weight: normal;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}