H1{
	font-family:Arial;
	font-size:16;
	font-weight:bold;
	text-align:center;
}

p{
	font-family:Arial;
	font-size:12;
}

.boldredtext{
	font-family:Arial;
	font-size:14;
	color:red;
	font-weight:bold;
}

.bodytext{
	font-family:Arial;
	font-size:12;
}

.std_text{
	font-family:Arial;
	font-size:12;
}

.std_select{
	font-family:Arial;
	font-size:12;
}

.std_text_bold{
	font-family:Arial;
	font-size:12;
	font-weight:bold;
}
.head_text_bold{
	font-family:Arial;
	font-size:14;
	font-weight:bold;
}
.std_text_error{
	font-family:Arial;
	font-size:12;
	font-weight:bold;
	color: red;
}

.std_input, .std_input:disabled{
	border: 1px solid #AAA;
	background-color:#EEE;
	font-size:12;
	color: black;
}

.std_input_error{
	border: 1px solid red;
	background-color:#EEE;
	font-size:12;
}

.std_button{
	font-family:Verdana;
	font-size:10;
	background-color:#EEE;
	border:1px solid #AAA;
	font-weight:bold;
}


.table_header_cell{
	color:black;
	font-family:Arial;
	font-size:11;
	background: #DDD;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #EEE;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
}
.table_header_cell_left{
	color:black;
	font-family:Arial;
	font-size:11;
	background: #DDD;
	border-bottom: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-top: 1px solid #AAA;
}
