@charset "utf-8";
/* CSS Document */
body {
    overflow: scroll;
    overflow-x:hidden;
	height: 100%;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	background-color:#E2E2E2;
	font-size:10pt;
}
#outertable
{
	position:relative;
	height:100%;
	top:0px;
	top:0;
	border: 0px transparent none;
	padding:0px;
	padding:0;
	width:915px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align:left;
	bottom: 0px;
	bottom: 0;
	border-collapse:collapse;
}
#outertable .border_left
{
	width:4px;
	background:url(/images/layout/border_left.jpg) repeat-y;
}
#outertable .border_right
{
	width:4px;
	background:url(/images/layout/border_right.jpg) repeat-y;
}
#innertable
{
	height:100%;
	width:907px;
	background-color:#FFFFFF;
}
#innertable .navigation
{
	padding-top:20px;
	height:100%;
	width:197px;
	background-color:#f0efef;
}
/*-----Content-----*/
#content
{
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
}
#content p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
}
#content a, #content a:link,#content a:visited
{
	color:#B22222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration:none;
}
#content a:hover
{
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration:none;
}
#content .headline
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}
#content .subheadline
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	margin-top:30px;
}
/*-----Navigation-----*/
#table_nav, #table_nav a, #table_nav a:link,#table_nav a:visited
{
	margin-left:10px;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration:none;

}
#table_nav a:hover
{
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration:none;
}
#footer_left,#footer_right
{
	background-color:#CCCCCC;
	height:20px;
}
#footer_right
{
	padding-left:20px;
	border-left:#ffffff 1px solid;
}
#footer_right a, #footer_right a:link,#footer_right a:visited
{
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:none;
}
#footer_right a:hover
{
	color:#ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration:none;
}