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: 2px;
	border-style: none none dotted none;
	border-bottom-color: #0080ff;
	list-style-type: none;
	font-size: 100%;
	padding-top: 5px;
}

TABLE {
	line-height: 170%;
  font-size : 90%;
}

LI,UL,OL{
	line-height: 170%;
	margin-bottom : 0.3em;
	
}

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

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 {
	padding-left: 1em;
	height: 30px;
	padding-top: 7px;
	font-weight: bold;
	color: white;
	background-repeat: repeat-x;
	background-image: url(home/h3.png);
	font-size: x-small;
}

H4 {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0080ff;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #0080ff;
	text-indent: 0.5em;
	padding-top: 5px;
	padding-bottom: 5px;
}

TD {
	line-height: 120%;
}

P {
	margin-left: 1pc;
	line-height: 170%;
  
}



