/** 
{
	font-family: Arial;
	font-size: 12pt;
}*/
body {
	line-height: 1.2;
	color: #1e2022;
	text-align: center;
	background: #fcfcfc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#content {
	margin-left: 20px;
}
#content h1 {
	color: #0E5031;
}

a {
  text-decoration: none;
  color: #005ace;
}
a:hover {
  text-decoration: underline;
  color: #39f;
}
.shortinput
{
    width: 25px;
}
.normalinput
{
    width: 205px;
}
ul#menu
{
   margin: 0 0 0 0;
   padding: 0 0 0 0; 
}
ul#menu li
{
    background-image: url(../images/button.gif);
    background-repeat: no-repeat;
    width: 163px;
    height: 44px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style-type: none;
    text-align: center;        
}
ul#menu li a
{       
    color: White; 
    font-size: 10pt;   
    font-weight: bold;
    line-height: 37px;
}
ul#menu li a:hover
{
    text-decoration: none;
    color: #3399ff;
}

