body {
background-color: #FFFFFF;
background-image: url("bg.jpg");
}

p { font-family: verdana;
color: #000000;
text-decoration:  none; 
font-size: 11px;
text-align: justify;
line-height: 1.3;
}

p.menu { font-family: verdana;
color: #000000;
text-decoration:  none; 
font-size: 10px;
text-align: left;
line-height: 1.3;
margin-top: 8px;
}

p.menuheader { font-family: verdana;
color: #1F71AB;
text-decoration:  none; 
font-size: 11px;
font-weight: bold;
text-align: left;
line-height: 1.3;
}

table.border {
BORDER-left: #545454 1px solid;
BORDER-right: #545454 1px solid;
BORDER-top: #545454 1px solid;
BORDER-bottom: #545454 1px solid;
}

td.grey {
padding: 10px;
background-color: #A8A8A8;
}

td.lightbluetop {
background-color: #F1F6FA;
border-bottom: #C0C2C3 1px solid;
}

td.lightbluetop2 {
background-color: #F1F6FA;
border-bottom: #C0C2C3 1px solid;
border-left: #E0E0E0 1px solid;
}

td.lightbluebottom {
background-color: #DCE6EE;
border-top: #C0C2C3 1px solid;
padding: 10px;
}

td.body {
background-color: #FFFFFF;
border-left: #E0E0E0 1px solid;
padding: 15px;
}

td.menu {
padding: 15px;
}

H1 { font-family: verdana;
text-decoration:  none; 
color: #FF4200;
font-size: 14px;
text-align: left;
font-weight: bold;
margin-bottom: 5px;
margin-left: 15px;
margin-top: 10px;
}

H2 { font-family: verdana;
text-decoration:  none; 
color: #000000;
font-size: 12px;
text-align: left;
font-weight: bold;
}

ul { font-family: verdana;
color: #000000;
text-decoration:  none; 
font-size: 11px;
margin-left: 25px;
margin-right: 10px;
line-height: 1.3;
text-align: justify;
}

li { font-family: verdana;
color: #000000;
text-decoration:  none; 
font-size: 11px;
margin-left: 25px;
margin-right: 10px;
line-height: 1.3;
text-align: justify;
}

a:link {
	font-family: verdana;
	font-weight: bold;
	color: #1F71AB;
	text-decoration: none;
}

a:visited {
	font-family: verdana;
	font-weight: bold;
	color: #1F71AB;
	text-decoration: none;
}

a:hover, a:active {
	font-family: verdana;
	font-weight: bold;
	color: #545454;
	text-decoration: underline;
}

