h1 {
	font-weight: bold;
	color: Black;
	font-size: 16px;
	text-align: center;
}
.light_cell {
	background: #FAF0E6;
}
.dark_cell {
	background: #FAEBD7;
}
table.box {
	border: 0px;
	width: 100%;
	background: #6a1512;
}
.boxtitle{
	border: 0px;
	background: #DEB887;
	text-align: center;
	font-weight: bold;
	color: Navy;
  	font-size : 15px;
}
.boxcontent{
	border: 0px;
	background: #fefaef;
	padding-left: 4px;
	padding-right: 4px;
}

A,A:VISITED,A:ACTIVE {
	text-decoration: none;
	font-weight: bold;
	font-family: serif;
	font-size: 15px;
	color: #6a1512;
}
A:HOVER {
  	text-decoration: none;
}

TABLE.my_table {
  	margin-bottom : 0px;
  	margin-left : 0px;
  	margin-right : 0px;
  	margin-top : 0px;
  	padding-bottom : 0px;
  	padding-left : 0px;
  	padding-right : 0px;
  	padding-top : 0px;
  	font-family : "MS Sans Serif", Geneva, sans-serif;
  	font-size : 14px;
  	background-color : #fefaef;
  	color : Black;
  	border : #6a1512;
}

TABLE {
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 14px;
  	background-color : #fefaef;
  	color : Black;
  	border : #6a1512;
}

P {
  	margin : 0px 0px 0px 0px;
  	padding : 0px 0px 0px 0px;
}
.td_title {
  	background-color: #6a1512;
  	color : White;
  	padding: 2px 2px 2px 2px;
  	font : bold;
  	font-size : 15px;
}
.content {
  	padding: 4px 6px 4px 6px;
  	background-color : #fefaef;

}
.menuitems,a.menuitems,a.menuitems:VISITED {
  	text-decoration : none;
  	color : #ffefd7;
  	font-weight : bold;
  	font-family : serif;
  	font-size : 15px;
  }
a.menuitems:HOVER {
  	color: #FFF8DC;
  	text-decoration: none;
}
a.menu {
 	text-decoration : none;
  	color: #004080;
  	font-weight : bold;
  	font-family : serif;
  	font-size : 15px;
  	background-color : #ADD8E6;
}
.input_text
{
  	font-family: "MS Sans Serif", Geneva, sans-serif;
  	font-size : 8px;
}
.submit_button {
  	font-size: 12px;
  	font-weight: normal;
  	font-family: "MS Sans Serif", Geneva, sans-serif;
}
form {
  	margin-bottom : 0px;
  	margin-left : 0px;
  	margin-right : 0px;
  	margin-top : 0px;
}
INPUT {
  	border : 1px solid #004080;
}
.option_class {
  	border : 1px solid #004080;
}
.gray {
  	color : gray;
  	font-size : 15px;
}
.coment{
  	color : gray;
  	font-size : 15px;
}
.cell_input {
	background: #FAF0E6;
	
}
.cell_name {
	background: #FAEBD7;
	text-align: right;
}
A.group_link,A.group_link:VISITED {
	text-decoration: none;
	font-weight: bold;
	font-family: serif;
	font-size: 15px;
	color: Blue;
}
A.pub_link,A.pub_link:VISITED {
	text-decoration: none;
	font-weight: bold;
	font-family: serif;
	font-size: 15px;
	color: Green;
}
