/* CSS Document */

body {
	background-image:url(images/body_bg.gif)

}

td, div, p, a {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

td { color: #000; }

a:link { color: #fff; font-weight: bold; text-decoration: none; }

a:visited { color: #fff; font-weight: bold; text-decoration: none; }

a:hover { color: #ccc; font-weight: bold; }

a:active { color: #ccc; font-weight: bold; text-decoration: none; }

.style1 { color: #666; font-weight: bold; }
.style2 {
	color: #666666;
	font-style: italic;
}

.errorText { color: #cc0000; display: block; font-weight: bold; padding-left: 5px; }

td.prompt { vertical-align: top; padding-right:10px; font-weight: bold; line-height:90%; padding-top:10px; padding-bottom:15px};

.hint { color: #000000; padding-left:5px; }

.pagelink, .pagelink:visited, .pagelink:hover {
	color: #000000 !important;
	font-weight:bold;
}

.pagelink:hover {
	text-decoration:underline;
}




