BODY 
{
	SCROLLBAR-FACE-COLOR: white; 
	FONT-SIZE: 12px; 
	SCROLLBAR-HIGHLIGHT-COLOR: silver; 
	SCROLLBAR-SHADOW-COLOR: gray; 
	COLOR: black; 
	SCROLLBAR-3DLIGHT-COLOR: silver; 
	LINE-HEIGHT: normal; 
	SCROLLBAR-ARROW-COLOR: gray; 
	SCROLLBAR-TRACK-COLOR: white; 
	FONT-FAMILY: Verdana, Tahoma, Arial, ms sans serif, helvetica;
	SCROLLBAR-DARKSHADOW-COLOR: black
}
.bodytextbox
{
	color: #330000; 
	font-weight: normal; 
	font-size: 12px; 
	margin-left: 4px; 
	margin-right: 4px; 
	line-height: 15px; 
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica;
	text-align: justify
}
.bodytext
{
	color: #330000; 
	font-weight: normal; 
	font-size: 12px; 
	margin-left: 4px; 
	margin-right: 4px; 
	line-height: 18px; 
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica;
	text-align: justify
}
.bodytextnoalign
{
	color: #330000; 
	font-weight: normal; 
	font-size: 12px; 
	margin-left: 4px; 
	margin-right: 4px; 
	line-height: 18px; 
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica
}
.logintext
{
	color: #330000; 
	font-weight: normal; 
	font-size: 10px;  
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica
}
.inputform 
{
	color: #330000;
	margin-left: 10px;
	border-right: #330000 1px solid;
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	border-left: #330000 1px solid;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica;
	width: 220px;
	height: 20px;
	background-color: #ffffff
}
.inputformnowidth
{
	color: #330000;
	margin-left: 10px;
	border-right: #330000 1px solid;
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	border-left: #330000 1px solid;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica;
	height: 20px;
	background-color: #ffffff
}
.inputformhome
{
	color: #330000;
	margin-left: 1px;
	border-right: #330000 1px solid;
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	border-left: #330000 1px solid;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica;
	background-color: #ffffff
}
.selectform
{
	color: #330000;
	border-right: #330000 1px solid;
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	border-left: #330000 1px solid;
	font-weight: normal;
	font-size: 12px;
	margin-left: 12px;
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica;
	height: 20px;
	background-color: #ffffff
}
textarea 
{
	color: #330000;
	border-right: #330000 1px solid;
	border-top: #330000 1px solid;
	border-bottom: #330000 1px solid;
	border-left: #330000 1px solid;
	font-weight: normal;
	font-size: 12px;
	margin-left: 12px;
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica;
	background-color: #ffffff
}

.footertxt
{
	color: #ffffff; 
	font-weight: normal; 
	font-size: 12px; 
	margin-left: 10px; 
	margin-right: 4px; 
	line-height: 16px; 
	font-family: Verdana, Tahoma, Arial, ms sans serif, helvetica;
}

.dn{
color="white";
font-face="verdana";
font-size="9";
}

.pr{
color="black";
font-face="verdana";
font-size="20";
}

a{
color="red";
text-decoration:none;
}


a:hover{
 color="blue";
 text-decoration:none;

}

/*MainPanel*/

.MainPanel
{
	width:610px;
}

/*QuotaPanel*/

.QuotaPanel
{
	width:150px;
	background-color:#ddecfe;
}

.QuotaPanel .Info{
	padding:3px;  
}


/*Toolbar*/

.Toolbar .Left
{
	background-image:url('Images/ToolbarLeft.gif');
	width:9px;
	height:26px;
}

.Toolbar .Panel
{
	background-image:url('Images/ToolbarBackground.gif');
	height:26px;	
}

.Toolbar .Right 
{
	background-image:url('Images/ToolbarRight.gif');
	width:7px;
	height:26px;
}

.Toolbar .Panel a, .Toolbar .Panel a:hover
{
	cursor:default;
	display:block;
	text-decoration: none;
	color:#000000;
}

.Toolbar .Panel a
{
	padding:2px;
}

.Toolbar .Panel a:hover
{
	background-color: #ffe7b6;
	border: #666699 1px solid;
	padding:1px;
}

.Toolbar .Panel .Icon
{
	margin-top:-2px;
	vertical-align:middle;
	width:16px;
	height:16px;
	border:0px;
}

.Toolbar .Separator
{
	margin-top:2px;
	margin-left:5px;
	margin-right:5px;
	height:15px;
	width:2px;
}

.Toolbar .Header
{
	font-weight:bold;	
}

/*Progress*/

.Progress
{
	width:140px; 	
}

.Progress .Left
{
	background-image:url('Images/ProgressLeft.gif');
	width:4px;
	height:14px;
}

.Progress .Panel
{
	background-image:url('Images/Progress.gif');
	width:132px;
	height:14px;
}

.Progress .Right
{
	background-image:url('Images/ProgressRight.gif');
	width:4px;
	height:14px;
}

.Progress .Value
{
	height:14px;
	width:0px; 	
}

fieldset
{
	border: 1px dashed #0000FF;
	padding: 3px;
	margin-top: 6px;
	margin-bottom: 6px;	
}

fieldset legend
{
	border: 1px dashed #0000FF;
	background-color: #ffffff;
	padding: 3px;
	font-weight: 700;
	margin-left: 12px;
}
