/* CSS Document */

/*Body Styles*/
body {
	background-color: #3c0060;
}

.bodytext1 {
	font-family:"Trebuchet MS";
	color:#ffffff;
	font-size:10pt;	
}

.bodytext2 {
	font-family:"Trebuchet MS";
	color:#fee179;
	font-size:10pt;	
}

.bodytext3 {
	font-family:"Trebuchet MS";
	color:#000000;
	font-size:10pt;	
}


.subheadgold {
	font-family:"Trebuchet MS";
	color:#fee179;
	font-size:18pt;	
}

.subheadpurple {
	font-family:"Trebuchet MS";
	color:#8a1fa1;
	font-size:14pt;	
}

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

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

/* Additional Link Style*/
a.purple_links {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #8a1fa1;
	font-size: 10pt;
}

a.purple_links:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color: #8a1fa1;
	font-size: 10pt;
}

/*Border Solid or Dashed*/
.border_solid {
	border: 1px solid #eceaec;
}

.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eceaec;
}

.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: #3C0060;
                font-weight: 500;
}

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

