html{
        background-color : white;
    
}
.TopRow1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
        text-decoration: none;
        background-color : #996633 
}
.TopRow2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: white;
        text-decoration: none;
        background-color : #996633 
}
h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:medium;
	color: #666666;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:larger;
	color: #666666;
}
.unnamed1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	color: #666666;
}
.BodyText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
 a.BodyLink:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
    text-decoration: none;
}
 a.BodyLink:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
    text-decoration: none;
}
 a.BodyLink:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
        text-decoration: none;
}
 a.BodyLink:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
        text-decoration: none;
}
.error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #ff0000 ;
}
.BodyText2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003FFF;
        font-weight : bold
}
.BodyText3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
        font-weight : bold
}
.TableTop
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
        background-color : #f5f5f5;
        font-weight : bold
}
.TableRow1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
        background-color : white
}
.TableRow2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
        background-color : #DCDCDC
}
.WeekDay
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
        background-color : white
}
.WeekEnd
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
        background-color : #DCDCDC
}
.Red
{
	color: #ff0000;
        font-weight : bold
}
table#pure {
        table-layout: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

table.sample {
        table-layout: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: white;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: #DCDCDC;
	
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: gray gray gray gray;
	background-color: white;
	white-space: nowrap;
        
}
.TopRow2 a.tr:link {text-decoration: underline; color: white;}
.TopRow2 a.tr:visited {text-decoration: underline; color: white;}
.TopRow2 a:link {text-decoration: none; color: white;}
.TopRow2 a:visited {text-decoration: none; color: white;}
.TopRow2 a:active {text-decoration: underline; color: white;}
.TopRow2 a:hover {text-decoration: none; color: white;}
textarea#in{
   font-size:10px;
   font-family:Verdana,sans-serif;
   color: #666666;
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#AAAAAA;
   border-width:1px;
   width:350px;
}

input#but{
   font-size:10px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#666666;
   background-color:#DDDDDD;
   border-style:ridge;
   border-color:#222222;
   border-width:1px;
   cursor:pointer;
}

input#in {
   font-size:11px;
   font-family:Verdana,sans-serif;
   color: #666666;
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#AAAAAA;
   border-width:1px;
  width:350px;
}
