

body {
	background-color: #fff;
  	font-family: Tahoma;
  	font-size: 12pt;
  	color: #8a8a8a;
 }
.time { 
 font-family: Arial; 
 font-size: 10px; 
 background-color: #fff; 
 border: 0px;
 width: 1000px
}
.texta { 
 font-family: Tahoma, Arial; 
 font-size: 18px; 
 background-color: #e5e5e5; 
 border: 1px;
 border-color: #8a8a8a;
 border-style: solid;
 width: 160px
}
.texta2 { 
 font-family: Tahoma, Arial; 
 font-size: 20px; 
 color: #455b6b; 
 width: 160px
}
.texta3 { 
 font-family: Tahoma, Arial; 
 font-size: 20px; 
 color: #ff9900; 
 width: 500px
}
.textawide { 
 font-family: Tahoma, Arial; 
 font-size: 18px; 
 background-color: #e5e5e5; 
 border: 1px;
 border-color: #8a8a8a;
 border-style: solid;
 width: 200px
}
select { 
 font-size: 16px;
 font-family: Tahoma, Arial; 
 background-color: #e5e5e5; 
 border: 1px;
 border-color: #8a8a8a;
 border-style: solid;
 width: 160px
}
td.topleftalign { 
	text-align: left;
    vertical-align: top;
}
td.toprightalign { 
	text-align: right;
}
td.bottomleftalign { 
	text-align: left;
    vertical-align: bottom;
}
td.bottomrightalign { 
	text-align: right;
    vertical-align: bottom;
}
A:link {
	color: #8a8a8a;
	text-decoration: none;
}
A:visited {
	color: #8a8a8a;
	text-decoration: none;
}
A:active {
	color: #8a8a8a;
	text-decoration: none;
}
A:hover {
	text-decoration: underline; 
	color: #1d79ad;
}



/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font-size: 1px;
color: #FFF; 
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #778;
color: #FFF;
background: white url() top left repeat-x;
}

.shadetabs li a:visited{
color: #FFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url();
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

fieldset {
	border:0;
	padding:4px;
	margin:0px;
	position:relative;
}
label {
	display:block;
	font-size: 12px;
	font-weight: bold;
}
span.hint {
	font:normal 11px/14px Tahoma;
	background:#eee url(bg-span-hint-gray.gif) no-repeat top left;
	color:#444;
	border:1px solid #888;
	padding:5px 5px 5px 40px;
	width:200px;
	position:absolute;
	margin: -12px 0 0 14px;
	display:none;
}

fieldset.welldone span.hint {
	background:#9fd680 url(bg-span-hint-welldone.jpg) no-repeat top left;
	border-color:#749e5c;
	color:#000;
}
fieldset.kindagood span.hint {
	background:#ffffcc url(bg-span-hint-kindagood.jpg) no-repeat top left;
	border-color:#cc9933;
}
fieldset.welldone {
	background:transparent url(bg-fieldset-welldone.gif) no-repeat 194px 19px;
}
fieldset.kindagood {
	background:transparent url(bg-fieldset-kindagood.gif) no-repeat 194px 19px;
}