BODY
{
	font-size : 9pt;
	font-weight : normal;
	line-height: 18px;
	font-style : normal;
	text-decoration : none;
}

A
{
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color: #000000
}

A:Visited  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}

A:Active  {
	font-size : 9pt;
	font-weight : normal;
	font-style : normal;
	color:red;
	text-decoration : none;
}

A:Hover  {
	font-weight : normal;
	font-style : normal;
	color: #0000FF;
	text-decoration: underline
}

A.white:Hover
{
	font-weight:normal;
	font-style:normal;
	color:#FFFFFF;
	text-decoration:none;
}

Strong  {
	font-family: "Arial";
	font-size : 9pt;
	font-weight : bold;
	text-decoration : none;
}
input.pwd
{
	width:140px;
	height:15px;
}
.shadow
{
    display:none;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	background-color:black;
	z-index:1001;
	-moz-opacity:0.3;
	opacity:.30;
	filter:alpha(opacity=30);
}
.showAdd
{
    display:none;
	position:absolute;
	top:25%;
	left:400px;
	width:447px;
    height:319px;
	border:5px solid #7a7a7a;
	background-color:white;
	z-index:1002;
    clear:both;
}