body {	background-color: #fff; /*7C0040;*/	margin:0px; text-align:center;}
td {	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 12px;	color: #000000;}

.border {
	BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid;
}

.h1 {	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #000000;}
.h3_pink {	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 17px;	font-weight: bold;	color: #FF2F97;}
.h3_pink a {	color: #FF2F97; }
.h3_pink a:hover {	color: #FF2F97; }
.h3_pink a:visited {	color: #FF2F97; }
.h3_pink a:active {	color: #FF2F97; }

/*.fnormal {font-size: 12px;	color: #000000;}*/
.fsmall_green {	font-family: Arial, Verdana, Helvetica, sans-serif;	font-size: 11px;	color: #025829;}
.fsmall_red {font-size: 11px;	color: #990000;}
.fsmall {	font-size: 11px;	color: #000000;}
.fsmallest {	font-size: 10px;	color: #000000;}
.fmenu {font-size: 12px;	font-weight: bold;	color: #000000;}
.ferror {	font-size: 12px;	font-weight: bold;	color: #FF0000;}

.form_button{
	cursor:hand;
}

.form_button_small{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	HEIGHT: 20px;
	cursor:hand;
}

a:link {color: #000;font-weight: bold;text-decoration:underline;}
a:link:hover { 	font-weight: bold;	text-decoration:underline; }
a:link:visited { 	font-weight: bold;	text-decoration:underline; }
a:link:active { 	font-weight: bold;	text-decoration:underline; }


/* balloon tooltip */
#screenshot{
	position:absolute;
/*	border:1px solid #ccc;
	background:#333;*/
	padding:5px;
	display:none;
	color:#fff;
	}

.form_select{
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	BORDER-STYLE: solid;
	BORDER-COLOR: #003300;
	BORDER-WIDTH: 1px;
	WIDTH: 200px;
}

.form_select_medium{
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	BORDER-STYLE: solid;
	BORDER-COLOR: #003300;
	BORDER-WIDTH: 1px;
	WIDTH: 130px;
}

.form_select_medium2{
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	BORDER-STYLE: solid;
	BORDER-COLOR: #003300;
	BORDER-WIDTH: 1px;
	WIDTH: 130px;
}

.form_select_short{
	COLOR: #000000;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	BORDER-STYLE: solid;
	BORDER-COLOR: #003300;
	BORDER-WIDTH: 1px;
	WIDTH: 110px;
}

/***********************************************/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:750px;
  height:363px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
  width:750px; 
  height:375px;
  padding:10px;
  background-color:#ffffff;
}
/************************************************/