body {
	margin: 0px;
	background-color: 221d56;
	overflow: auto;
	cursor: default;
	scrollbar-arrow-color: E3B39A;
	scrollbar-base-color: 211c52;
}
td {
	font-family: Arial, Verdana;
	font-size: 12px;
	color : FFFFFF 
}
.main-text {
	text-align: justify;
	font-size: 11px; 
	font-family: Arial, Verdana;
	color : ffffff	
}
.text-pink {
	text-align: justify;
	font-size: 13px; 
	font-family: Arial, Verdana;
	color : fff200;
}
.text-title {
	text-align: justify;
	font-size: 24px; 
	font-family: Arial, Verdana;
	color : FFFFFF;
}
.text-title-pink {
	text-align: justify;
	font-size: 24px; 
	font-family: Arial, Verdana;
	color : fff200;
}
.text-title-med {
	text-align: justify;
	font-size: 18px; 
	font-family: Arial, Verdana;
	color : FFFFFF;
}
.text-title-pink-med {
	text-align: justify;
	font-size: 16px; 
	font-family: Arial, Verdana;
	color : fff200;
}
.text-title-small {
	text-align: justify;
	font-size: 14px; 
	font-family: Arial, Verdana;
	color : FFFFFF;
}
.text-title-pink-small {
	text-align: justify;
	font-size: 14px; 
	font-family: Arial, Verdana;
	color : fff200;
}
.text-menu {
	text-align: justify;
	font-size: 11px; 
	font-family: Verdana,Arial;
	color : FFFFFF	
}
.text-menu-pink {
	text-align: justify;
	font-size: 11px; 
	font-family: Verdana,Arial;
	color : fff200
}
.text-menu-pink-12 {
	text-align: justify;
	font-size: 12px; 
	font-family: Verdana,Arial;
	color : fff200	
}
.text-footer {
	font-size: 10px; 
	font-family: Arial, Verdana;
	color : FFFFFF;
}
ul, li {
	padding: 0px;
	margin-left: 9px;
	margin-top: 10px;
}
.scrollbar {
 	scrollbar-arrow-color: FFFFFF;
	scrollbar-base-color: 211c52;
}
.buttons {
	font-family : Verdana, Arial;
	background-color : FFFFFF;
	font-size : 10px;
	color : 000000;
	border-width: 1px;
	padding-left: 4;
	padding-right: 4;
	padding-top: 1;
	padding-bottom: 1;

}
.fields {
	font-family: Arial, Verdana; 
	color: 000000; 
	font-size: 11px;
	border-width: 1px; 
	border-style: solid; 
	border-color: 000000; 
	padding-left: 4; 
	padding-right: 4; 
	padding-top: 1; 
	padding-bottom: 1;
	background-color: FFFFFF;
}
:link, :visited { text-decoration: none; }
:link:focus, :visited:focus { color: FFFFFF; }
:link { color: FFFFFF; }
:visited { color: FFFFFF; }
:link:hover, :visited:hover { color: fff200; }
:link:active, :visited:active { color: FFFFFF; }
