body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 9pt;
	letter-spacing: 0.5pt;
	color: #000000;
	background-color: #DAECF6;
	background-color: #5CC1F9;
	background-repeat: repeat-x;
	background-image:  url(graphics/bg-1.gif);
	background-attachment: fixed;
	}

td.menu {
	font-size: 9pt;
	color: blue;
	text-align: center;
	letter-spacing: 0.3pt;
	/*border: 2px solid #CCCCCC;*/
	border-bottom: 2px solid #555555;
	border-left:2px solid #BBBBBB;
	border-top: 2px solid #EEEEEE;
	border-right:2px solid #777777;
	padding: 0 1px 0 2px;
	/*background-color:#D5E9F9;*/
	background-color:#F7F7F7;
	width: 50px;
	vertical-align: middle;
	}
/* Menu highlighting */
#register #reg, #logon #logI, #logout #logO, #setupP #setP,
#setupH #setH, #setupA #setA, #paymentReport #pR, #tourReport #tR,
#airReport #aR, #hotelReport #hR, #showDelegates #showD, #notes #note,
#showLog #log, #backup #bac, #restore #rest
{
	/*background-color:#C1D9E6;*/
	background-color:#CCCCCC;
	border-top: 2px solid #333333;
	border-right:2px solid #BBBBBB;
	border-bottom: 2px solid #EEEEEE;
	border-left:2px solid #505050;
}

div#header {
	position: absolute;
	left: 16px;
	top: 36px;
	width: 95%;
}
div#NotOp {
	position: absolute;
	left: 60%;
	top: 50px;
	width: 25%;
	background-color: white;
	}
div#contents {
	position: absolute;
	top: 150px;
	left: 5%;
	width: 90%;
	}
	
div#invoice {
	position: relative;
	top: 70px;
	left: 5%;
	width: 90%;
	margin-bottom: 70px;
	border: 1px solid #000099;
	}
div#progress_bar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #000099;
}	
div#block {
	border: 2px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	position: relative;
	left: 20%;
	width: 60%;
	}
	
div#hotels {
	position: relative;
	top: 0px;
	left: 0px;
	right: 98%;
	padding-right: 100px;
	padding-left: 100px;
	}

a:link, a:visited {
	color: #4444FF;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	z-index: 2;
}

img.header {
	padding: 0px;
	margin: 5px 15px 5px 15px;
	float: left;
}

li {
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	
	}

h1 {
	letter-spacing: 1pt;
	color: #444490;
	text-align: left;
	font-size: 24px;
	}
h2 {
	letter-spacing: 1pt;
	color: #444490;
	text-align: center;
	font-size: 17px;
	}
h3 {
	letter-spacing: 1pt;
	color: #444490;
	text-align: left;
	font-size: 12px;
	padding-left: 16px;
	}
h4 {
	letter-spacing: 1px;
	color: #444490;
	text-align: left;
	font-size: 12px;
	}

table.b {
	border: 1px solid #0000CC;
	}
	
td {
	font-size: 10pt;
	letter-spacing: 0.3pt;
	padding-right: 2px;
	padding-left: 2px;
	vertical-align: top;
	
	}
td.twocols {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	vertical-align: text-top;
	font-size: 9px;
	}
td.list {
	text-align:left;
	font-size:9pt;
	color:green;
	padding: 4px;
	vertical-align: text-top;
	}
th.l, td.l {
	font-size: 12px;
	border: 1px solid #99CCFF;
	padding: 1px 2px 1px 2px;	
}
th.left
{
	padding: 1px 2px 1px 2px;
	text-align: left;	
}

.c {
	text-align: center;
	}
.r {
	text-align: right;
	padding-right: 10px;
	}
	
th.l {
	text-align: left;
	}
/* Roll over effect */
tr.normal { }
tr.highlight {BACKGROUND-COLOR: #e0e0f7}