/* default link style*/
a {
	text-decoration : underline;
	
}

a:hover {
	text-decoration : none;
	
}
	
/* All main body text*/
.body01  {
	font-size : 8pt;
	font-family : Verdana, Helvetica, Sans-serif;
	font-style : normal;
	color : #5E5C54;
	line-height : 12pt;

}

/* body text xtra line height*/
.body02  {
	font-size : 8pt;
	font-family : Verdana, Helvetica, Sans-serif;
	font-style : normal;
	color : #5E5C54;
	line-height : 20pt;
}
/* testimonial name*/
.body03  {
	font-size : 7pt;
	font-family : Verdana, Helvetica, Sans-serif;
	font-style : normal;
	color : #5E5C54;
	line-height : 10pt;

}
/* rates table header - red*/
.header01  {
	border-right: 1px solid;
	padding-right: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	border-left: 1px solid;
	padding-top: 4px;
	border-bottom: 1px solid;
	background-color: #6F0017;
	
	font-size : 8pt;
	font-family : Verdana, Helvetica, Sans-serif;
	font-style : normal;
	color : #FFFFFF;
	line-height : 15pt;
}

/* rates table header - blue*/
.header02  {
	border-right: 1px solid;
	padding-right: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	border-left: 1px solid;
	padding-top: 4px;
	border-bottom: 1px solid;
	background-color: #2B2A3E;
	
	font-size : 8pt;
	font-family : Verdana, Helvetica, Sans-serif;
	font-style : normal;
	color : #FFFFFF;
	line-height : 15pt;
}
/* rates table info*/
.info01	{
	border-right: #F9F7F1 1px solid;
	padding-right: 4px;
	padding-left: 6px;
	padding-bottom: 4px;
	border-left: #DBD5C3 1px solid;
	padding-top: 4px;
	border-bottom: #EFEBDD 1px solid;
	background-color: #F9F7F1;
	font-size : 8pt;
	font-family : Verdana, Helvetica, Sans-serif;
	font-style : normal;
	color : #5E5C54;
	line-height : 12pt;
}

/* footer*/
/* See also footer02 below*/
.footer01  {
	font-size : 7pt;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-style : normal;
	color : #C1C0BA;
	line-height : 24pt;
}


/* links - Lumiere Design*/
.footer01  {
	font-size : 7pt;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	color : #C1C0BA;
	line-height : 24pt;
	text-decoration : none;

}
.footer01:Active  {
	font-size : 7pt;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	color : #C1C0BA;
	line-height : 24pt;
	text-decoration : none;

}
.footer01:Hover  {
	font-size : 7pt;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	color : #C1C0BA;
	line-height : 24pt;
	text-decoration : none;

}

/* main footer links */
.footer02  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	color : #848176;
	text-decoration : none;
	line-height : 12pt;

}

.footer02:Active  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	color : #848176;
	text-decoration : none;
	line-height : 12pt;

}

.footer02:Hover  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	color : #848176;
	text-decoration : underline;
	line-height : 12pt;
}
