body,table,p,div,span,input,textarea
	{
	color:#000000;
	font-family:Arial,Tahoma;
	font-size:10pt;
	margin:0px;
	}
body {background:#DDEEFF;}
input,textarea,td {padding-left:4px;padding-right:4px;}
button {cursor:pointer;}
img {border:0px;}
h1, h2, h3, h4, h5
	{
	color:#000066;
	text-align:center;
	font-family:Times New Roman
	}
h2, h3, h4, h5 {margin:0px;}
td {vertical-align:top;}
.L {text-align:left;}
.C {text-align:center;padding-left:0px;padding-right:0px;}
.R {text-align:right;}
a:link
	{
	font-family:Arial;
	font-size:10pt;
	text-decoration:none;
	}
a:visited
	{
	text-decoration:none;
	}
a:hover
	{
	padding:4px;
	color:#FFFFFF;
	text-decoration:none;
	background:#115994;
	border-top-right-radius:1em; -moz-border-radius-topright:1em; -webkit-border-top-right-radius:1em;
	border-bottom-right-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em;
	border-bottom-left-radius:1em; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em;
	border-top-left-radius:1em; -moz-border-radius-topleft:1em; -webkit-border-top-left-radius:1em;
	}
a:active
	{
	color:#000000;
	text-decoration:none;
	background:#FFFF00;
	border-top-right-radius:1em; -moz-border-radius-topright:1em; -webkit-border-top-right-radius:1em;
	border-bottom-right-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em;
	border-bottom-left-radius:1em; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em;
	border-top-left-radius:1em; -moz-border-radius-topleft:1em; -webkit-border-top-left-radius:1em;
	}

.Scrolling, .TextBox
	{
	overflow:auto;
	background-attachment:scroll;
	}
.Header1, .Header2, .Header3
	{
	font-family:Arial;
	font-weight:bold;
	width:100%;
	text-align:center;
	}
.Header1 {font-size:20pt;}
.Header2 {font-size:16pt;}
.Header3 {font-size:12pt;}
.Nada, .Text00, #Results .Text00, .IsHidden
	{
	background:transparent;
	text-decoration:none;
	padding:0px;
	margin:0px;
	border:0px solid;
	border-radius:0em; -moz-border-radius:0em; -webkit-border-radius:0em;
	-moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none;
	}
.Text00, #Results .Text00, .IsHidden
	{
	font-size:1px;
	color:transparent;
	font-family:Arial Narrow;
	text-align:center;
	vertical-align:middle;
	}
.IsHidden
	{
	position:absolute;
	top:-1000px;
	left:-1000px;
	display:none;
	}
.Toolbar
	{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:10px;
	/* background: -moz-linear-gradient(90deg, #335599, #6699FF 90%, #335599); */
	/* background: -webkit-gradient(linear, center bottom, center top, from(#335599), color-stop(90%,#6699FF), to(#335599)); */
	background: -webkit-gradient(linear, left top, left bottom, from(#335599), to(#DDEEFF));
	background: -moz-linear-gradient(top,  #335599,  #DDEEFF);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#335599', endColorstr='#DDEEFF');
	}
.Toolbar td {vertical-align:middle; padding:0px}
.buttons, a.buttons, input[type="submit"]
	{
	font-family:Arial;
	font-weight:bold;
	font-size:10pt;
	color:#000077;
	letter-spacing:1px;
	text-shadow:1px 1px 0px #FFFFFF;
	/* background:#151515; */
	opacity:.8;
	/* height:18px; */
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
	border:1px #222222 ridge;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	cursor:pointer;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#88AAFF));
	background: -moz-linear-gradient(top,  #FFFFFF,  #88AAFF);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#88AAFF');
	-moz-box-shadow: inset 2px 1px 2px #888888, inset -2px -1px 2px #888888; /* Right, Bottom, Blur Amount */
	-webkit-box-shadow: inset 2px 1px 2px #888888, inset -2px -1px 2px #888888;
	box-shadow: inset 2px 1px 2px #888888, inset -2px -1px 2px #888888;
	/* display:inline; */
	}
.buttons:hover, a.buttons:hover, input[type="submit"]:hover
	{
	color:#000000;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#C1AE26));
	background: -moz-linear-gradient(top,  #FFFFFF,  #C1AE26); /* #00AA00); */
	text-decoration:none;
	-moz-box-shadow: inset 2px 1px 2px #888888, inset -2px -1px 2px #888888, 2px 1px 2px #888888; /* Right, Bottom, Blur Amount */
	-webkit-box-shadow: inset 2px 1px 2px #888888, inset -2px -1px 2px #888888, 2px 1px 2px #888888;
	box-shadow: inset 2px 1px 2px #888888, inset -2px -1px 2px #888888, 2px 1px 2px #888888;
	/*text-shadow:1px 1px 0px #FFFFFF; */
	}
.Gradients, .TextBox
	{
	background: -moz-linear-gradient(90deg, #BBDDFF, #CCEEFF 50%, #FFFFFF);
	background: -webkit-gradient(linear, center bottom, center top, from(#DDEEFF), color-stop(50%,#F1FBFF), to(#FBFEFF));
	}
.TextBox
	{
	/*background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CCEEFF)); */
	/*background: -moz-linear-gradient(top,  #FFFFFF,  #CCEEFF); */
	padding-left:20px;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
	/* background:#F1FBFF; */
	width:100%;
	height:160px;
	border-bottom-left-radius:3em; -moz-border-radius-bottomleft:3em; -webkit-border-bottom-left-radius:3em;
	border-top-left-radius:3em; -moz-border-radius-topleft:3em; -webkit-border-top-left-radius:3em;
	}
.Rounded1
	{
	border-top-right-radius:1em; -moz-border-radius-topright:1em; -webkit-border-top-right-radius:1em;
	border-bottom-right-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em;
	border-bottom-left-radius:1em; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em;
	border-top-left-radius:1em; -moz-border-radius-topleft:1em; -webkit-border-top-left-radius:1em;
	}
.Rounded2
	{
	border-top-right-radius:2em; -moz-border-radius-topright:2em; -webkit-border-top-right-radius:2em;
	border-bottom-right-radius:2em; -moz-border-radius-bottomright:2em; -webkit-border-bottom-right-radius:2em;
	border-bottom-left-radius:2em; -moz-border-radius-bottomleft:2em; -webkit-border-bottom-left-radius:2em;
	border-top-left-radius:2em; -moz-border-radius-topleft:2em; -webkit-border-top-left-radius:2em;
	}
.DropShadow
	{ 
	-webkit-box-shadow:0 3px 5px #333333; 
	-moz-box-shadow:0 3px 5px #333333; 
	box-shadow:0 3px 5px #333333;
	}
.Comment
	{
	background:Gold;
	padding-left:10px;
	background: -moz-linear-gradient(90deg, #DDA022, #FFFF00 70%, #FFD022); /*#FFB90F,#FFFF00,#FFB90F*/
	background: -webkit-gradient(linear, center bottom, center top, from(#DDA022), color-stop(70%,#FFFF00), to(#FFD022));
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='Gold', EndColorStr='#FFFFAA');
	}
td.EditBox
	{
	position:absolute;
	top:0px;
	left:0px;
	}  

.URL
	{
	font-family:Arial;
	font-size:10pt;
	color:#0000FF;
	cursor:pointer;
	text-decoration:none;
	background:transparent;
	padding:0px;
	margin:0px;
	border:0px solid;
	border-radius:0em; -moz-border-radius:0em; -webkit-border-radius:0em;
	box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;
	}
.URL:hover
	{
	color:#FFFFFF;
	text-decoration:none;
	background:#FFFF00;
	border-top-right-radius:1em; -moz-border-radius-topright:1em; -webkit-border-top-right-radius:1em;
	border-bottom-right-radius:1em; -moz-border-radius-bottomright:1em; -webkit-border-bottom-right-radius:1em;
	border-bottom-left-radius:1em; -moz-border-radius-bottomleft:1em; -webkit-border-bottom-left-radius:1em;
	border-top-left-radius:1em; -moz-border-radius-topleft:1em; -webkit-border-top-left-radius:1em;
	}
#BarBottom
	{
	border-top:1px solid #222222;
	bottom:0px;
	color:#FFFFFF;
	font-family:Verdana, Arial;
	font-size:11px;
	text-align:left;
	position:fixed;
	width:100%;
	height:40px;
	z-index:1000;
	}

.PopWin
	{
	position:absolute;
	top:100px;
	left:200px;
	border:2px ridge #6666DD;
	border-top-right-radius:9px; -moz-border-radius-topright:9px; -webkit-border-top-right-radius:9px;
	border-top-left-radius:9px; -moz-border-radius-topleft:9px; -webkit-border-top-left-radius:9px;
	/*border-bottom-right-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px;*/
	/*border-bottom-left-radius:6px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px;*/
	-moz-box-shadow:5px 4px 15px #222222;
	-webkit-box-shadow:5px 4px 15px #222222;
	box-shadow:5px 4px 15px #222222;
	}
.PopWinHeader
	{
	border-top-left-radius:6px; -moz-border-radius-topleft:6px; -webkit-border-top-left-radius:6px;
	border-top-right-radius:6px; -moz-border-radius-topright:6px; -webkit-border-top-right-radius:6px;
	background: -webkit-gradient(linear, left top, left bottom, from(#4477BB), to(#AACCFF));
	background: -moz-linear-gradient(top,  #4477BB,  #AACCFF);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4477BB', endColorstr='#AACCFF');
	height:22px;
	color:#FFFFFF;
	font-family:Trebuchet MS, Tahoma;
	/*letter-spacing:1.0px;*/
	font-size:10pt;
	font-weight:bold;
	padding:0px;
	padding-left:5px;
	margin:0px;
	}
.PopWinHeader button
	{
	width:20px;
	height:20px;
	font-family:Arial;
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:1px;
	}