/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A:link {
          text-decoration: none; 
          color: black;
         }
  A:visited {
             text-decoration: none; 
             color: black;
            }
  A:active {
            text-decoration: none; 
            color: black;
           }
  A:hover {
           text-decoration: underline; 
           color: black;
          }

a.plain:link    {text-decoration:none;color:#000099;background-color:transparent}
a.plain:visited {text-decoration:none;color:#000099;background-color:transparent}
a.plain:active  {text-decoration:none;color:#0000FF;background-color:transparent}
a.plain:hover   {text-decoration:none;color:#0000FF;background-color:transparent}

a.left:link    {text-decoration:none;color:#FFFFFF;background-color:transparent}
a.left:visited {text-decoration:none;color:#FFFFFF;background-color:transparent}
a.left:hover   {text-decoration:underline;color:#0000FF;background-color:transparent}
a.left:active  {text-decoration:underline;color:#0000FF;background-color:transparent}

.style1 {
	font-family: Tahoma;
	font-size: 10px;
}
.style2 {
	font-family: Tahoma;
	font-size: 8pt;
}
.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.style4 {
	font-family: Tahoma;
	font-size: 8pt;
}
.style5 {font-family: Tahoma; font-size: 12px; font-weight: bold; }
.style6 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.style7 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px;color: #FF0000}
.style8 {font-family: Tahoma; font-size: 8pt; font-weight: bold; }
.style88 {font-family: Tahoma; font-size: 11pt; font-weight: bold; }

.error  {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;  
}

.title  { font-family: Tahoma; background: none; color: #000000; font-size: 12px; font-weight: bold; text-decoration: none }

input.text, textarea{
	border:			1px solid #888888;
}

span.bold{
	font-weight:	bold;
}

span.hilight{
	color:			#ff0000;
}
span.alert{
	font-family: Tahoma;
	font-size: 11px;
	font-weight:	bold;
	color:			#ff0000;
}




