*{
	 font-family: Arial, Helvetica, sans-serif;
}
P {
	color: black;
	font-size: 100%;
}

DL {
	border-top-width: 1px;
	border-top-color: white;
   border-top-style: solid;
	border-right-width: 2px;
	border-right-color: #000000;
	border-right-style: solid;
	border-left-width : 1;
	border-left-color : white;
	border-left-style: solid;
	border-bottom-width : 2px;
	boder-bottom-style: solid;
	border-bottom-color: #000000;
	background-color : ButtonFace;
	border-bottom-style : solid;
	margin-right : auto;
	font-size : 80%;
	display : list-item;
	position : static;
	left : 20px;
	list-style-type : none;
}

ADDRESS {
	font-style : normal;
	line-height : 20px;
}


A:VISITED {
	color:green;
}

A:ACTIVE {
	color:red;
}
A:HOVER {
	font-style: normal;
	
	color: Red;
}

A {
	color: Blue;
}

DT {
	line-height: normal;
	border-top-color: ButtonHighlight;
	border-top-width: 1px;
	border-top-style: solid;
	list-style-position: outside;
	border-bottom-color: ButtonShadow;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: ButtonHighlight;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: Buttonshadow;
	border-right-width: 1px;
	border-right-style: solid;
	background: ButtonFace;
	text-indent: 10px;
	font-size: 90%;
}

DD {
	line-height : normal;
	border-top-color: ButtonHighlight;
	border-top-width:1px;
	border-top-style:solid;
	list-style-position : outside;
	border-bottom-color : ButtonShadow;
	border-bottom-style : solid;
	border-bottom-width:1px;
	border-left-color: ButtonHighlight;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color: Buttonshadow;
	border-right-width:1px;
	border-right-style:solid;
	background : ButtonFace;
	text-indent:4px;
	font-size: 90%;
}

body {
	background : url(../images/back.gif) repeat;
}

FORM {
	border-style: solid solid solid solid;
	border-bottom: 2 solid ButtonShadow;
	border-bottom-color: ButtonShadow;
	border-bottom-style: solid;
	border-bottom-width: 2;
	border-left: 1 solid ButtonHighlight;
	border-left-color: ButtonHighlight;
	border-left-style: solid;
	border-left-width: 1;
	border-right: 2 solid ButtonShadow;
	border-right-color: ButtonShadow;
	border-right-style: solid;
	border-right-width: 2;
	border-top: 1 solid ButtonHighlight;
	border-top-color: ButtonHighlight;
	border-top-style: solid;
	border-top-width: 1;
}

table {
	border-bottom: 2 solid black;
	border-left: 1 solid white;
	border-right: 2 solid black;
	border-top: 1 solid white;
	background: transparent;
	line-height: 110%;
	border-left-width : 1px;
	border-color : White Black Black White;
	border-right-width : 2px;
	border-top-width : 1px;
	border-bottom-width : 2px;
	border-style : solid solid solid solid;
	border-width : 1 2 2 1;
}

td {
	background: transparent;
	border-bottom-color:black;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-left: 5px;
}

H6 {
	line-height:0px;
	height : 0px;
}
H3 {
	text-align: center;
	line-height: normal;
	color: navy;
	font-size: 240%;
	font-style: normal;
	background: transparent;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 2;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: 1;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 2;
	border-top-color: white;
	border-top-style: solid;
	border-top-width: 1;
	white-space : nowrap;
}

table.form{
	border: none;
	background: transparent;
	line-height: 110%;
}
td.form{
	border: none;
	background: transparent;
	padding-left: 5px;
}