table{
	border-style: none;
	border-collapse: collapse;
}
td{
	text-align:left;
	vertical-align:top;
	border: solid 1px #000000;
	border-collapse: collapse;
    font-size:10pt;
}
th{
    background-color:#ccccff;
	text-align:center;
	border: solid 1px #000000;
	border-collapse: collapse;
    font-size:10pt;
}
table.body{
    background-color:#fffed1;
    background="";
    border-style: none;
    width:600;
    table-layout: fixed;
    margin-top: 10px;
    margin-left: 10px;
}
tr.body{
    text-align: left;
    background-color:#red;
	padding: 10px
}
td.body{
    text-align: left;
    background-color:#red;
}

tr.space{
    height:10;
	background="";
}
td.text{
    font-size:10pt;
}
tr.menuhead{
    height:30;
    font-weight:normal;
    font-size:12pt;
    font-family:Impact;
}
td.menuhead{
    color:#ffffff;
	border-style: solid; border-width: 0px 0px 2px 0px;
	border-color:#ffffff;
    background-color:#1f54c0;
    font-size:12pt;
	text-align: left;
}
td.menu{
	border-style: none;
    color:#000000;
    font-size:11pt;
	text-align: left;
	background="";
}
td.menucaption{
    color:#000000;
	border-style: none;
    background-color:#FFFFFF;
    font-size:9pt;
	text-align: left;
	background="";
}
td{
	border-style: none;
	background="";
}

/* --------------------------------------------------- */
/* PageTitle                                           */
/* --------------------------------------------------- */
table.pagetitle{
    background-color:#fffed1;
    background="";
    border-style: none;
    width:90%;
    table-layout: fixed;
}
tr.pagetitle{
    height:30;
}
td.pagetitle{
	padding : 4px ;
    color:#ffffff;
	border-style: solid; border-width: 0px 0px 0px 0px;
	border-color:Blue;
    background-color:#1f54c0;
    font-family:MS ƒSƒVƒbƒN;
    font-size:14pt;
    font-weight:thick;
	text-align: left;
}

/* --------------------------------------------------- */
/* Code                                                */
/* --------------------------------------------------- */
pre{
    background-color:#fffed1;
};

