body
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
html
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #666666;
	background-color: #ffffff;
}
a
{
    color: #00CC00;
    font-weight: bold;
	text-decoration: none;
}
a:hover
{
    color: #CC0000;
    font-weight: bold;
    text-decoration: none;
}
acronym
{
    color: #3300FF;
}
h1
{
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
}
h2
{
    font-size: 18pt;
    font-weight: bold;
    margin-top: 18pt;
}
h3
{
    font-size: 12pt;
    font-weight: bold;
    margin-top: 12pt;
}
h4
{
    font-size: 10pt;
    text-decoration: underline;
}
img
{ 
	border-style: none;
}
th
{
    text-align: left;
}
pre
{
    font-family: "Courier New", Courier, monospace;
    font-size: 12pt;
    color: #000099;
    line-height: normal;
}

.cl_header
{
    font-size: 24pt;
    font-weight: bold;
    color: #666666;
    text-align: center;
    background-color: #EEEEEE;
    margin: 0px;
    height: 50px;
    padding: 0px;
    border: 0px;
}
.cl_table100
{
	width: 100%;
}
.cl_center
{
    text-align: center;
}
.cl_left
{
    text-align: left;
}
.cl_right
{
    text-align: right;
}
.cl_fontsizesmaller
{
    font-size: smaller;
}
.cl_top
{
	margin-top: 0px;
}
.cl_imageborder
{
	border-color: #666666;
	border-style: solid;
	border-width: 1px;
}
.cl_imagetext
{
	font-style: italic;
	text-align: center;
}

#id_leftnavigation
{
	position:absolute;
	left: 0;
	width: 150px;
	margin: 0;
	padding: 10px;
}
#id_content
{
	position:absolute;
	left: 150px;
	right: 0;
	margin: 0;
	padding: 10px;
}
#id_mainpage
{
	margin: 0;
	padding: 10px;
}
