body {
	margin: 0px 0px 0px 0;
	font-family: Arial, Helvetica, sans-serif;
}

table.message td {
	font-size: 10px;
	font-weight: bold;
	border: 2px Solid #F4A460;
	background-color: #FFDEAD;
	padding: 2px;
	}

.leave {
	text-transform: uppercase;
	font-weight: bold;
}

.button {
	border: 1px Solid #6A79AB;
	background-color: #A8B1CE;
}

.inputbox {
	border: 1px Solid #6A79AB;
}

table.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        padding-left: 50px;
}

table.newa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.main th {
	background-color: #6A79AB;
	color: White;
	border: 0px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-weight: bold;
}

table.main td.left {
	border: 1px Solid #A8B1CE;
	border-left-width: 2px;
	border-right-width: 1px;
	padding: 2px 2px 2px 20px;
	font-weight: bold;
}

table.main td.left1 {
	border: 1px Solid #A8B1CE;
	border-left-width: 2px;
	border-right-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 2px 2px 2px 2px;
}

table.main td.center {
	font-weight: bold;
	border: 1px Solid #A8B1CE;
	padding: 2px 2px 2px 2px;
	vertical-align: middle;
}

table.main td.right {
	border: 1px Solid #A8B1CE;
	border-left-width: 1px;
	border-right-width: 2px;
   text-align: center;
	vertical-align: middle;
}
	

table.main a:link, table.main a:visited {
	color: #0A1652;
	font-weight: bold;
	text-decoration: none;
}

table.main a:hover {
	color: #F15C1C;
}


table.menu a:link, table.menu a:visited {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

table.price a:link, table.price a:visited {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

table.price a:hover {
	color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

table.menu a:hover {
	text-decoration: underline;
}

.path {
	color: Black;
	font-size: 12px;
	text-indent: 50px;
}

.path a:link, .path a:visited {
	color: #0A1652;
	font-weight: bold;
	text-decoration: none;
}

.path a:hover {
	color: #F15C1C;
}

.inputbox {
   padding: 0px 0px 2px 4px;
	border: 1px solid;
	font-size: 12px;
}