
        Alert {
            titleStyleName: "alertTitle";
            messageStyleName: "alertMessage";
            buttonStyleName: "alertButton";
            dropShadowEnabled: true;
            shadowDistance: 5;
            shadowDirection: right;
            cornerRadius: 12;
            embedFonts: true;
            font-family: Verdana;
            background-color: #FFFFFF;
            border-color: #680005;
        }

        .alertTitle {
            letterSpacing: 0;
            fontSize: 14;
            color: #FFFFFF;
            font-family: Verdana;
        }

        .alertMessage {
            letterSpacing: 0;
            fontSize: 12;
            fontWeight: normal;
            color: black;
            font-family: Verdana;
        }

        .alertButton {
            letterSpacing: 0;
            fontSize: 16;
            cornerRadius: 10;
            fontWeight: bold;
            textRollOverColor: green;
            color: #680005;
            skin: ClassReference(null);
            font-family: Verdana;
            border-color: #000000;
        }

ApplicationControlBar {
   fillAlphas: 0.81, 1;
   fillColors: #000000, #000000;
   shadowDirection: right;
   color: #FFFFFF;
}

Button {
   fillAlphas: 1, 1, 1, 1;
   fillColors: #8f4245, #6b0005, #f2ee2f, #f2ee2f;
   color: #ffffff;
   borderColor: #000000;
   themeColor: #000000;
   fontWeight: bold;
   fontFamily: Verdana;
}


Panel {
   borderColor: #666666;
   borderAlpha: 1;
   roundedBottomCorners: true;
   shadowDirection: right;
   titleStyleName: "mypanelTitle";
}

.mypanelTitle {
   color: #ffffff;
}

RadioButton {
   letterSpacing: 0;
   fillAlphas: 1, 1, 1, 1;
   color: #000000;
   themeColor: #ffff00;
   fontWeight: normal;
}

TextInput {
   borderStyle: inset;
   dropShadowEnabled: true;
}

.title1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.title1 a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.title2black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.bodytextW {

	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.bodytextB {


	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.bottommenu a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
	padding-bottom: 2px;
}
.imageborder a{
border-width:1px;
border-color: #000000;
}
.imageborder {
border-width:1px;
border-color: #000000;
}
.bottomtile {
background-image:url(images/tile2.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
.toptile {
background-image:url(images/tile1.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
.bodytextWb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodytextBb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
