@charset "utf-8";
/* CSS Document */


body,td,th {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #ffffff;
	 font-size: 10pt;
}

/*Hyperlink Style*/
a {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #cab5e2;
	 text-decoration:none;
} 

/*Hyperlink Hover Style*/
a:hover {
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	 color: #cab5e2; 
	 text-decoration:underline;
}

.button a {
                display:inline-block;
                padding:15px 30px;
                font-size:16px;
                text-transform:uppercase;
                color:#fff;
                text-decoration:none;
                margin-top: 10px;
                font-style:normal;
                background-color: #19688F;
                font-weight: 500;
}

.button a:hover {
                background-color: #0E3860;
                -webkit-transition: all 0.4s ease;
                -moz-transition: all 0.4s ease;
                -o-transition: all 0.4s ease;
                transition: all 0.4s ease;
}
