body {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	background: url(images/mainbg.jpg) top repeat-x #bcb6b6;
}

td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #45507f;
}

h1 {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #45507f;
	margin-bottom: 22px;
	margin-top: 0px;
	text-transform: uppercase;
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #45507f;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #45507f;
	margin-bottom: 10px;
}

hr {
	color: #938c8d;
	background-color: #938c8d;
	border: 0px;
	height: 1px;
}

a:link, a:visited, a:active, a:link.link3, a:visited.link3, a:active.link3 {
	font-family: arial;
	color: #5f80d0;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #45507f;
}

a:link.link2, a:visited.link2, a:active.link2{
	font-family: arial;
	color: #5f80d0;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link2,{
	color: #45507f;
}

a:hover.link3 {
	color: #ffffff;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
}

input.btn, input.btn2 {
	background-color: #45507f;
	color: #FFFFFF;
	border-top: 2px solid #5d6cab;
	border-left: 2px solid #5d6cab;
	border-right: 2px solid #323b67;
	border-bottom: 2px solid #323b67;
	font-weight: bold;
}

img.img {
	border: 1px solid #938c8d;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 1px solid #938c8d;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 1px solid #938c8d;
}
