BODY {
	color: Black;
	background-color: #E6EAEB;
	font-family: Arial, "MS Sans Serif", sans-serif;
	height: 100%;
	min-height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
}

TABLE {
		empty-cells: hide;
		margin: 0px;
		padding: 0px;
		outline: 0px;
		border-spacing: 0px;
		border-collapse : collapse;
		border: 0px solid black;
}
TD {
		margin: 0px;
		padding: 0px;
		outline: 0px;
		border: 0px solid black;
		border-spacing: 0px;
}
.top_cell {
		vertical-align: top;
		height: 206px;
		max-height: 206px;
}
.menu_cell {
		vertical-align: top;
		height: 100%;
		min-height: 100%;		
}

/*Old code*/

A {
	color: Blue;
}

A:HOVER {
	color: Red;
	text-decoration: none;
}

p {
	font-family: "Arial", Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	/*color: #FFCC33;*/
	color: Black;
}

ul {
	list-style-type: disc;
	font-family: "Arial", Courier, mono;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	/*color: #FFCC33;*/
	color: Black;
}

li {
	list-style-type: disc;
	font-family: "Arial", Courier, mono;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	/*color: #FFCC33;*/
	color: Black;	
}

i {
	font-family: "Arial", Courier, mono;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal; /*color: #FFCC33;*/
	color: Black;
}

b {
	font-family: "Arial", Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal; /*color: #FFCC33;*/
	color: Black;
}

small {
	font-size: x-small;
}

h1 {
	font-family: "MS Sans Serif", Courier, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: Black;
	word-spacing : 2px;
	letter-spacing : 0;
	text-align : center;
}

h2 {
	font-family: "MS Sans Serif", Courier, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	word-spacing: 2px;
	letter-spacing: 0px;
}

h3 {
	font-family: "MS Sans Serif", Courier, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	word-spacing: 2px;
	letter-spacing: 0px;
}

.menu {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: Blue;
	text-decoration: underline;
}

.top {
	font-family: "Arial", Courier, mono;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #7466A7;
}