body {
	font-family: tahoma;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: tahoma;
	font-size: 10pt;
}

a {
	color:#0033CC;
	text-decoration:underline;
}

a:link {color:#0033CC}

a:visited {color:#0033CC}

a:hover {color:#0066FF;text-decoration:underline}

a.top-menu { 
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a.top-menu:link { 
	color: #FFFFFF;
}
a.top-menu:visited { 
	color: #FFFFFF; 
	text-decoration: none 
}
a.top-menu:hover { 
	color: #99FFFF;
	text-decoration: none; 
}

a.menu {
	font-family:tahoma;
	font-size: 10pt;
	color:#003399;
	text-decoration:none;
}

a.menu:link {color:#003399}

a.menu:visited {color:#003399}

a.menu:hover {color:#0066FF;text-decoration:underline}

hr {
	border: 1px #666666 dashed;
	height: 1px;
}
.top-menu { 
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.font-small {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 9pt;
}

.font-tiny {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 8pt;
}

.border-gray { 
	border: #CDCDCD 1px solid; 
	padding: 2px;
}

.img-border-dash {
	border: 2px dashed #A56CA3;
	padding: 2px;
}

.input-box {
	border:#333333 1px solid; 
	padding: 2px;
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size:10pt;
}

.button {
	font-family:tahoma; 
	font-size:10pt;
	font-weight:bold 
}

.box-orange {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	color: #FF0099;
	background-color: #FFFFFF;
	border: 2px solid #FF9900;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.button-orange {
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	border: 2px solid #FF3300;
	margin: 0px;
	padding: 0px;
}

.thbar {
	font-family:tahoma,sans-serif;
	font-size: 9pt;
	font-weight: bold;
	background: #797678;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #BBB9BA;
	border-top:1px solid #BBB9BA;
	color:#ffffff;
	height:22px;
	text-decoration:none;
	text-align:center;
}

.top_bar { 
	background:#6B004A 
}

.box { 
	font-size:8pt; 
	font-family:tahoma; 
	border:1px solid #000000; 
	background:#FFFFFF 
}

.textbox {
	font-size:8pt;
	font-family:tahoma;
	border: 1px solid #888888;
	background-color: #FAFAFA;
}

.text-line {
	color:#333333;
	border: 1px dashed #333333;
	border-left:none;
	border-right:none;
	border-top:none;
}

.text-white {
	color: #FFFFFF;
	font-family: Tahoma, "MS Sans Serif", sans-serif;
	font-size: 10pt;
}

.input-button-blue {
	border-top: none;
	border-left: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height: 26px;
	background: url(/images/style/input-bg-button.jpg) repeat-x top left;
	color: #0033CC;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}

.input-text-blue {
	border: 1px solid #999999;
	background: url(/images/style/input-bg-text.jpg) repeat-x top left;
	color: #333333;
	vertical-align: middle;
	width: 200px;
}

.input-textarea-blue {
	border: 1px solid #999999;
	background: url(/images/style/input-bg-textarea.jpg) repeat-x top left;
	color: #333333;
	width: 200px;
}

.input-area-blue {
	border: 1px solid #999999;
	background: url(/images/style/input-bg-textarea.jpg) repeat-x top left;
	color: #333333;
	width: 200px;
}

.clickable {
	cursor: pointer;
}

.clickable_text {
	border: none;
	color:#555555;
	cursor: pointer;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #555555 dashed;
}

.PopUpImg {
    position: absolute;
	width: 150px;
	height: 200px;
	margin: 0px auto;
	display:none;
	z-index: 101;
}

.PopUpPage {
    position:inherit;
/*
	left:208px;
	top:125px;
	width: 550px;
	height: 500px;
*/
	margin: 1px auto;
	background-color:#FFFFFF;
	display:none; 
	z-index: 102;
}

#topbar{
position:absolute;
border: 2px dashed #555555;
padding: 2px;
background-color: White;
width: 200px;
visibility: hidden;
z-index: 100;
}

/* CSS for Blue Button */
button { 
  border:0; 
  cursor:pointer; 
  font-weight:bold; 
  padding:0 20px 0 0; 
  text-align:center; 
  width:auto; 
  overflow:visible; 
}
button span { 
  position:relative; 
  display:block; 
  white-space:nowrap; 
  padding:0 0 0 20px; 
  margin-top:1px; 
}

/*blue buttons*/
button.submitBtn { 
  background:url(images/btn_blue_right.gif) right no-repeat; 
  font-size:1.3em; 
}
button.submitBtn span { 
  height:50px; 
  line-height:50px;
  background:url(images/btn_blue_left.gif) left no-repeat;
  color:#fff; 
}
button.submitBtn:hover {
	background:url(images/btn_blue_right_hover.gif) right no-repeat; 
}
button.submitBtn:hover span {
	background:url(images/btn_blue_left_hover.gif) left no-repeat; 
}

/* classes for validator */
.tfvHighlight
	{color:#FF0000;}
.tfvNormal
	{color:#000000;}
.inputHighlighted
	{color:#FF0000;}
.inputNormal
	{color:#000000;}
