/* 
created by Paul G. Maxner 2004
*/

td.button {
font-style : normal; 
font-weight : normal; 
font-size : 9pt; 
font-family : Arial;
background : #eeeeee; 
border-top : 1px solid #ffffff; 
border-left : 1px solid #ffffff; 
border-right : 1px solid #ffffff; 
}
div.button {
font-style : normal; 
font-weight : bold; 
font-size : 9pt; 
font-family : Arial;
background : #eeeeee; 
margin : 4px;  
}
a.button:link {
color : #003d70; 
text-decoration : none;
margin : 4px;  
} 
a.button:visited {
color : #003d70; 
text-decoration : none;
margin : 4px; 
} 
a.button:hover {
color : #3D7EFF; 
text-decoration : none;
margin : 4px;
} 
a.button:active {
color : #3D7EFF; 
text-decoration : none;
margin : 4px;
} 
