@charset "utf-8";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-image: url(../graphics/bknd.png);
	background-repeat: repeat-x;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000A70;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #990000;
	text-align: left;
}
.txtRed {
	color: #000A70;
}


.txtFooter {
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
a.linkFooter:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.linkFooter:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.tableContent {
	background-color: #ECE9D8;
}
.right {
	background-image: url(../graphics/right.png);
	background-repeat: repeat-y;
	width: 9px;
}
.corner {
	background-image: url(../graphics/corner.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}
.bot {
	background-image: url(../graphics/bot.png);
	background-repeat: repeat-x;
	height: 9px;
}
.navL {
	background-image: url(../navigation/navL.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 24px;
}
.navR {
	background-image: url(../navigation/navR.png);
	background-repeat: repeat-x;
	height: 34px;
}

a.linkFooter:hover {
	text-decoration: underline;
	color: #00FF00;
}
a.linkFooter:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.linkGlobal:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a.linkGlobal:visited {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
a.linkGlobal:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #012E95;
}
a.linkGlobal:active {
	text-decoration: none;
	font-weight: bold;
	color: #990000;
}
a.linkQuick:link {
color: #000A70;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a.linkQuick:visited {
	text-decoration: none;
	color: #000A70;
	font-weight: bold;
	font-style: italic;
}
a.linkQuick:hover {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
	font-style: italic;
}
a.linkQuick:active {
	text-decoration: none;
	color: #000A70;
	font-weight: bold;
	font-style: italic;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.testimonialsSignature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}