			html {
				height: 100%;
			}
			body {
				height: 100%;
				margin: 0px;
				padding: 0px;
				text-align: center;
				background: #F5F3F4;
				font-family: Arial, Verdana, Tahoma, sans-serif;
				font-size: 12px;
			}
			table.full {
				width: 1000px;
				height: 100%;
				vertical-align: top;
				text-align: center;
				background: #FFFFFF;
			}
			table.main {
				width: 900px;
				height: 100%;
			}
			table.menuleft {}
			table.menuright {}
			table.content {}
			tr.top {
				vertical-align: top;
			}
			td.left {
				width: 50px;
				background: url('images/lgrad.png');
			}
			td.right {
				width: 50px;
				background: url('images/rgrad.png');
			}
			td.main {
				height: 100%;
			}
			td.menuleft {
				width: 171px;
				height: 100%;
				background: #EAEAEA;
				vertical-align: top;
			}
			td.menuright {
				width: 171px;
				height: 100%;
				background: #EAEAEA;
				vertical-align: top;
			}
			td.content {
				width: 556px;
				vertical-align: top;
			}
			td.header {
				width: 900px;
				height: 154px;
				background: url('images/top.png');
			}
			td.footer {
				width: 900px;
				height: 25px;
				background: url('images/bottom.png');
			}
			td.topmenu {
				width: 171px;
				height: 24px;
				background: url('images/topmenu.png');
				text-align: left;
				padding-left: 20px;
				padding-top: 2px;
			}
			td.menu {
				width: 171px;
				height: 24px;
				background: url('images/menu.png');
				text-align: left;
				padding-left: 20px;
				padding-top: 2px;
			}
			td.rmenu {
				width: 171px;
				height: 24px;
				background: url('images/rmenu.png');
				padding-right: 20px;
				padding-top: 2px;
			}
			td.menuitem {
				text-transform: uppercase;
				padding: 1px;
				cursor: pointer;
				cursor: hand;
			}
			td.menutext {
				padding: 15px;
				font-size: 10px;
				text-align: left;
				background: #EAEAEA;
			}
			td.small {
				width: 1px;
				height: 24px;
				background: #EAEAEA url('images/topsplit.png') no-repeat;
			}
			td.mic {
				width: 556px;
				height: 24px;
				background: url('images/topmic.png') no-repeat;
			}
			td.rn {
				padding: 15px;
				font-size: 10px;
				text-align: left;
				background: #EAEAEA;
			}
			td.h100 {
				height: 100%;
				background: #EAEAEA;
			}
			td.calendar {
				width: 20px;
				height: 18px;
				border-top: 1px solid black;
				border-left: 1px solid black;
				font-weight: bold;
			}
			td.fill {
				width: 20px;
				height: 18px;
				border-top: 1px solid black;
				border-left: 1px solid black;
			}
			td.head {
				font-size: 18px;
				font-weight: bold;
				text-align: left;
			}
			div.full {
				height: 100%;
				text-align: center;
			}
			div.load {
				font-size: 10px;
				background: #F5F3F4;
			}
			a {
				color: #FFA400;
				text-decoration: none;
			}
			a:hover {
				color: #333333;
				text-decoration: underline;
			}
			a.anchor {
				color: black;
				text-decoration: none;
			}
			a.anchor:hover {
				color: black;
				text-decoration: none;
			}
			a.anchor:visited {
				color: black;
				text-decoration: none;
			}