@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer-container {
	border-top: 1px dotted #999999;
}
.right-dots {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
.footer-container p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	padding-top: 6px;
}

div.ar { width: 100%; text-align: right; margin-top: 05px; margin-right: 6px; }

div.ar a:link { color: #999999; text-decoration: none; margin-right: 20px; background-image: url(/images/nav-blank.gif); background-position: left; background-repeat: no-repeat; display: block; font-family: arial; font-size: 11px; text-align: right; font-weight: 200 }

div.ar a:visited { color: #999999; text-decoration: none;  margin-right: 20px; background-image: url(/images/nav-blank.gif); background-position: left; background-repeat: no-repeat; display: block; font-family: arial; font-size: 11px; text-align: right; font-weight: 200 }

div.ar a:hover { color: #cccccc; text-decoration: none;  margin-right: 20px; background-image: url(/images/nav-sq.gif); background-position: left; background-repeat: no-repeat; display: block; font-family: arial; font-size: 11px; text-align: right; font-weight: 200 }

div.ar a:active { color: #999999; text-decoration: none;  margin-right: 20px;; background-image: url(/images/nav-sq.gif); background-position: left; background-repeat: no-repeat; display: block; text-align: right; font-family: arial; font-size: 11px; font-weight: 200 }

div.ar1 { width: 400px; text-align: left; margin-top: 05px; margin-left: 6px;  }

div.ar1 a:link { color: #999999; text-decoration: none; margin-left: 20px; padding-left: 20px; background-image: url(/images/nav-blank.gif); background-position: left; background-repeat: no-repeat; display: block; font-family: arial; font-size: 11px; text-align: left  }

div.ar1 a:visited { color: #999999; text-decoration: none;  margin-left: 20px; padding-left: 20px; background-image: url(/images/nav-blank.gif); background-position: left; background-repeat: no-repeat; display: block; font-family: arial; font-size: 11px; text-align: left  }

div.ar1 a:hover { color: #cccccc; text-decoration: none;  margin-left: 20px; padding-left: 20px; background-image: url(/images/nav-sq.gif); background-position: left; background-repeat: no-repeat; display: block; font-family: arial; font-size: 11px; text-align: left }

div.ar1 a:active { color: #999999; text-decoration: none;  margin-left: 20px; padding-left: 20px; background-image: url(/images/nav-sq.gif); background-position: left; background-repeat: no-repeat; display: block; text-align: left; font-family: arial; font-size: 11px }


p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #333333;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #0076bf;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 26px;
	color: #CCCCCC;
}
.table-border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #3B7ED1;
	text-decoration: none;
}
a:active {
	color: #3B7ED1;
	text-decoration: underline;
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:500px;
height:220px;
padding:20px;
z-index: 9002;