TEXTAREA
{
    BORDER-TOP-COLOR: #000000;
    BORDER-LEFT-COLOR: #000000;
    BORDER-RIGHT-COLOR: #000000;
    BORDER-BOTTOM-COLOR: #000000;
    BORDER-TOP-WIDTH: 1px;
    BORDER-LEFT-WIDTH: 1px;
    FONT-SIZE: 10px;
    BORDER-BOTTOM-WIDTH: 1px;
    FONT-FAMILY: Verdana,Helvetica;
    BORDER-RIGHT-WIDTH: 1px
  }

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

.grayborder
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;	
    BORDER-BOTTOM: #cccccc 1px solid;
}

input
{
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    font-size : 10px;
    BACKGROUND-COLOR: #FFFFFF;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-BOTTOM: #000000 1px solid;
}

.button
{
    CURSOR: hand;
}


a {
     text-decoration : none;
     color: #666666;
}

a:hover {
     text-decoration : underline;
     color: #666666;
}

body, td {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 10;
    text-decoration: none;
}

hr {
    color: #000000;
    height: 1 px;
}

.title {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     font-style: italic;
	 font-size: 20;
	 font-weight: bold;
     text-decoration: none;	
}

.small {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     color: #333333;
     font-size: 9 px;
     text-decoration: none;	
}

.imageborder {
	border-style: dotted;
	border-width: 1px;
	border-color: #000000;
}

