/* CSS Document */

body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: blue;
}

td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

td.pagetitle {
	font-weight: bold;
	color: white;
}

td.hpbluetext {
	color: #000066;
}

table.whatsnewtext td {
	color: #000066;
}

td.verytop {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

td.lh18 {
	line-height: 18px;
}

table.mainmenu td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #2626A2;
}

table.mainmenu td a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #2626A2;
	text-decoration: none;
}

table.mainmenu td a:hover {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.header {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

.header a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

.footer {
	font-family: verdana, arial, helvetica, sans-serif;
	color: white;
	font-size: 11px;
}

.sectionHeader {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333399;
	font-weight: bold;
	font-size: 15px;
}

.up {
	vertical-align: text-bottom;
}

.error {
	color: red;
}