h1 {
	font-family: Verdana;
	font-size: 24px;
/*	color: #000000;*/
	color: #4E73AC;
}

h2 {
	font-family: Verdana;
	font-size: 18px;
/*	color: #000000;*/
	color: #4E73AC;

}

h3 {
	font-family: Verdana;
	font-size: 14px;
/*	color: #000000;*/
	color: #4E73AC;
}

.colorheader {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
/*	color: #996666;  */
	color: #4E73AC;

}
.colorheaderlarge {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
/*	color: #996666;  */
	color: #4E73AC;
}

p	{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

li	{
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	line-height: 130%;
}

.spantext {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.darkrose {
	color: #996666;
}

.darkrosebold {
	color: #996666;
	font-weight: bold;
}
.darkblue {
	color: #4E73AC;
}

.darkbluebold {
	color: #4E73AC;
	font-weight: bold;
}

td {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;

}

.bordertable {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;

}

.bordertable td {
	border: 1px solid #80A7E7;

}

.errmsg {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: red;

}

a {
	color: #000000;
	font-weight: bold;
	
}
a:link { 
	color: #4E73AC;
/*	text-decoration: underline; */
}

a:hover {
	color: #663333;
	text-decoration: underline; 

}
a:active {
	color: #865353;
	text-decoration: underline;


}
a:visited { 
	text-decoration: underline;
	color: #4E73AC;
	
}

a:hover:visited {
	text-decoration: underline;
	color: #663333;


}




/* Button */
.button {
	border-style: solid;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;

}

/* Text Box */
.textbox {
	border-style: solid;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;

}

/* List Box */
.listmenu {
	border-style: solid;
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: normal;

}

/* Form title */
.form_title
{
	color: #FFFFFF;
	font-size:16px;
	background-color: #CEBDAD;
	font-weight: bold;
}

/* description */
.desc
{
	color: #9A8E82;
	font-size: 10px;
	margin-left: 4px;
}


/* Progress bar box */
.progressBox {
	width: 100%;
	height: 20px;	
	position: relative;
/*	align: center;*/
	background: #cccccc;
}

/* Progress Bar */
.progressBar {
	width: 0; 
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	background: #0000FF;
	font-size:1px;
}



/* Main box of the progress bar */
.mainbox{
	border-style:solid; 
	border-width: 3px; 
	color: #CF9C03;
	background: #FFFFFF;
	height: 40px;
	width: 350px;
	position: relative;
	left: 300px;	
/*	align: center;*/
	font-size:13px;
	z-index: 1 ;
	visibility:hidden;
}