body {
	margin: 0px;
	padding: 0px;
	background-color: #b4cccd;
	background-image: url(images/pg_bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

td, p {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #3a3a3a;
	line-height: 17px;
}

h1 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #143c7f;
	margin-bottom: 10px;
	border-bottom: 1px solid #143c7f;
}

h2 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #3a3a3a;
	margin-bottom: 10px;
	border-bottom: 1px solid #3a3a3a;
}

h3 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #143c7f;
	margin: 0px;
}

h4 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #143c7f;
	margin: 0px;
}

hr {
	color: #ceccc3;
	background-color: #ceccc3;
	border: 0px;
	height: 1px;
}

b {
	
}

i {
	
}

a:link, a:visited, a:active {
	font-family: arial;
	color: #5e75a1;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:link.link2, a:visited.link2, a:active.link2 {
	font-family: arial;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}

a:hover.link2 {
	color: #ceccc3;
	text-decoration: none;
}

a:link.link3, a:visited.link3, a:active.link3 {
	font-family: arial;
	color: #424438;
	font-size: 10px;
	text-decoration: none;
}

a:hover.link3 {
	color: #9c9e93;
	text-decoration: none;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #999999;
}

input.btn2 {
	background-color: #e2e2e2;
	color: #767676;
	border-top: 1px solid #989898;
	border-left: 1px solid #989898;
	border-right: 1px solid #989898;
	border-bottom: 1px solid #989898;
	font-weight: bold;
}

img.img {
	border: 1px solid #000000;
}

img.img2 {
	border: 1px solid #143c7f;
}

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 #143c7f;
}

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 #143c7f;
}