body{
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	color : Black;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

td {
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
	color : Black;	
}
li {
	font-size : 8pt;
	margin-top : 8pt;
}
a:hover{
	color: #00BFFF;
	text-decoration:none;
}

.description{
	color : #4169E1;
	padding-bottom : 5px;
	padding-top : 7px;
	line-height : 15px;
}
.button {
	font-family: Verdana;
	color: Gray;
	font-size: 8pt;
	border: 1px solid Navy;
	padding: 0;
	background-color: #B8CBE7
}
.whiteLink {
	FONT-SIZE: 8pt;
	color:white;
	font-weight: bolder;
	text-decoration:none;
}
.orangeLink {
	color: #FF7F50;
	font-weight: bolder;
	text-decoration:none;
	font-size : 14px;
	
}
.footer {
	font-size: 10px;
	color : Gray;
	font-weight : normal;
	text-decoration : none;
}
.title_orange{
	font-size : 14px;
	font-weight : bold;
	color : #FF7F50;
}
.title_blue{
	font-size : 16px;
	font-weight : bold;
	color : #4169E1;
}
.title_black{
	font-size : 13px;
	font-weight : bold;
	color : Black;
}
.input{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :8pt;
}
.unerlineform{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	border : none;
	border-bottom : 1px solid Gray;
}
INPUT
{
    FONT-SIZE: 8pt;
    COLOR: blue;
    FONT-FAMILY: Arial, Verdana
}
TD.pageTitle
{
    COLOR: #003C75;
    FONT-SIZE: 18px;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}

.helpToolTip {
	text-decoration:none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.header2 {
	font: 24px Verdana;
	text-align: center;
	background-color: ##D9E1F0;
}
div.texted {
	font: 14px Verdana;
	color: #000000;
	text-align: left;
}
div.closeButton {
	width: 100%;
	text-align: right;
	font: 12px Verdana;
	background-color: ##D9E1F0;
}
#demoBox {
	position: absolute;
	top: 125px;
	width: 100%;
	visibility: visible;
	z-index: 100;
	text-align:center;
}

#demoBoxInner {
	position: relative;
	width: 450px;
	visibility: visible;
	z-index: 101;
	background-color: #D9E1F0;
	border: 3px solid black;
	text-align: left;
	margin: 0 auto; 
}

a.closeButton {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

a.closeButton:hover {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

div.divButton {
	background-color: #CCCCCC;
	font: 14px verdana;
	cursor: pointer;
	width: 200px;
	border: 1px solid black;
}

div.divButton:hover {
	background-color: #c0c0c0;
}

textarea.enmase {
	width: 100%;
	height: 300px;
}

.searchResultPopup {
	border: 1px solid black;
	background-color: #FFFFFF;
	visibility: hidden;
	position: absolute;
	width: 275px;
}

.headerResult {
	background-color: #cccccc;
	border-bottom: 1px solid black;
	width:100%;
	position: relative;
}

.headerResultPopupLeft {
	background-color: #cccccc;
	border-bottom: 1px solid black;
	display: inline;
	width:50%;
	position: absolute;
	left: 0;
}

.headerResultPopupRight {
	width: 50%;
	background-color: #cccccc;
	border-bottom: 1px solid black;
	position: absolute;
	right: 0;
	text-align: right;
	
}

.bodyResultPopup {
	width: 100%;
	height: 100px;
	overflow: auto;
	display: inline;
}

div.resultItem {
	width: 100%;
	background-color: #FFFFFF;
	border-bottom:1px solid black;
	cursor: pointer;
	position: relative;
}


div.resultItem:hover {
	background-color: #00BFFF;
}

div.resultItemLeft {
	position: absolute;
	width: 50%;
	left: 0;
}
div.resultItemLeft:hover {
	background-color: #00BFFF;
}

div.resultItemRight {
	position: absolute;
	width: 50%;
	right: 0;
	text-align: right;
}
div.resultItemRight:hover {
	background-color: #00BFFF;
}

#closeButton {
	cursor: pointer;
}

div.signupPage {
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #c0c0c0;
	position: relative;
	text-align: center;
}

div.signupCenterCol {
	width: 500px;
	background-color: #FFFFFF;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div.signupHeader {
	width: 100%;
	text-align: center;
	font: 24px verdana black;
}

div.signupMain {
	width: 100%;
	font: 14px verdana black;
}

.tooltip{
width: 200px; color:#000;
font:lighter 11px/1.3 Arial,sans-serif;
text-decoration:none;text-align:center;}

.tooltip span.top{padding: 30px 8px 0;
    background: url(/images/bt.gif) no-repeat top}

.tooltip b.bottom{padding:3px 8px 15px;color: #696969;
    background: url(/images/bt.gif) no-repeat bottom}