@charset "utf-8";

/* CSS Document */


BODY {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: #000000;
}

/* do we need this? */
TD {font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:10pt; color: #000000; }
/* really ? */

 

/* The MenuBar table */
table.MenuTable {
	border:0;
	cellpadding:0;
	cellspacing:0;
	width:160;
	color: #FFB518;
}

/* The space at the top of the MenuBar */
tr.MenuSpacer {height:30}

/* This controls the vertical spacing of the menu items */
tr.MenuRow {height:25}

/* The text alignment of the menu items */
td.MenuItem{ text-align:right }

/* Default link styles */
a {color:#000000 }
a:link {color:#000000; }
a:visited { color:#000000; }
a:hover { color:#404040; }
a:active {
	color:#404040;
}

 
/* Link styles for the menu bar on the left */
a.MenuLink {color:#FFFFFF; font-weight:bold; text-decoration:none}
a.MenuLink:link {color:#FFFFFF; font-weight:bold; text-decoration:none}
a.MenuLink:visited {color:#FFFFFF}
a.MenuLink:hover {
	color:#ffb618;
	text-align: left;
}

/* This style makes the text go bold upon hover */
a.BoldLink {color:#000000; font-weight:normal; text-decoration:none}
a.BoldLink:link {color:#000000; font-weight:normal; text-decoration:none}
a.BoldLink:visited {color:#000000}
a.BoldLink:hover {color:#000000; font-weight:bold}

/* This style makes the background go blue upon hover */
a.BlueLink {color:#000000;  text-decoration:none}
a.BlueLink:link {color:#000000;  text-decoration:none}
a.BlueLink:visited {color:#000000}
a.BlueLink:hover {color:#FFFFFF; background-color:#b0cbd6}

/* This has blue background and white text */
a.ButtonLink {color:#FFFFFF; background-color:#b0cbd6; text-decoration:none}
a.ButtonLink:link {color:#FFFFFF; background-color:#b0cbd6; text-decoration:none}
a.ButtonLink:visited {color:#FFFFFF; background-color:#b0cbd6;}
a.ButtonLink:hover {color:#000000; }

.box {
	color: #FFFFFF;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
.boxtext {
	font-style: italic;
	color: #000;
	font-size: 7.5pt;
	text-align: left;
}
.testimonialtext {
	font-size: 9pt;
}
.testimonialauthor {
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
}

