* {
	margin: 0;
	padding: 0;
	}

html {
	overflow-y: scroll;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	}

body {
	font-family: Verdana;
	font-size: 13px;
	line-height:12px;
	color: #000000;
	padding:5px;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	}

caption, tr, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align:top;
	}

div {
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
	}

center {
	position:relative;
	margin:0;
	padding:0;
	border:0;
	}

img {
	position:relative;
	overflow:hidden;
	border:0;
	margin:0;
	padding:0;
	}

.clear{
	clear:both;
	border:0;
	margin:0;
	padding:0;
	height:0px;
	}

.tblContainer {
	width: 800px;
	position: relative;
	}
	
.head {
	margin-top:10px;
	width: 800px;
	height: 114px;
	line-height: 1.3em;
	cursor: default;
	background: url( ../images/Head.jpg ) no-repeat left top;
 }
	
.headLeft {
	float: left;
	padding: 0px 0px 0px 10px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
.headRight {
	float: right;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
	font-weight: bold;
	}
	
.headRight a {
	font-size: 1em;
	cursor: pointer;
	color: #0000AA;
	text-decoration: none;
	}
	
.headRight a:hover {
	text-decoration: underline;
	color:#4444FF;
	}
	
.Menu {
	width: 150px;
	text-align: left;
	margin: 0px 0px 20px 0px;
	}
	
.Menu center {
	margin: 0px 0px 10px 0px;
	}
	
.Menu a {
	display: block;
	font-size: 1em;
	line-height: 1.2em;
	cursor: pointer;
	text-decoration: none;
	color: #000088;
	margin: 0px 0px 2px 0px;
	padding: 4px;
	}
	
.Menu a:hover {
	text-decoration: underline;
	color: #5555aa;
	}
	
.LYNXGroup {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 20px 0px 0px 0px;
	}
