.style1 {font-size: medium}

.style2 {

	font-size: small;

	font-weight: bold;

}

.style3 {color: #FF0000}

.content_table {

	border: solid #CCCCCC 1px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.table_header {

	text-align: right;

	font-family: Arial, Helvetica, sans-serif;

	font-size: medium;

	font-weight: bold;

	color: #006666;

}

.column_header {

	font-size: x-small;

	font-weight: bold;

	background-color: #A6C6C6;

	color: #006666;

}

.table_row {

	font-size: x-small;

	background-color: #EEEEEE;

}

.content_table a {

	text-decoration: none;

	color: #a90006;
	
	font-weight: bold;

}

.content_table a:hover {

	color: #000080;
	
	font-weight: bold;

}

#margin_container {

	padding: 5px;

}


