@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #b6b7ba;
	font-size: 14px;
	color: #666666;
	line-height: 16px;
	height:100%;
	min-height: 100%;
	border:0;
	padding:0;
}


/* **************** TEXT **************** */

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #b6b7ba;
	text-decoration:none;
}

a:link.bodycopy	{color: #0f6cb6;}
a:visited.bodycopy {color: #0f6cb6;}
a:active.bodycopy	{color: #0f6cb6;}
a:hover.bodycopy	{color: #0f6cb6;}
	
.bodycopy_link {
	color: #0f6cb6;
	text-decoration: underline;
}

.bodycopy_red {
	text-decoration:none;
	color:#b20838;
}

.titlebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16pt;
	color:#b20838;
}

.bodyfooter {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
}

.footercopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #ffffff;
	text-decoration:none;
}

.tableBody{
	padding-top: 30px;
	padding-bottom: 30px;
}


/* **************** MENU **************** */

.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 150px; /*width of menu*/
}

.glossymenu a.menuitem{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	border: 1px solid #B6B8BA;
	border-bottom-width: 0;
	border-right-width: 0;
	border-left-width: 0;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #666666;
}

.menuitem:active{
	color: #b20838;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover{
	color: #b20838;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
	color: #b20838;
}
