*, body {
	margin: 0px;
	text-align: left;
	font-family: "Verdana", Times, serif;
	padding: 0px;
}

img {
	border: 0px;
}

a:link {
	text-decoration: none;
	color: #0099cc;
}

a:active {
	text-decoration: none;
	color: #0099cc;
}

a:visited {
	text-decoration: none;
	color: #0099cc;
}

a:hover {
	text-decoration: underline;
	color: #0099cc;
}

.header_left {
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.header_right {
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.content {
	vertical-align: top;	
	font-size: 12px;
	background-color: #FFF;
}

.footer {
	vertical-align: top;	
	font-size: 10px;
	color: #999;
	border-top-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
}

.content li {
	list-style: outside;	
	font-weight: bold;
	margin-left: 30px;
	line-height: 20px;
	color: #333;
}

h1 {
	color: #0099cc;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	color: #0099cc;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
