p {  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
ul {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:link {text-decoration: underline}
A:visited {text-decoration: underline}
A:active {text-decoration: underline}
A:hover {text-decoration: none; color: red;}

TABLE.menu A {
	BORDER-RIGHT: #333333 1px solid;
        BORDER-TOP: #333333 1px solid;
        DISPLAY: block;
        BORDER-LEFT: #333333 1px solid;
        WIDTH: 140px;
        BORDER-BOTTOM: #333333 1px solid
}
DIV.menu A {
        BACKGROUND: #003366;	
        PADDING-RIGHT: 5px;
        PADDING-LEFT: 5px;
        FONT-SIZE: 11px;
        PADDING-BOTTOM: 2px;
        COLOR: #FFFFFF;
        LINE-HEIGHT: 16px;
        PADDING-TOP: 2px;
        FONT-FAMILY: Tahoma, verdana, sans-serif;
        WIDTH: 140px;
        TEXT-DECORATION: none;
        font-weight: bold;
}
DIV.menu A:active {
	BACKGROUND: #003366;
        COLOR: #FFFFFF;
        TEXT-DECORATION: none
}
DIV.menu A:visited {
	BACKGROUND: #003366;
        COLOR: #FFFFFF;
        TEXT-DECORATION: none
}
DIV.menu A:hover {
	BORDER-RIGHT: #000000 1px solid;
        BORDER-TOP: #000000 1px solid;
        BACKGROUND: #EAEAEA;
        BORDER-LEFT: #000000 1px solid;
        COLOR: #000099;
        BORDER-BOTTOM: #000000 1px solid;
        TEXT-DECORATION: none
}
body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
}
td {  
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 4px;
    margin-left: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    text-decoration: underline;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a.button:hover {
    background-position: bottom right;
    color: #000;
    text-decoration: underline;
    outline: none; /* hide dotted outline in Firefox */
}
  
a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */  
}
a.cfo_button {
    background: transparent url('bg_cfo_button_a.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 4px;
    margin-left: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
}

a.cfo_button span {
    background: transparent url('bg_cfo_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.cfo_button:active {
    background-position: bottom right;
    color: #ffffff;
    text-decoration: underline;
    outline: none; /* hide dotted outline in Firefox */
}

a.cfo_button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a.cfo_button:hover {
    background-position: bottom right;
    color: #ffffff;
    text-decoration: underline;
    outline: none; /* hide dotted outline in Firefox */
}
  
a.cfo_button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */  
}

a.cpa_button {
    background: transparent url('bg_cpa_button_a.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 4px;
    margin-left: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    font-weight: bold;
}

a.cpa_button span {
    background: transparent url('bg_cpa_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.cpa_button:active {
    background-position: bottom right;
    color: #ffffff;
    text-decoration: underline;
    outline: none; /* hide dotted outline in Firefox */
}

a.cpa_button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a.cpa_button:hover {
    background-position: bottom right;
    color: #ffffff;
    text-decoration: underline;
    outline: none; /* hide dotted outline in Firefox */
}
  
a.cpa_button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */  
}
.small_white {
  font-size: 11px;
  color: #FFFFFF;
  line-height: 14px;
  PADDING-RIGHT: 6px;
  PADDING-LEFT: 6px;
  padding-bottom: 10px;

}
a.small_white {
  font-size: 11px;
  color: #FFFFFF;
  padding-bottom: 10px;
text-decoration: underline;

}
a.small_white:hover {
  font-size: 11px;
  text-decoration: none;
  color: #FFFFFF;
  padding-bottom: 10px;

}
.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#ffff00;
color:#000;
font-weight:bold;
padding: 1px 2px;

}


