body {
	background-color:#336666;
	margin:0;
	padding:0;
	font-family: "Arial", "Helvetica", "sans-serif";
}
body.style2 {
	background-color:#FFCC66;
}

p {
	font-size: 83%;
	color:#FFFFCC;
	line-height:1.7em;
	margin:0 0 1em 0;
	}
li {
	font-size: 83%;
	color:#FFFFCC;
	line-height:1.5em;
	margin:0;
}
body.style2 p, body.style2 li {
	color:#336666;
	}
	
h2 {
	font-size: 100%;
	color:#FFFFCC;
	margin:0 0 0.5em 0;
}

h3 {
	font-size: 90%;
	color:#FFFFCC;
	margin:0 0 0.5em 0;
}

body.style2 h2 {
	color:#336666;
}

table.menu h2, table.menu h3 {
	text-align:center;
	}
table.menu p {
	text-align:center;
	line-height:1.2em;
	}

table.main {
	width:760px;
}

table.main tr td.nav {
	background-color:#996600;
	width:143px;
}

table.main tr td.content {
	width:575px;
	padding-top:15px;
	padding-bottom:20px;
}

table.main tr td.col30 {
	width:30px;
}
table.main tr td.col10 {
	width:10px;
}

table.main tr td.div {
	background-color:#FFCC66;
	width:2px;
}
body.style2 table.main tr td.div {
	background-color:#336666;
}

p.caption {
	font-size:70%;
	line-height: 1.2em;
	margin-top:0.3em;
}
body.style2 p.caption {
	color:#996600;
}
p.room {
	line-height:1.4em;
	}
	
table.footer {
	width:100%;
}
table.footer tr td p {
	font-size:75%;
	border-top:1px solid #FFFFCC;
}

table.chart p {
	margin:5px;
}
table.chart h2 {
	font-size:85%;
	margin:5px;
	}
table.chart tr td.brown h2 {
	color:#FFCC66;
	background-color:#996600;
	}
table.chart tr td.brown a, table.chart tr td.brown a:visited, table.chart tr td.brown a:active, table.chart tr td.brown a:hover {
	color:#FFCC66;
	}

/* GENERAL */

input, text, textarea, select, submit {
    font-size:8pt;
    color:#000000;
}

form {
	margin:0;
}

table {
	border:0;
}
td, th {
	vertical-align:top;
	padding:0;
}

ul,ol {
    margin-top:0;
	margin-bottom:1em;
}

/* LINKS */
a,a:visited,a:active {
    color:#ffffcc;
    text-decoration:underline;
	}
a:hover {
    color:#ffffff;
	text-decoration:none;
	}
body.style2 a, body.style2 a:visited, body.style2 a:active {
	color:#336666;
	}
body.style2 a:hover {
	color:#996600;
}

/* general copy */

.tableRight {
	float:right;
	margin:5px 0 5px 10px;
	}

.tableLeft {
	float:left;
	margin:5px 10px 5px 0;
	}

.divNumerator {
	font-size:80%;
	position:relative;
	top:-3px;
	}

.divDenominator {
	font-size:80%;
	position:relative;
	top:1px;
	}
img.button {
	visibility:visible;
	}
	
@media print {
body {
	text-align:center;
	background-color:#FFCC66;
}
body p, body li {
	color:#336666;
	}
table.main {
	margin-left:-143px;
	text-align:left;
}
table.main tr td.nav {
	visibility:hidden;
	width:1px;
}
img.button {
	visibility:hidden;
	position:absolute;
	}
}