TABLE {
	font-family : arial, sans-serif, verdana;
	font-size : 16px;
	color : #000000;
	font-variant : normal;
    letter-spacing : normal;
    line-height : 1.5;
}

A:ACTIVE {
	color : #FF0000;
	text-decoration : None;
	font-family : arial, sans-serif, verdana;
}

A:HOVER {
	color : #0000FF;
	text-decoration : None;
	font-family : arial, sans-serif, verdana;
}

A:LINK {
	color : #0000FF;
	text-decoration : None;
	font-family : arial, sans-serif, verdana;
}

A:VISITED {
	color : #800080;
	text-decoration : None;
	font-family : arial, sans-serif, verdana;
}

OL {
	list-style-type : disc;
	font-family: arial, sans-serif, verdana;
	font-size: 16px;
}

UL {
	list-style-type : disc;
	font-family: arial, sans-serif, verdana;
	font-size: 16px;
}

LI {
	list-style-type : disc;
	font-family: arial, sans-serif, verdana;
	font-size: 16px;
}

IMG{ 
	border-style: groove;
	border-width: 0px;
	border-color: #FF8000;
}

td.content	 {
	border-top : 1px;
	border-bottom : 1px;
	border-right : 1px;
	border-left : 1px;
	border-color : orange;
	border-style : solid;
}
td.Head {
	border-top : 1px;
	border-bottom : 1px;
	border-right : 1px;
	border-left : 1px;
	border-color : orange;
	border-style : solid;
	background-color: orange;
}
#MenuTable{ position:relative;
	top:0px;
}
#Thumb { 	overflow:auto;
			width:700px;
			height:120px;
}

