body,td{
	font-family:sans-serif;
	font-size:11px;
}

body{
	background-color:#ebeded;
	background-image:url(images/bg_gradient.png);
	background-repeat:repeat-y;
}

.pageBody{
	background-color:white;
}

.errorField{
	background-color:#ffffa0;
	padding:5px;
}

h2{
	font-family: Arial;
	border-bottom: 1px solid #002292;
}

h2:first-letter{
	color:#0000a6;
	font-size:25px;
/* 	font-style:italic; */
}

h3{
	font-family: Arial;
	border-bottom: 1px solid #002292;
}

.banner {
	border-bottom: 2px solid #0000a6;
}

TR.head TD {
	background-color: grey;
	color: white;
}

TR.row_1 TD {}

TR.row_0 TD {
	background-color: silver;
}

A {
	color:#0000a6;
}

/* ************  Menu ************** */

Table#menu {

}

Table#menu TR TD A{
	color:white;
	text-decoration: none;
}

Table#menu TR TD A:hover{
	font-weight:bold;
	color:#0000a6;
}

/*  ********** Right Table ************ */
Table#right H3 {
	border-bottom:1px solid silver;
	font-weight: normal;
	font-size:12px;
	text-align:center;
}

