body {
	margin: 0px;
	padding: 0px;
	background-color: #a80e0e;
	background-image: url(images/pg_bkg.gif);
	background-position: top;
	 background-repeat: repeat-x;
}

td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #272525;
}

h1 {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	color: #a80e0e;
	margin-bottom: 10px;
}

h2 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #1529a6;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	color: #525252;
	margin: 0px;
	border-bottom: 1px solid #525252;
}

h4 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #bdbdbd;
	margin: 0px;
	border-bottom: 1px solid #525252;
}

hr {
	color: #1529a6;
	background-color: #1529a6;
	border: 0px;
	height: 1px;
}

b {
	
}

i {
	
}

a:link, a:visited, a:active {
	font-family: arial;
	color: #d50505;
	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: #1529a6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link2 {
	color: #666666;
	text-decoration: underline;
}

a:link.link3, a:visited.link3, a:active.link3 {
	font-family: arial;
	color: #fafafa;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.link3 {
	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: #d50505;
	color: #FFFFFF;
	border-top: 1px solid #a80e0e;
	border-left: 1px solid #a80e0e;
	border-right: 1px solid #a80e0e;
	border-bottom: 1px solid #a80e0e;
	font-weight: bold;
}

input.btn2 {
	background-color: #e0e0e0;
	color: #1529a6;
	border-top: 1px solid #1529a6;
	border-left: 1px solid #1529a6;
	border-right: 1px solid #1529a6;
	border-bottom: 1px solid #1529a6;
	font-weight: bold;
}

img.img {
	border: 1px solid #000000;
}

img.img2 {
	border: 1px solid #1529a6;
}

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 #1529a6;
}

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 #1529a6;
}