body {
	margin: 0px;
	padding: 0px;
	background-color: #0686c0;
	background-image: url(images/pg_bkg2.gif);
	background-position: top center;
}

td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #1d5d80;
}

h1 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #ff9acd;
	margin-bottom: 10px;
}

h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #ff99cc;
	margin-bottom: 10px;
	border-bottom: 1px solid #ff99cc;
}

h3 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffcc33;
	margin-bottom: 10px;
	border-bottom: 1px solid #ffcc33;
}

h4 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #abeb01;
	margin-bottom: 10px;
	border-bottom: 1px solid #abeb01;
}

h5 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #12a1ce;
	margin-bottom: 10px;
	border-bottom: 1px solid #12a1ce;
}

hr {
	color: #12a1ce;
	background-color: #12a1ce;
	border: 0px;
	height: 1px;
}

b {
	
}

i {
	
}

a:link, a:visited, a:active {
	font-family: arial;
	color: #12a1ce;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:link.link2, a:visited.link2, a:active.link2 {
	font-family: arial;
	color: #ffcc33;
	font-size: 11px;
	text-decoration: none;
}

a:hover.link2 {
	color: #666666;
	text-decoration: underline;
}

a:link.link3, a:visited.link3, a:active.link3 {
	font-family: arial;
	color: #abeb01;
	font-size: 11px;
	text-decoration: none;
}

a:hover.link3 {
	color: #666666;
	text-decoration: underline;
}

a:link.link4, a:visited.link4, a:active.link4 {
	font-family: arial;
	color: #ffcc33;
	font-size: 11px;
	text-decoration: none;
}

a:hover.link4 {
	color: #666666;
	text-decoration: underline;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #999999;
}

input.btn {
	background-color: #abeb01;
	color: #FFFFFF;
	border-top: 1px solid #8abe00;
	border-left: 1px solid #8abe00;
	border-right: 1px solid #8abe00;
	border-bottom: 1px solid #8abe00;
	font-weight: bold;
}

input.btn2 {
	background-color: #ffffff;
	color: #019fc6;
	border-top: 1px solid #20bfde;
	border-left: 1px solid #20bfde;
	border-right: 1px solid #20bfde;
	border-bottom: 1px solid #20bfde;
	font-weight: bold;
}

img.img {
	border: 1px solid #000000;
}

img.img2 {
	border: 1px solid #17acd4;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #000000;
}

img.left2 {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #17acd4;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #000000;
}

img.right2 {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #17acd4;
}