body {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt; 
	text-align: left; 
	vertical-align: top; 
	color: black;
	margin: 20px 10px 10px 10px;
} 

a:link {
	color: rgb(220, 49, 58);
	text-decoration: none;
} 
a:visited {
	color: rgb(220, 49, 58);
} 
a:hover {
	color: rgb(220, 49, 58);
	text-decoration: underline;
} 
a:active {
	color: rgb(220, 49, 58);
} 

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11pt; 
	color: black;
}

td.header {
	color: rgb(245, 245, 245);
	text-align: center; 
	vertical-align: middle; 
	background-color: rgb(220, 49, 58);
	padding: 2px;
	border: 2px solid rgb(220, 49, 58);
}

td.body1 {
	background-color: rgb(225, 225, 225);
	padding: 2px;
	font-size: 10pt; 
}

td.body2 {
	background-color: rgb(245, 245, 245);
	padding: 2px;
	font-size: 10pt; 
}

td.menu_inactive { 
	text-align: center; 
	vertical-align: middle; 
	border: 2px solid rgb(220, 49, 58);
	padding: 3px;
	background-color: rgb(238, 153, 157);
	width: 35px;
	font-size: 18pt;
	color: white;
}

.menu_inactive:link { 
	color: white;
	text-decoration: none;
	border-bottom: none;
}
.menu_inactive:visited { 
	color: white;
}
.menu_inactive:hover { 
	color: rgb(220, 49, 58);
	text-decoration: none;
}
.menu_inactive:active { 
	color: white;
}

td.menu_active { 
	text-align: center; 
	vertical-align: middle; 
	background-color: rgb(220, 49, 58);
	padding: 3px;
	border: 2px solid rgb(220, 49, 58);
	width: 50px;
	font-size: 18pt;
}

.menu_active:link { 
	color: rgb(245, 245, 245);
	text-decoration: none;
	border-bottom: none;
}
.menu_active:visited { 
	color: rgb(245, 245, 245);
}
.menu_active:hover { 
	color: rgb(245, 245, 245);
	text-decoration: none;
}
.menu_active:active { 
	color: rgb(245, 245, 245);
}

input, select, textarea {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt; 
	color: black;
	padding: 2px;
	background-color: white;
	border: 2px solid rgb(220, 49, 58);
	background-image: url('images/gradient.png');
  background-repeat: repeat-x;
  background-position: top;
  margin: 0;
} 

button {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12pt; 
	padding: 2px 4px 0px 4px;
	color: rgb(245, 245, 245);
	background-color: rgb(220, 49, 58);
	border: 2px solid rgb(220, 49, 58);
	/*font-weight: bold;*/
	/*background: url('images/menu.png') left top repeat-x;*/
}