body {
	margin: 0px;
	padding: 0px;
	background: url(main-bg.gif) 0 0 repeat-x #FFFEF9;
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 16px;
}
div, p, ul, h2, img {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
	text-align: justify;
}
a {
	color: #917200;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2F2A28;
	text-decoration: none;
}
td {
    text-align: justify;
}
/*----TOP PANEL----*/
#topPan {
	width: 778px;
	height: 141px;
	position: relative;
	margin: 0 auto;
	font: 14px/18px Arial, Helvetica, sans-serif;
}
#topPan img.logo {
	width: 281px;
	height: 56px;
	position: absolute;
	top: 53px;
	left: 29px;
}
/*----/TOP PANEL----*/
/*----BODY PANEL----*/
#bodyPan {
	width: 686px;
	position: relative;
	margin: 0 auto;
}
#bodyPan h1 {
	color: #DC0001;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
#bodyPan h2 {
	color: #D80000;
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
}
#bodyPan p {
	padding: 10px 0 15px 0;
	text-align: justify;
}
#bodyPan p.border {
	background: url(dot-line.gif) 0 0 repeat-x;
	height: 1px;
	padding: 0 0 14px 0;
}
#footermainPan {
	background: url(footerbg.gif) 0 0 repeat-x #3B3B3B;
	color: #fff;
	font: 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0 auto;
	clear: both;
	padding: 75px 0 0;
	text-align: center;
}
#footermainPan a {
	color: #fff;
	background: #3B3B3B;
	text-decoration: none;
	font-size: 12px;
	font-style: italic;
}
#footermainPan a:hover {
	text-decoration: underline;
}
#footerPan {
	position: relative;
	margin: 0 auto;
}
#footerPan p.copyright {
	width: 320px;
	position: relative;
	margin: 0 auto;
	background: #3B3B3B;
	color: #fff;
	font-size: 12px;
	padding-top: 10px;
	font-style: italic;
}
#footerPan p.copyright a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footerPan p.copyright a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.red_text {
    background: #D80000;
    color: #FFFFFF;
    padding: 2px;
    font-weight: bold;
    font-style: italic;
}
.bold_text {
    color: #0A7700;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    padding: 5px;
}
.green_text {
	color: #0A7700;
	font-weight: bold;
    font-style: italic;
}

