<!--
/*
	table.main: The outer boundry
	tr.main: The top and bottom row for outer boundry
	table.lr: The tables in left and right columns in 3 column outlay
	tr.lrhead: The first row of tables in left and right columns in 3 column outlay
	table.content: The tables in middle column in left and right columns in 3 column outlay
	tr.contenthead: The first row of tables in middle column in left and right columns in 3 column outlay
	table.contentplus: The tables in right column in 2 columns outlay
	tr.contentplushead: The first row of tables in 2 columns outlay
*/
body{
	font-size: 10pt;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	top-margin=0;
	left-margin=0;
	background-color:#666;
	}
div#boundry{
	background-color:#FFF;
	border:1px solid black;
	text-align:center;
	width:792px;
	margin:0 auto;
	padding:1px;
}
table.main{
	border: 3px solid #66F;
	cell-spacing: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 792px;
	}
tr.main{
	background-color: #66F;
	}
table.button{
	border: 1px solid white;
	cell-spacing: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-right: 0px;
	border-bottom: 0px;
	table-layout: center;
	}
table.lr{
	border: 1px solid #66CCFF;
	cell-spacing: 0px;
	border-spacing: 0px;
	border-collapse: no;
	width: 193px;
	min-width: 193px;
	border-right: 0px;
	border-bottom: 0px;
	font-size: 10pt;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}
tr.lrhead{
	background-color: #CCFFFF;
	font-weight: bold;
	color: navy;
	}
table.content{
	border: 1px solid #66CCFF;
	cell-spacing: 0px;
	border-spacing: 0px;
	border-collapse: no;
	width: 370px;
	border-right: 0px;
	border-bottom: 0px;
	font-size: 10pt;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}
tr.contenthead{
	background-color: #CCFFFF;
	font-weight: bold;
	color: navy;
	}
table.contentplus, table.contentfullpg{
	border: 1px solid #66CCFF;
	cell-spacing: 0px;
	border-spacing: 0px;
	border-collapse: no;
	border-right: 0px;
	border-bottom: 0px;
	font-size: 10pt;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}
table.contentplus, table.contentfullpg{
	width: 565px;
	}
tr.contentplushead{
	background-color: #CCFFFF;
	font-weight: bold;
	}
table.contentfullpg{
	width: 785px;
	}
td.s10b{
	font-size: 10pt;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}
table.cal{
	border: 1px solid #66CCFF;
	cell-spacing: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	width: 100%;
	font-size: 10pt;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}
td.calt{
	border-top: 1px solid #00FFFF;
	border-bottom: 0px;
	border-left: 1px solid #00FFFF;
	border-right: 1px solid #00FFFF;
	font-size: 13pt;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	height: 13pt;
	}
td.calb{
	border-top: 0px;
	border-bottom: 1px solid #00FFFF;
	border-left: 1px solid #00FFFF;
	border-right: 1px solid #00FFFF;
	font-size: 10pt;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-align: right;
	}
table.nb{
	border: 0px;
	cell-spacing: 0px;
	border-spacing: 0px;
	border-collapse: no;
	font-size: 10pt;
	font-weight: normal;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}
a{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	color:#003;
	}
a.button{
	font-size: 10.5pt;
	font-weight: bold;
	color: #003;
	}
a.plink{
	text-decoration: underline;
	}
a:hover{
	background-color:gray;
	color:black;
	}
a:visited,link{
	text-decoration: none;
	}
a:visited.plink{
	text-decoration: underline;
	}
p.content{
	padding: 0.3em;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	}
p.contentb{
	padding: 0.3em;
	text-align: left;
	font-weight: bold;
	}
p.s10b{
	font-size: 10pt;
	font-weight: bold;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}
p.s10{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	}
p.lr{
	padding: 0.2em;
	text-align: left;
	}
ul	{
	list-style:square;
	}
-->