/***** Buttons *****/

.FixedButton{
width: 260 px; 
color: #791547; 
background: #F7C600;
}

.FixedButton1{
width: 260 px; 
color: #ffffff; 
background: #791547;
}


.FixedButton2{
width: 180 px; 
color: #791547; 
background: #F7C600;
}
.FixedButton3{
    	BACKGROUND-COLOR: #21396B;
    	BORDER-BOTTOM: #A63C78 2px solid;
    	BORDER-LEFT: #BD99AD 2px solid;
    	BORDER-RIGHT: #A63C78 2px solid;
    	BORDER-TOP: #BD99AD 2px solid;
    	COLOR: #ffffff;
    	CURSOR: hand;
    	FONT-FAMILY: verdana, arial, helvetica;
    	FONT-SIZE: 100%;
	FONT-WEIGHT: bold;
	WIDTH: 150px
}

.FixedButton4{
width: 260 px; 
}


/***** Buttons 
#9C0031 red-purple
#000084 blue
*****/

/***** Colors for dropdowns, etc *****/
.color1 {
        color: lightblue;
        background: navy;
        font-weight: bold;
        }

.color2 {
        color: lightblue;
        background: navy;
	}

.color3 {
        color: green;
        background: lightgreen;
        }

.color4 {
	width: 50 px; 
        color: #800000;
        background: #F7C600;
        font-weight: bold;
        }

.color5 {
	width: 50 px; 
        color: #800000;
        background: #AAD5FF;
        font-weight: bold;
        }

.color6 {
	width: 150 px; 
        color: #800000;
        background: #AAD5FF;
        font-weight: bold;
        }

.color7 {
	width: 260 px; 
        color: #800000;
        background: #AAD5FF;
        font-weight: bold;
        }

.color8 {
	color: #800000;
        background: #AAD5FF;
        }
        
.inlinecolor  {
        BACKGROUND-COLOR:#AAD5FF;
        }



