td {
	text-align: left;
	vertical-align: top;
	font-family:Tahoma;
	font-size:11px;
	color:373737;
}
a {
	text-decoration: none;
}
a.1 {
	text-decoration: underline;
	color: FFFFFF;
	font-family:Verdana;
	font-weight:bold;
}
a.2 {
	text-decoration: none;
	color: 000B4D;
}

.t11 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
}
.t9 {
	font-family: Tahoma;
	font-size: 9px;
	font-style: normal;
}
.style1 {
	color: #495631;
	font-weight: bold;
}
.style2 {
	color: #ff0000;
	font-weight: bold;
}
.style4 {font-family: Tahoma; font-size: 9px; font-style: normal; font-weight: bold; }
.style5 {color: #FFFFFF; font-size: 12px; font-style: normal; text-decoration: none; font-weight: bold;}
.style55 {color: #FFFFFF; font-size: 12px; font-style: normal; text-decoration: none; font-weight: bold;}


/* Download button */




div.downloadButtons {
    margin-top: 15px;
}



/* Big button */
span.button a { 
    height: 32px;
    font: bold 18px/32px Helvetica, Arial, sans-serif;
    text-decoration: none;
    float: left;
    display: block;
    overflow: hidden;
}
    span.button a span {
        display: block;
        white-space: nowrap;
        padding: 5px 12px 5px 0;
        line-height: 23px;
        cursor: pointer;
    }


/* Download button */
span.button a.green {
    color: #FFFFFF;
    padding: 0 0 0 12px;
    background: #87C80A url(http://lanultra.net/images/green_comp_left.png) left top no-repeat;
}
span.button a.green:hover {
    padding: 0 0 0 12px;
    background: #87C80A url(http://lanultra.net/images/green_comp_left.png) 0 -32px no-repeat;
}
    span.button a.green span {
        background: #87C80A url(http://lanultra.net/images/green_comp_right.png) right top no-repeat;
    }
    span.button a.green:hover span {
        background: #87C80A url(http://lanultra.net/images/green_comp_right.png) right -32px no-repeat;
    }


