BODY, TABLE {
	margin: 0px;
	padding: 0px;
	
	font-family: Verdana;
}

TABLE.main TD {
	border: 1px solid #353331;
}

A {
	font-family: Verdana;
	
}

A:link		{color:#000000; text-decoration: none;}
A:visited	{color:#000000; text-decoration: none;}
A:active 	{color:#000000; text-decoration: none;}
A:hover		{color:#808080; text-decoration: underline;}

.vol {
  color: #ffffff;
  font-size: 10px;
  font-family: Verdana;
  font-weight:bold;
  text-decoration: none;
}
TD.textlogo {
	width: 100px;
	height: 100px;
	border: none;
	background-color: #FFECC2;
	background-image: url("./img/header.JPG");
	background-position: bottom left;
}
TD.langlogo {
	width: 50px;
	height: 100px;
	border: none;
	background-color: #FFECC2;
	background-image: url("./img/header.JPG");
	background-position: bottom left;
}

TD.blogo {
	width: 316px;
	height: 100%;
	background-color: #5A5752;
	
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 24px;
	padding: 20px 10px 60px 10px;
}

TD.header {
	width: 768px;
	height: 113px;
	border: 0px;
	background-color: #FFECC2;
	font-family: "Times New Roman";
	font-size: 24px;
	background-image: url("./img/header.JPG");

	background-position: bottom right;
}

TD.menu {
	height: 29px;
	max-height: 29px;
	background-color: #9C9993;
}

TD.footer {
	height: 23px;
	background-color: #9C9993;
	text-align: center;
	padding: 0px 15px 0px 72px;
}

TD.footer TABLE, TD.footer TABLE TD {
	border: 0px;
	color: #353331;
	font-size: 10px;
}

TD.footer TABLE TD A:link 		{color: #353331; text-decoration: none;}
TD.footer TABLE TD A:visited 	{color: #353331; text-decoration: none;}
TD.footer TABLE TD A:active 	{color: #353331; text-decoration: none;}
TD.footer TABLE TD A:hover 		{color: #FFFFFF; text-decoration: underline;}

TD.contents, TABLE.contents {
	height: 100%;
	background-color: #E3E3D8;
	background-repeat: no-repeat;
	background-position: top center;
}

TD.content {
	height: 100%;
	padding: 10px;
	color: #333333;
	font-size: 12.5px;
	line-height: 125%;
}

TD.content DIV.title {
	font-family: "Times New Roman";
	font-size: 30px;
	line-height: 35px;
	color: #6C5940;
}

TD.heading {
	background-image: url("./img/header.JPG");
	background-repeat: repeat-x;
	background-position: bottom left;
}

TABLE.menu, TABLE.menu TD {
	height: 29px;
	border: 1px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 2px;
}

/* Menu Selected is Middle */
TABLE.menu TD.selected {
	border: 0px;
	border-left: 1px solid #353331;
	border-right: 1px solid #353331;
	background-color: #Ce1616;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

/* Menu Selected is First */
TABLE.menu TD.selectedf {
	border: 0px;
	border-right: 1px solid #353331;
	border-left: 1px solid #353331;
	background-color: #2F4A54;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

/* Menu Selected is Last */
TABLE.menu TD.selectedl {
	border: 0px;
	border-left: 1px solid #353331;
	background-color: #CE1616;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
}

TABLE.menu TD A:link 		{color: #FFFFFF; text-decoration: none;}
TABLE.menu TD A:visited {color: #FFFFFF; text-decoration: none;}
TABLE.menu TD A:active 	{color: #FFFFFF; text-decoration: none;}
TABLE.menu TD A:hover 	{color: #000000; text-decoration: underline;}

TABLE.claim {
	border: 0px;
	width: 90%;
	height: 0px;
}

TABLE.claim * {
	border: 0px;
	color: white;
}

.inputs {
	width: 90mm;
}

.inputsx {
	width: 135mm;
}

.admin {
	font-size: 16px;
	font-weight: bold;
}

TD.subtitle {
	font-family: "Times New Roman";
	font-size: 20px;
	line-height: 20px;
	color: #6C5940;
}

TD.amenu {
	background: #9C9993;
	width: 100%;
	height: 30px;
	padding: 0px;
	border-bottom: 2px solid #353331;
}

TABLE.amenu, TABLE.amenu TD {
	height: 30px;
	width: 100%;
	border: 0px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 5px;
	white-space: nowrap;

}

TABLE.amenu TD A {
	font-size: 12px;
	width: 100%;
}

TABLE.amenu TD A:link 		{color: #FFFFFF;}
TABLE.amenu TD A:visited {color: #FFFFFF;}
TABLE.amenu TD A:active 	{color: #FFFFFF;}
TABLE.amenu TD A:hover 	{color: #000000;}
TABLE.amenu TD.selected {
	border: 0px;
	font-weight: bold;
	background-color: #CE1616;
}