
td {
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size:   10pt;
}

h1 {
	font-weight: bold;
	font-size: 16pt;
	font-family: arial, sans-serif;
	text-align: center;
}

option.dis {
	background-color:white;
	color:#a0a0a0
}

select {
	font-weight: 	bold;
	font-family: 	arial, sans-serif;
	font-size:   	10pt;
}

input {
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size:   10pt;
}

textarea {
	font-weight: bold;
	font-family: arial, sans-serif;
	white-space: pre;
	font-size:   10pt;
	background-color: #f0f0f0;
}

.centeredImage
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

body {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:16px;
	background-color: #fff;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
}

#wrapper {
	width: 488px;
	height:298px;
	background-color: #fff;
	border:6px double #006;
	margin:185px auto;
}

.container {
	height:30px;
	width:400px;
	margin: 20px auto;
}

a.info {
	position:relative; /*this is the key*/
	z-index:0;
	color: #666;
	font-style:oblique;
	text-decoration:none;
	display:block;
	float:left;
}

.spanny {
	margin:0 3px;
	float:left;
}

a.info .ttip {
	display: none;
	float:left;
}

a.info:hover{
	z-index:1;
	background-color: #fff;
}

a.info:hover .ttip {
	display:block;
	position:absolute;
	top:20px;
	left:40px;
	width:120px;
	border:3px double #0cf;
	background-color: #cff;
	color: #099;
	font-size:10px;
	font-style:normal;
	padding:5px;
}

a.info:hover #pictip {
	top:48px;
	left:5px;
	width:150px;
	border:3px solid #5050ff;
	background-color: #ebebeb;
	color: #000000;
	font-size:12px;
	text-align:justify;
	padding:5px;
}

a {
	text-decoration:none;
}

a:hover {
	background: #ffffff;
	text-decoration:none;
} /*BG color is a must for IE6*/

a.tooltip span {
	display:none;
	padding:1px 1px;
	margin-left:0px;
	width:150px;
	text-decoration:none;
}

a.tooltip:hover span {
	display:inline;
	position:absolute;
	background: #ebebeb;
	border:3px solid #5050ff;
	color: #000000;
	font-size:12px;
	text-align:left;
	padding:5px;
	text-decoration:none;
}

.font {
	font-family: Arial, Helvetica, sans-serif;
}

.t1
{
    border-color: #000000;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}


.AutoCompleteBackground
{
	background-color: white;
}

.AutoCompleteHighlight
{
	background-color: #a4a4ff;
}

#blanket {
   background-color: #000000;
   opacity: 0.4;
   position: absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top: 0px;
   left: 0px;
   width: 100%;
}

#popUpDiv {
	position: absolute;
	width: 200px;
	height: 200px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

