body {
    height: 80%;
    font-family: Arial;
    font-size: 11px;
    font-style: normal;;
}
.main{
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
}

html{
    height:80%;
    width:100%;
	color: #111111;
	background-color: #EEEEEE;	
}

div.main{
	margin:auto;
    width: 60%;
	font-size:11px;
}
div.top{
    float:left;
    padding:10px;
    width: 99%;
	font-size:11px;
}
div.logo{
    padding:10px;
    float:left;
    width:170px;
}
div.title{
    text-align:right;
    padding:10px;
    float:right;
    width:400px;
}

a:link {
    font-style: normal;
    color: #111111;
    text-decoration: none;
}
a:visited {
    color: #111111;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img{
    border: 0px solid;
}

label {
	font-size: 11px;
}

div.left_area{
	float: left;
	font-size: 11px;
	width: 100px;
	padding-left: 30px;
}

div.center_area{
	float:none;
	width: 200px;
	font-size: 11px;
}

div.right_area{
	float: right;
	font-size: 11px;
	width: 100px;
	padding-left: 30px;
}