a.blueUnderline {
	font-family: Verdana;
	font-size: 8pt;
	color:blue;
	text-decoration: underline;
	cursor: hand;
}

a.blueUnderline:visited {
	font-family: Verdana;
	font-size: 8pt;
	color:blue; 
	text-decoration: underline;
}

a.blueUnderline:hover {
	font-family: Verdana;
	font-size: 8pt;
	color:blue; 
	text-decoration: underline;
}

body {
	font-size: 8pt;
	font-family: Verdana;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.copyright{
	font-weight: normal;
	font-size: 7pt;
	font-family: Verdana;
}

.dropDownBox {
	border: 1px;
	border-right: #72C8E9 1px solid;
	border-bottom: #72C8E9 1px solid;
	border-top: #72C8E9 1px solid;
	border-left: #72C8E9 1px solid;
	font-size: 8pt;
	font-family: Verdana;
	height: 20px;	
	width: 100px;
}
.doubleDropDownBox {
	border: 1px;
	border-right: #72C8E9 1px solid;
	border-bottom: #72C8E9 1px solid;
	border-top: #72C8E9 1px solid;
	border-left: #72C8E9 1px solid;
	font-size: 8pt;
	font-family: Verdana;
	height: 20px;	
	width: 200px;
}

.textBox{
	border: 1px;
	border-color: #72C8E9 ;
	border-style: solid;
	font-size: 8pt;
	font-family: Verdana;
	height: 14px;	
	width: 130px;
}

.textBoxNoValid{
	border: 1px;
	border-color: red;
	border-style: solid;
	font-size: 8pt;
	font-family: Verdana;
	height: 14px;	
	width: 130px;
}

.textBoxSmall {
	border-right: #72C8E9 0px solid;
	border-bottom: #72C8E9 0px solid;
	border-top: #72C8E9 0px solid;
	border-left: #72C8E9 0px solid;
	font-size: 7pt;
	font-family: Verdana;
	height: 12px;	
	width: 130px;
}

.textBoxUnderLine{
	border-color: #72C8E9 ;
	border-style: solid;
	border-bottom: 1px solid;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	font-size: 8pt;
	font-family: Verdana;
	height: 14px;	
	width: 170px;
}

.textBoxUnderLineBig{
	border-color: #72C8E9 ;
	border-style: solid;
	border-bottom: 1px solid;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
	font-size: 8pt;
	font-family: Verdana;
	height: 14px;	
	width: 180px;
}


.buttonWhite{
   border: 0px;
	border-color: #008FC1;
	border-style: solid;
	background-color: #00A7DF;
   height: 18px;
   color: #ffffff;
   font: bold 0.9em Tahoma,  Arial, Helvetica, sans-serif;
   padding: 0 10px;
	overflow: visible;
	cursor: hand;
}

.buttonWhiteBig{
   border: 0px;
	border-color: #008FC1;
	border-style: solid;
	background-color: #00A7DF;
   height: 24px;
   color: #ffffff;
   font: bold 1.2em Tahoma,  Arial, Helvetica, sans-serif;
   padding: 0 10px;
	overflow: visible;
	cursor: hand;
}

.buttonBlack{
	border: 0px;
	background-color: #00A7DF;
   height: 18px;
   color: #000000;
   font: bold 0.9em Tahoma,  Arial, Helvetica, sans-serif;
   padding: 0 10px;
   overflow: visible;
	cursor: hand;
}

.buttonGray{
	border: 0px;
	border-color: #008FC1;
	border-style: solid;
	background-color: #A5A5A5;
   height: 18px;
   color: #ffffff;
   font: bold 0.9em Tahoma,  Arial, Helvetica, sans-serif;
   padding: 0 10px;
   overflow: visible;
	cursor: hand;
}

.requiredStar{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: red;
}

.verticalSeparator{
	background-image: url(../Images/pixelGri.gif);
	background-repeat: repeat-y;
	width:1px;
	height:auto; 
	vertical-align: top;
}

.orizontalSeparator{
	background-image: url(../Images/pixelGri.gif);
	background-repeat: repeat-x;
	width:auto;
	height:1px; 
	vertical-align: top;
}