
body, p, font, b, td, tr, option { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 12px;
	line-height: 16px;	
}

form {
	margin: 0px;
}


/* normal font */


.white {

	color: #FFFFFF;
}


.error {

	font-weight:bold; 
	color: #FF0000;
}


.red {

	color: #FF0000;
}

.grey {

	color: #999999;
}

.midgrey {

	color: #757575;
}


.darkgrey {

	color: #454545;
}



.green {

	color: #006321;
}

.bold {

	font-weight:bold; 
}

.example { 
	font-family: Courier New; 
}

.readonly {
	background-color: #e4e4e4;
}

.pointer {
   cursor: hand;
   cursor: pointer;
}




/* small */

.small {
	font-size: 10px;
}

.smallbold {
	font-size: 10px;
	font-weight:bold; 
}


.footer {
	font-size: 10px;
	color: #888888;
}



/* large */

.title {
	font-weight:bold; 
	font-size: 18px;
	line-height: 24px;
}


.medium {
	font-weight:bold; 
	font-size: 16px;
}



/* tables */

.features td	{
	line-height:13px;
}
 




/****** pop-layers *****/

.layer_border {

	position: absolute; 
	width: 100%; 
	top: 110px; 
	z-index: 4; 
	display: none; 
	text-align: center;
}

.layer_box {

	background-color: #FFFFFF; 
	border: 2px solid #999999; 
	width: 600px; 
	padding: 20px; 
	text-align: left;

}



.home_box {

	background-color: #004497; 
	border: 2px solid #333333; 
	width: 13px; 
	height: 13px;
}

.home_box_mini {

	background-color: #004497; 
	border: 2px solid #333333; 
	width: 10px; 
	height: 10px;
}


.home_img {

	position: absolute; 
	top: 0px; 
	left: 0px; 
	display: none;
	 

}

