p{
	font-size:16px;
	text-align:justify;
	vertical-align:text-top;
}
.printLabel{
    text-align:right;
}
body{
//    background-color:#F4F4F4;
	background-color:#FFFFBe;
	color:#000000;

	vertical-align:text-top;
}
.leftcolumn{
    /* background-image:url(images/background_nav.png);
    background-repeat:no-repeat;
    background-position:right top;
    */
    border-right-style:dotted;
    border-right-width:thin;
    width:150px;
}
.topcolumn{
    background-image:url(images/background_header.png);
    background-repeat:no-repeat;
    background-position:right;
    height:45px;
    width:650px;
    text-align:right;
}

ul{
    list-style-type:circle;
}
.listgroup{
	list-style-type:disc;
	font-size:110%;
}

.linkNavigation, .linkNavigation:visited{
	text-decoration:none;
	font-size:18px;
	color:#000000;
	font-style:normal;
}
.linkNavigation_current{
	text-decoration:none;
	font-size:18px;
	color:#000000;
	font-style:normal;
}
.linkNavigation:hover{
	text-decoration:underline;
	font-size:18px;
	color:#000000;
	font-style:normal;
}
.linkGroupname{
    font-weight:bold;
    border-width:1px;
    border-top-color:#000000;
    border-top-style:dotted;
    //border-top-style:dashed;
}
.navigationtable{

}
.navigationrow{
}

a, a:visited{
	text-decoration:none;
	font-style:italic;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	font-style:italic;
	color:#000000;
}

.comment {
	font-size:12px;
}
.errortext {
    color:#ff0000;
}

.inputsubmit{
    border-width:1px;
}
.inputtext{
    border-width:1px;
    width:180px;
}

