/* CSS Document */
<!--
.style1 {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}
.style2 {
	font-family: tahoma;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.style4 {
	font-family: tahoma;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
body {
	background-color: #F4EDE7;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style3{font-family: tahoma; font-size: 11px; text-decoration:none; color:#000000;}
a.style3:link {font-family: tahoma; font-size: 11px; text-decoration:none; color:#000000;}
a.style3:active {font-family: tahoma; font-size: 11px; text-decoration:none; color:#000000;}
a.style3:visited {font-family: tahoma; font-size: 11px; text-decoration:none; color:#000000;}
a.style3:hover {font-family: tahoma; font-size: 11px; text-decoration:underline; color:#000000;}

.textbox{BORDER-RIGHT: #C8A588 1px solid; BORDER-TOP: #C8A588 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #C8A588 1px solid; COLOR: #000000; BORDER-BOTTOM: #C8A588 1px solid; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff;}

.error {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ff0000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.top-left-curve{background-image:url(images/top-left.gif);background-repeat:no-repeat;background-position:top left; width:11px; height:12px;}
.top-right-curve{background-image:url(images/top-right.gif);background-repeat:no-repeat;background-position:top; width:13px; height:12px;}
.bottom-right-curve{background-image:url(images/bottom-right.gif);background-repeat:no-repeat;background-position:bottom; width:13px; height:12px;}
.bottom-left-curve{background-image:url(images/bottom-left.gif);background-repeat:no-repeat;background-position:bottom; width:11px; height:12px;}
.top_line{background-image:url(images/top-line.gif);background-repeat:repeat-x; background-position:top;}
.bottom_line{background-image:url(images/bottom-line.gif);background-repeat:repeat-x; background-position:bottom;}
.right_line{background-image:url(images/right-line.gif);background-repeat:repeat-y; background-position:right;}
.left_line{background-image:url(images/left-line.gif);background-repeat:repeat-y; background-position:left;}
-->

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
#paging{
	position:absolute;
	width:710px;
	height:35px;
	left: 6px;
	top: 715px;
	border: 1px solid #666666;
	text-align:right;
}

.copytext{
font:normal 11px Verdana;
color:#8e8b88;
}
a.footerlink{
font:normal 11px Verdana;
color:#8e8b88;
}
a.footerlink:hover{
font:normal 11px Verdana;
color:#8e8b88;
text-decoration:underline;
}