/* Global Styles */

body {
	background-color: #000000;
}

html {	
	scrollbar-base-color: #C9B56E;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #C9B56E;
	scrollbar-shadow-color: #C9B56E;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: #C9B56E;
	scrollbar-highlight-color: #C9B56E;
	scrollbar-3dlight-color: #C9B56E;
}
.styleNab3 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; }
.styleNab6 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 6px; }
.styleNab8 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 8px; }
.styleNab10 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 10px; }
.styleNab12 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 12px; }
.styleNab14 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 14px; }
.styleNab16 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 16px; }
.styleNab18 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 18px; }
.styleNab20 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 20px; }
.styleNab22 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 22px; }
.styleNab24 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 24px; }
.styleNab26 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 26px; }
.styleNab28 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 28px; }
.styleNab30 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 30px; }
.styleNab32 {color: #E000E0; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 32px; }


.styleNab3_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic";}
.styleNab6_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 6px;}
.styleNab8_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 8px; }
.styleNab10_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 10px;  }
.styleNab10_white_bold {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 10px; font-weight: bold; }
.styleNab12_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 12px; }
.styleNab14_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 14px; }

.styleNab16_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 16px; }
.styleNab18_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 18px; }
.styleNab20_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 20px; }
.styleNab22_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 22px; }
.styleNab24_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 24px; }
.styleNab26_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 26px; }
.styleNab28_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 28px; }
.styleNab30_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 30px; }
.styleNab32_white {color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 32px; }

a:link {
	text-decoration: none;
	color: #E000E0;
}
a:visited {
	text-decoration: none;
	color: #E000E0;
}
a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}
a:active {
	color: #E000E0;
	text-decoration: none;
	
}
a.speciallink {
	color: #FFFFFF; font-family: "BankGothic Md BT", "Century Gothic"; font-size: 12px;
} 

fundraw {
	border-style:solid;
	border-width:1px;
	border-color:#E0E000;
	background-color:transparent;
}

html {	
	scrollbar-base-color: black;
	scrollbar-arrow-color: #E000E0;
	scrollbar-track-color: black;
	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: black;
	scrollbar-3dlight-color: black;
}