/* other.css */
.form_error	{
	FONT-SIZE: 10pt;
	FONT-FAMILY: Arial, Verdana, Helvetica;
	TEXT-DECORATION: none;
	COLOR: #DD2222;
}


.table{
	border-top:1px #DEDEDE solid;	
	border-left:1px #DEDEDE solid;	
	border-right:1px #909090 solid;	
	border-bottom:1px #909090 solid;	
}


.table .head_row_text {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #CDCDCD;
	font-weight: bold;
}

.table a.head_row_link, a.head_row_link:visited{
	font-size: 10pt;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}

.table a.head_row_link:hover{
	font-size: 10pt;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:underline;
}

.table td {
	background-color:#EFEFEF;
}