body {
	color: #333333;
}

A:HOVER {
	color: red;
}

A {
	text-decoration: none;
}

#menu  UL {
	list-style-position: outside;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0px;
}

#menu  LI {
	line-height: 150%;
	padding-bottom: 5px;
	border-bottom-width : 1px;
	border-style : none none solid none;
	border-bottom-color: #0080ff;
	list-style-type: none;
	font-size : 80%;
	padding-top: 5px;
}

P,UL,OL,TABLE {
	line-height : 160%;
  margin-bottom : 0.5em;
}

H1 {
	text-indent: 1em;
	font-size: 100%;
	color: white;
	height: 40px;
	background-repeat: repeat-x;
	margin-bottom: 0em;
	padding-top: 10px;
	background-image : url(index/h2_blue_gloss_5_1px.gif);
}

H2 {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #0080ff;
	font-size: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #0080ff;
	padding-left: 0.5em;
}

H3 {
	font-size: 100%;
	border-left-width: 12px;
	border-left-style: double;
	border-left-color: #0080ff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0.5em;
}

H4 {
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

TD {
	line-height: 120%;
}

