html,body {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


table,td {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 13px;
	color: #000000;
}

td.menu {
	border-style: solid;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #9E1825;
	color: #FFFFFF;
	cursor: pointer;
}

.title {
	font-weight: bold;
	font-size: 18px;
}

.white {
	color: #FFFFFF;
}

form { 
	width:100%; margin:0px; padding:0px; 
} 
	

A {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #9E1825;
}

A:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #9E1825;
}

A:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #9E1825;
}

A.white {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #9E1825;
}

A.white:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

A.white:hover {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}


INPUT.standard
{
	border-style: solid;
	border-width:1px;
	border-color: 9E1825;
	padding: 2px;
	color: 000000;
	background-color:EBE7E2;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

INPUT.blue
{
	border-style: solid;
	border-width: 0px;
	padding: 2px;
	color: FFFFFF;
	background-image:url(../images/back_button.gif);
	height: 20px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

INPUT.submit
{
	border-style: outset;
	border-width:1px;
	border-color: 9E1825;
	padding: 2px;
	color: 000000;
	background-color:EBE7E2;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}

SELECT.standard
{
	border-style: inset;
	border-width:1px;
	padding: 1px;
	color:000000;
	background-color:EFFADB;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}


SELECT.submit
{
	border-width:1px;
	padding: 1px;
	color:000000;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

TEXTAREA.standard
{
	border-style: solid;
	border-width:1px;
	border-color: 9E1825;
	padding: 2px;
	color: 000000;
	background-color:EBE7E2;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
}