a {font-size:12px;:text-decoration:none;font-weight:bold;}
a:link {text-decoration:none;font-weight:bold;color:black;}
a:visited {text-decoration:none;font-weight:bold;color:black;}
a:hover {text-decoration:none;font-weight:bold;}
a:active {text-decoration:none;font-weight:bold;}

.Bolster {
	width:220px;
}

.Clickbutton {
    background-color:#CCC;
    padding-left:5px;
    padding-right:5px;
    border-style:solid;
    border-bottom_width:1px;
    border-top-width:1px;
    border-left-width:1px;
    border-right-width:1px;
    border-color:#999;
    height:23px;
    line-height:23px;
    text-align:center;
    font-weight:bold;
    vertical-aling:middle;
    font-family:verdana;
    font-weight:bold;
    font-size:12px;
    color:#000;
  }

.Form
  {
    background-color:#FFFFFF;
    padding:5px;
   	
    border-style:solid;
    border-width:1px;
    border-color:#999999;
    line-height:23px;
    vertical-align:middle;
    font-family:verdana;
    font-weight:normal;
    font-size:12px;
  }

.Number
 {
    font-family:verdana;
    font-weight:bold;
    font-size:12px;
 }

.Input{
  border-width:1px 1px 1px 1px;
  border-color: #999999;
  padding-bottom: 5px;
}

.InputField{
	width:200px;
}

a.button {
    background: transparent url('../images/bg_button_a2.gif') no-repeat scroll top right;
    color: #444;
    display: block;	
    font: normal 10px verdana;
    height: 24px;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    margin-top: 5px;
    text-align: center;		
}

a.button span {
    background: transparent url('../images/bg_button_span2.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}

.logo {
	 height:25px;
	 width:200px;
}


