Body
{
    margin-top: 0pt;
    margin-left: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;

    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    behavior: url(csshover.htc);
}

A:link
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    color: #999999;
    text-decoration: none;
}

A:visited
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    color: #404040;
    text-decoration: none;
}

A:active
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    color: #666666;
    text-decoration: none;
}

A:hover
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    color: #6600ff;
    text-decoration:underline;
}

TD
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    text-align:justify;
    color: #404040;
}

.table_subject
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    color: #ffffff;
    font-weight: bold;
    text-align:center;
    background-image:url(../images/level02_bg.jpg)
}

.table_content01
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    text-align: left;
    color: #404040;
    font-weight: normal;
    background-image:url(../images/table_content01.jpg)
}

.table_content02
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    text-align: left;
    color: #404040;
    font-weight: normal;
    background-image:url(../images/table_content02.jpg)
}

.note
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    color: #404040;
}

.designation
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
	font-style:italic;
    color: #404040;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:233px;
}

ul li {
	font: 10px arial, helvetica, sans-serif;
	background-image:url(../images/ul_off.jpg);
	height:21px;
	position: relative;
	float:left;
	width:233;
	}
	
ul li ul li{
	background-image:url(../images/li_off.jpg);
	height:21px;
	width:245px;
	}

ul li a{
	display:block;
	padding: 0px 0px;
	height:21px;
	}

ul li a:hover {
	background-image:url(../images/ul_over.jpg);
	height:21px;
}

ul li ul li a:hover{
	background-image:url(../images/li_over.jpg);
	height:21px;
	width:233px;
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
	height:21px;
}

ul li:hover ul{
	background-image:url(../images/ul_over.jpg);
	display: block;
	left:233px;
	height:21px;
	width:245px;
}

.formField {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
	color: #404040;
	background-color: #ffffff;
	height: 21px;
}

.textarea
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    color: #404040;
	background-color: #ffffff;
}

.select
{
    width: 150px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    color: #404040;
    background-color: #ffffff;
}

.button {
	font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    color: #404040;
	font-weight: bold;
	height: 27px;
	width: 80px;
}