/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:18px;
	font-size:11px;
	background-image:url(../images/misc/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
.red-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	line-height:18px;
	font-size:11px;
}
.text-greenbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006600;
	line-height:18px;
	font-size:11px;
	font-weight:bold;
}
.footer {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:10px;
	font-weight:bold;
}
.footer-nav {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	font-weight:bold;
}
.style-textbox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	background-color:#FFFFFF;
}
.style-button {
	border-style:solid;
	border-width:2px;
	border-color:#006600;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#006600;
	background-color:#E4F1F1;
}
.border-bottom {
	border-bottom-width:1px;
	border-bottom-color:#006600;
	border-bottom-style:dashed;
}
.border-bottom2 {
	border-bottom-width:1px;
	border-bottom-color:#333333;
	border-bottom-style:solid;
}
.border-top {
	border-top-width:1px;
	border-top-color:#006600;
	border-top-style:dashed;
}
.border-top2 {
	border-top-width:1px;
	border-top-color:#006600;
	border-top-style:solid;
}
#link-green a:hover{
	text-decoration:underline;
	color:#009900;
}
#link-green a, #link-green a:link{
	text-decoration:none;
	color:#006600;
}
#link-gray a:hover{
	text-decoration:underline;
	color:#000000;
}
#link-gray a, #link-gray a:link{
	text-decoration:none;
	color:#666666;
}
#link-footer a:hover{
	text-decoration:underline;
	color:#666666;
}
#link-footer a, #link-footer a:link{
	text-decoration:none;
	color:#333333;
}