html {
height: 101%;
}

body, p, td {
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	color: #0A51A1;
}

a:link {
	color: #0A51A1;
	font-family: Arial;
	font-size:	11px;
	text-decoration: none;

}

a:visited {
	color: #0A51A1;
	font-family: Arial;
	font-size:	11px;
	text-decoration: none;

}

a:hover {
	color: #E10000;
	font-family: Arial;
	font-size:	11px;
	text-decoration: underline;
}


.formfield {
	background-color: White;
	border-bottom-color: #7F9DB9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #7F9DB9;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #7F9DB9;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #7F9DB9;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 10px;
	font-family: Verdana;
	color: #000000;
	padding-left : 4px;
	height: 17px;
}


.formbutton {
	background-color: #A4BBD2;
	border-bottom-color: #7F9DB9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #7F9DB9;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #7F9DB9;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #7F9DB9;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 10px;
	font-family: Verdana;
	color: White;
	padding-left : 4px;
	height: 17px;
}


p {
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
}

.root {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top: 1px solid #0a51a1;
	border-left: 1px solid #0a51a1;
	border-right: 1px solid #0a51a1;
	background-color: #ffffff;
}

.root2 {
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-top: 1px solid #0a51a1;
	border-bottom: 1px solid #0a51a1;
	border-left: 1px solid #0a51a1;
	border-right: 1px solid #0a51a1;
	background-color: #ffffff;
}

a.menu {
	color: #ffffff;
	font-family: Verdana;
	font-size:	9px;
	text-decoration: none;
}

a.menu:hover {
	font-family: Verdana;
	font-size:	9px;
	color: #ffffff;
	text-decoration: underline;

}

a.menu:visited {
	color: #ffffff;
	font-family: Verdana;
	font-size:	9px;
}

a.menu2 {
	color: #0a51a1;
	font-family: Verdana;
	font-size:	9px;
	font-weight: bold;
	text-decoration: none;
	
}

a.menu2:hover {
	color: #ffffff;
	font-family: Verdana;
	font-size:	9px;
	font-weight: bold;
	text-decoration: none;
}

a.menu2:visited {
	font-family: Verdana;
	font-size:	9px;
	font-weight: bold;
}

a.lmenu {
	color: #ffffff;
	font-family: Arial;
	font-size:	11px;
	font-weight: bold;
	text-decoration: none;
	
}

a.lmenu:hover {
	color: #ffffff;
	font-family: Arial;
	font-size:	11px;
	font-weight: bold;
	text-decoration: underline;
}

a.lmenu:visited {
	color: #ffffff;
	font-family: Arial;
	font-size:	11px;
	font-weight: bold;
}

li { 
	list-style-image: url(gfx/arrow3.gif);
}

.border {
	border: 0px solid #ffffff;
	border-bottom-width: 0px;
}

div {
	color: #ffffff
	font-size: 11px;
}


li.case {
	list-style-color: #0A51A1;
	list-style-image: url(gfx/arrow.gif);
}



form {
   padding: 0px;
   margin: 0px;
}

.footer {
	color: #ffffff;
	font-family: Verdana;
	font-size:	9px;
	text-decoration: none;
}