html {
	height: 100%;
	margin: 0;
	padding: 0;}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	/*center with IE*/
	text-align: center;
}

img {
	border: 0;
}

#MainTable{
	width: 1000px;
	height: 100%;
	/*center witdh firefox */
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 5px;
}
td {
	margin:0;
	padding:0;
	text-align: left;
	vertical-align: top;
}

td.leftcol, td.headerright, td.headercenter{
	background-image:url(../images/bgs/bg_header.png);
	background-repeat: repeat-x;
}

td.headerright{
	height: 91px;
	text-align: right;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

td.headercenter{
	text-align: center;
	vertical-align: top;
}

td.leftcol{
	width:160px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
td.leftcol, td.rightcol{
	text-align: left;
	vertical-align: top;
}
td.rightcol{
	width:160px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
td.centercol{

	background-color: #ffffff;
	text-align: left;
	vertical-align: top;
	
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	
}
td.footer{
	height:50px;
	background-color: #ffffc6;
	border-top-width: 1px;
	border-bottom-style: none;
	border-right-style: dotted;
	border-top-style: solid;
	border-left-style: dotted;
	border-top-color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-color: #CCCCCC;

}
.footertext {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* custom tables */


.customtable01 {
	padding: 0 5px 0 5px;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #009900;
	text-align: left;
	padding: 2px;
}
.customtable01 td{
	padding: 2px;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.row1{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99FF99;

}
.row2{
	background-color: #EEFFEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #99FF99;

}

