body {
	background: rgb(0,0,0) url('/images/stripe.png') repeat-x scroll 0 0;
	color: rgb(255,255,255);
	margin: 0;
	padding: 0;
}
h1.paragraph {
	background-color: rgb(153,0,0);
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 40px 50px 0 50px;
}
h3.paragraph {
	background-color: rgb(153,0,0);
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	padding: 10px 50px 25px 50px;
}
h2.paragraph {
	background-color: rgb(153,0,0);
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 40px 50px 0 50px;
}
h4.paragraph {
	background-color: rgb(153,0,0);
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 50px 25px 50px;
	text-align: justify;
}
div.logostrip {
	background: rgb(0,0,0) url('./../images/logo_stripe.png') repeat-x scroll 0 0;
	color: rgb(255,255,255);
	text-align: left;
	width: auto;
}
img.logo {
	/* margin-left: 30px; */
}
td.img_box_left {
	text-align: right;
	width: 254px;
}
td.img_box_center {
	text-align: center;
	width: 253px;
}
td.img_box_right {
	text-align: left;
	width: 253px;
}
div.content_bg {
	background: rgb(153,0,0) url('../images/gradient_bg.jpg') repeat-x scroll 0 0;
	border-top: 5px solid rgb(255,255,255);
	clear: both;
	color: rgb(255,255,255);
}
div.footer {
	border-top: 5px solid rgb(255,255,255);
	clear: both;
	/* color: rgb(255,255,255);
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold; */
}
table.footer {
	/* color: rgb(255,255,255);
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold; */
	width: 760px;
}
td.footer_left {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 20px 50px;
	text-align: left;
}
td.footer_center {
	/* background: rgb(0,0,0) url('../images/3dflag.gif') no-repeat scroll 50% 50%; */
	background: rgb(0,0,0) url('') no-repeat scroll 50% 50%;
	color: rgb(255,255,255);
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 50px 20px 0;
	text-align: center;
}
td.footer_right {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 50px 20px 0;
	text-align: right;
}
div.content {
	background-color: rgb(153,0,0);
	border-right: 5px solid rgb(255,255,255);
	color: rgb(0,0,0);
	width: 760px;
}
table.img_box_3 {
	margin-top: 30px;
	width: 760px;
}
.img_noborder {
	border: 0;
}
div.copyright {
	background-color: rgb(255,255,254);
	border-top: 5px solid rgb(255,255,255);
	border-bottom: 5px solid rgb(153,0,0);
	color: rgb(0,0,0);
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.6em;
	margin-top: 20px;
	padding: 5px 0 5px 0;
	text-align: center;
	width: 760px;
}
a.bodylink:link, a.bodylink:visited {
	color: rgb(255,255,255);
	text-decoration: underline;
	}
a.bodylink:hover, a.bodylink:active {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	text-decoration: none;
	}