body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	}
h1 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
	}
h2 {
    font-weight: bold;
    font-size: 20px;
	margin-top: 0px;
    margin-bottom: 0px;
}
h3 {
	font-weight: bold;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
	}
h4 {
	font-weight: bold;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h5 {
	font-weight: normal;
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
h6 {
	font-weight: bold;
	text-align: left;
    margin-top: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 10px;
}
p{
    text-align:justify;
}
a {
	font-weight: bold;
	color: #666666;
    text-decoration: none;
}
a:hover {
    color: #99CC00;
}
img {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
select {
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    }
.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
.wtextfield {
	font-size: 11px;
	color: #333333;
	background: #FF0;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
.textbox {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
.err {
    color: #cc0000;
    font-weight: bold;
    background: url(images/error.png) no-repeat;
    padding-left: 20px;
}
.ok {
    color: #009966;
    font-weight: bold;
    background: url(images/ok.png) no-repeat;
    padding-left: 20px;
    }
th {
	font-weight: bold;
	text-align: left;
    font-size: 10px;
    color: #99CC00;
}
#leftmenu {
    width: 20%;
    float: left;
}
#center {
    margin-top: 50px;
    margin-left: 20%;
    margin-right: 20%;
}
#main {
    width: 75%;
    float: right;
}
#left {
    float: left;
}
#right {
    float: right;
}
