/*
 * Merchant Consulting Group Style Sheet
 * (c)opyright 2003, All Rights Reserved.
 */

body {
	font-size: medium;
	font-family:  arial, helvetica, courier;
	margin: 0px;
	background-color: #ffffff;
	background-image:  url( "../images/MascotWatermark.jpg" );
	background-repeat:  no-repeat;
	background-position:  bottom right;
}

table.backdrop {
	border: none;
	padding: 0px;
	/*width: 100%;*/
}

td.backdrop_top {
	background-color: #000099;
	background-image: url( "../images/BackdropTile.jpg" );
	width: 800px;
	height: 84px;
}

td.backdrop_left {
	background-color: #000099;
	background-image: url( "../images/BackdropTile.jpg" );
	width: 128px;
	height: 800px;
}

td.spacer {
	color: #ffffff;
	width: 48px;
}

table.insert {
	background-color:  transparent;
	border: none;
	padding:  0px;
	margin: 0px;
}

img.mascot {
	position: absolute;
	top: 0;
	left: 0;
}

table.page_menu {
	background-color:  #ffffff;
	border-style:  solid;
	border-width:  2px;
	border-color:  #9999FF;
	width:  90%;
}

td.page_menu_title {
	background-color: #9999FF;
	color: #ffffff;
	text-align:  center;
}

td.page_menu_footnote {
	color:  #000000;
	font: normal 8pt "Helvetica";
}

a.page_menu {
	color:  #000099;
}

a.page_menu:link {
	text-decoration:  none;
}

a.page_menu:visited {
	text-decoration:  none;
}

a.page_menu:hover {
	text-decoration:  underline;
}

td.justified_block {
	text-align: justify;
}

td.text_title {
	color:  #000000;
	font-size: 200%;
}

td.faq_title {
	color:  #000000;
	font: italic 15pt/12pt "Comic Sans MS", "Courier";
}

td.faq_body {
	color:  #000000;
	font-size: 100%;
}

td.quote_name {
	color:  #000000;
	font: italic 15pt "Helvetica";
}

td.quote_body {
	color:  #000000;
	font: bold 10pt "Helvetica";
}

td.box_title {
	background-color: #000000;
	background-image: url( "../images/BackdropTile.jpg" );
	color:  #ffffff;
}

td.box_border {
	background: solid;
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

img.menu_button {
	border: none;
}