html, body {
   height:100%;
   margin: 0px;
   padding: 0px;

}

body {
	background-image: url(../img/bg.jpg);
	background-position: center top 192px;
 	background-size: 100%;
background-repeat: no-repeat;
background-color: #ffffff;

}

body, p, td, div, h1, h2, h3, h4, h5, h6, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #444444;

}



p {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1,h2,h3,h4 {
	text-transform: uppercase;
	color: #444444;
	margin-top: 24px;
	margin-bottom: 10px;
	line-height: 125%;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	color: #505050
}

h4 {
	font-size: 16px;
}




a {
	text-decoration: none;
	color: #004773;
}

a:hover {
	text-decoration: underline;
}

table {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
}


td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-image-width: 0px;

}


img {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border: 0px;
	border-image-width: 0px;
}


ul, ol {
	margin-left: 00px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	padding-left: 20px;
}

ul {
	list-style-image: url(../../img/bullet.gif);
}

li {
}




#content {
	font-size: 15px !important;
	line-height: 135%;
}

#content td, #content p, #contentx ul, #content li {
	font-size: 15px !important;

}

#content h1 {
	font-size: 20px;
}

#content h2 {
	font-size: 18px;
}

#content h3 {
	font-size: 16px;
}




#content_footer {
	font-size: 11px;
	color: #cccccc;
}

#content_footer td {
	font-size: 11px;
	color: #cccccc;
}

#content_footer a {
	font-size: 11px;
	color: #cccccc;

	text-decoration: underline;
}


#content ul {
	list-style-image: url(../../img/content_bullet.jpg);

}





