body
	{
	background-color: white;
	font-size: 10pt;
	font-family: Trebuchet MS, helvetica, arial, sans-serif;
	color: #004090;
	}

div#all
	{
	width: 962px;
	margin: 0px auto;
	border: 1px solid #e7ecf2;
	}

div#w2
	{
	width: auto;
	margin: 0px auto;
        padding: 10px;
	border: 1px solid #e7ecf2;
	background-color: #f2f4f8;
	}

table#layout
	{
	border: 1px solid #ccd8e3;
	}

table#layout td#head
	{
	}

table#layout td#left
	{
	background-image: url(../images/back_vmenu.png);
	background-repeat: repeat-x;
	background-color: #f2f4f8;
	height: 336px;
	vertical-align: top;
	border-left: 1px solid #bdcbdc;
	border-right: 2px solid #cbd4e5;
	}

table#layout td#right
	{
	vertical-align: top;
	border-right: 1px solid #bdcbdc;
	padding: 10px;
	padding-bottom: 0px;
	}

table#layout td#bottom
	{
	background-color: #eaeef4;
	text-align: center;
	border: 1px solid #bdcbdc;
	border-top-style: none;
	padding-bottom: 24px;
	font-size: 8pt;
	}

table#layout td#head div#header
	{
	padding: 1px;
	padding-bottom: 0px;
	position: relative;
	position: relative;
	}

div#menu1
	{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #c9d2e3;
	border: 1px solid white;
	}

a
	{
	text-decoration: none;
	color: #003f79;
	}

a img
	{
	border-style: none;
	}

a.menu1
	{
	color: white;
	padding: 2px 12px;
	line-height: 20px;
	}


div#menu1 a.selected
	{
	color: #003f79;
	background-color: #dde2ed;
	border-left: 1px solid white;
	border-right: 1px solid white;
	}


div#title
	{
	background-color: #e8ecf4;
	font-size: 11pt;
	padding: 1px 175px;
	border-left: 1px solid #bdcbdc;
	border-right: 1px solid #bdcbdc;
	}

div#title1
	{
	font-size: 11pt;
        font-weight: bold;
	}

div#subtitle1
	{
	font-size: 10pt;
        font-weight: bold;
        color: #808080;
	}

div#menu2
	{
	border-top: 1px solid white;
	}

a.menu2
	{
	display: block;
	color: #003f79;
	font-size: 11pt;
	padding: 2px;
	padding-left: 32px;
	padding-right: 0px;
	border-bottom: 1px solid white;
	background-image: url(../images/vmenu_out.png);
	background-repeat: no-repeat;
	background-position: 7px 4px;
	}

div#menu2 a.selected
	{
	background-image: url(../images/vmenu_sel.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
table#layout td.sep_left
	{
	background-color: #f2f4f8;
	vertical-align: bottom;
	text-align: right;
	border-left: 1px solid #bdcbdc;
	}

table#layout td.sep_right
	{
	vertical-align: bottom;
	border-right: 1px solid #bdcbdc;
	}

table#foot
	{
	width: 100%;
	}

table#foot td#foot_l
	{
	width: 28%;
	text-align: left;
	padding-left: 20px;
	}

table#foot td#foot_c
	{
	text-align: center;
	padding-left: 20px;
	}

table#foot td#foot_r
	{
	width: 28%;
	text-align: right;
	padding-right: 20px;
	}


