/* CSS Document */
/*--------------------- Tag Redefinitions -------------------------*/
body, html {
	background-image: url(../images/BG.gif);
	background-repeat: repeat;
	margin-top: 8px;
	padding:0px;
	text-align: center;
}
p, a, h1, h2, h3, h4, ul, li, ol, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
p, ul, li, ol {
	font-size: 12px;
	text-align: left;
	color: #333333;
}
a:link {
	color: #2C4587;
}
a:visited {
	color: #2C4587;
}
a:hover {
	color: #7F7F7F;
}
a:active {
	color: #35B1D0;
}
h1, h2, h3, h4, h5, h6 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
}
/*--------------------- /Tag Redefinitions -------------------------*/

/*--------------------- Classes -------------------------*/
.contHeader {
	background-image: url(../images/template_04.gif);
	background-repeat: repeat-x;
	text-align: left;
}
.contTopNav {
	background-color: #7F7F7F;
	border-top-width: 2.5px;
	border-bottom-width: 2.5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7F7F7F;
	border-bottom-color: #7F7F7F;
}
.contCopy {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
}
.contBotNav {
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	padding: 3px;
}
.contFooter {
	background-color: #5571A3;
	padding: 5px 10px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7F7F7F;
}
/*--------------------- /Classes -------------------------*/


/*--------------------- Id's -------------------------*/
#tblMain {
	border: 5px solid #7F7F7F;
}
/*--------------------- /Id's -------------------------*/
.imgLeft {
	border: 1px solid #7f7f7f;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imgRight {
	border: 1px solid #7f7f7f;
	float: right;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 5px;
}

