
body {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	background-color: #DCDCDC;
}
.body {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	background-color: #DCDCDC;
}

.body_bold {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
	background-color: #DCDCDC;
}

.tablehead {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	background-color: #99CCFF;
	text-align : center;
	font-weight : bolder;
}

.tablehead_l {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	background-color: #99CCFF;
	text-align : left;
	font-weight : bolder;
}

.tableitem {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	background-color: #DCDCDC;
	white-space : nowrap;
}
.tableitemwrap {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	background-color: #DCDCDC;
}
.til {
	font-family: Verdana;
	font-size: xx-small;
	color: #000000;
	background-color: #DCDCDC;
	white-space : nowrap;
}
.bl {
	color: Darkolivegreen;
}
.gr {
	color: Green;
}
.br {
	color: Brown;
}
.vi {
	color: Blue;
}
.tilc {
	font-family: Verdana;
	font-size: xx-small;
	color: #000000;
	background-color: #DCDCDC;
	white-space : nowrap;
	align: center;
}
.tableitem_r {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	background-color: #DCDCDC;
	text-align: right;
	white-space : nowrap;
}


A:HOVER {
	 color : #FF0000;
 }	
A {
	color : #0000FF;
	text-decoration : none;
}
H3 {
	font-family : "Times New Roman";
	font-size : 250%;
	color : Blue;
}
H4 {
	font-family : "Times New Roman";
	font-size : 150%;
	color : Navy;
}

H5 {
	font-family : "Times New Roman";
	font-size : 120%;
	color : Black;
}

.error {
	font-family: Verdana;
	font-size: x-small;
	color: #FF0000;
	border : Black;
}
.error_bold {
	font-family: Verdana;
	font-size: x-small;
	color: #FF0000;
	font-weight : bold;
	border : Black;
}

.message_bold {
	font-family: Verdana;
	font-size: x-small;
	color: Green;
	font-weight : bold;
	border : Black;
}

.textfield {
	border : 1px solid Black;
	background-color : #E0FFFF;
}

.textfield_long {
	border : 1px solid Black;
	background-color : #E0FFFF;
	width : 80%;
}

.button {
	background-color : #FFFFCC;
	border : 1px solid;
	font-weight : bold;
	color : Navy;
}
.good{
	color: Blue;
	white-space : nowrap;
}

.bad{
	color: Red;
	white-space : nowrap;
}

.var_name {
	font-family : Verdana;
	font-size : x-small;
	font-weight : bold;
}
.var_comment {
	font-family : Verdana;
	font-size : xx-small;
	color : Black;
}
.var_group {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: Black;
	background-color: #CCCCDD;
	text-align : center;
	vertical-align : top;
}
.var_group2 {
	font-family: Verdana;
	font-size: x-small;
	color: Black;
	background-color: #CCCCDD;
	text-align : center;
	vertical-align : top;
}

.tiny {
	background-color : transparent;
	font-family : Verdana;
	font-size : xx-small;
	font-weight : normal;
}

.changed {
	color: FF0000;
	font-weight: bold;
}
.rb {
	color: Red;
	font-weight: bold;
}
.c {
background-color: #DCDCED;
text-align : center;
}

