body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	text-decoration : none;
	color: #000000;
	cursor: pointer;
	background-repeat : no-repeat;
}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
}
	
.contact{
	text-decoration : none;
}	

.contact:hover{
	text-decoration : none;
	font : bolder;
	background-color: transparent;
	width : auto;
}

A:LINK {
	text-decoration : none;
	color: #33BB2E;
	background-color: transparent;
	cursor: pointer;
	width : 150;
}
	
A:VISITED {
	background-color: none;
	color: #33BB2E;
	text decoation: none;
	cursor: pointer;
}
	
A:HOVER {
	color: #33BB2E;
	background-color: #E0E0E0;
	text decoration: none;
	cursor: pointer;
	font : bolder;
}

A:ACTIVE {
	color: #33BB2E;
	background-color: #E0E0E0;
	text decoration: none;
	cursor: pointer;
	font : bolder;
}


/* --------------------------------------------------------------------- */
/*  Text and Font Styles													 */
/* --------------------------------------------------------------------- */
.title{
	font-size: 11px;
	font-weight: bold;
}


.body{
	font-size: 10px;
	line-height: 13px;
	color: #000000
}


/* --------------------------------------------------------------------- */
/*  FORMAT													 */
/* --------------------------------------------------------------------- */
.inline{
	display : inline;
}

.marginright{
	margin-right : 12px;
}

.marginleft{
	margin-left : 12px;
}

.margintop{
	margin-top: 12px;
}

.marginbottom{
	margin-bottom: 20px;
}


.top{
	vertical-align : top;
}
/* ------------- icons -------------------------------------------------- */
.cross{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: white;
	text-align : right;
}

.es {  
cursor: pointer}

html {
	scrollbar-base-color: White;
	scrollbar-arrow-color: White;
	scrollbar-track-color: White;
	scrollbar-shadow-color: #888888;
	scrollbar-lightshadow-color: #888888;
	scrollbar-darkshadow-color: White;
	scrollbar-highlight-color: White;
	scrollbar-3dlight-color: #888888;
	min-height: 45px;
}

