/*  General Styles  */

Body {	
	background-color : #FFFFFF;
    scrollbar-arrow-color:#CE1B22;
	scrollbar-base-color:#B4B4B4;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-face-color:#E6E6E6;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#B4B4B4;
	scrollbar-3dlight-color:#B4B4B4;
}

TD { 
	font-family:helvetica;
	font-size : 11px;
	color : #000000;
	font-weight : normal;	
}

TD A:LINK {color : #000000; text-decoration : underline;}
TD A:VISITED {color : #000000; text-decoration : underline;}
TD A:ACTIVE {color : #000000; text-decoration : underline;}
TD A:HOVER {color : #CE1B22; text-decoration : underline;}

TD.footer {font-size : 10px; color : #000000; text-decoration : none;}
TD.footer A:LINK {font-size : 10px; color : #000000; text-decoration : none;}
TD.footer A:VISITED {font-size : 10px; color : #000000; text-decoration : none;}
TD.footer A:ACTIVE {font-size : 10px; color : #000000; text-decoration : none;}
TD.footer A:HOVER {font-size : 10px; color : #CE1B22; text-decoration : underline;}

TD.price {font-size : 14px; color : #000000; text-decoration : none;}

UL {
	list-style-position : outside;
	margin-left : 20px;
}

LI {
	list-style-type : square;
	margin-bottom : 5px;
}

/*  Universal Styles  */

.Utxt1 			 {font-family:helvetica; font-size : 11px;	color : #000000; text-decoration : none;}
.Utxt1 A:LINK 	 {font-family:helvetica; font-size : 11px;	color : #000000; text-decoration : none;}
.Utxt1 A:VISITED {font-family:helvetica; font-size : 11px;	color : #000000; text-decoration : none;}
.Utxt1 A:ACTIVE  {font-family:helvetica; font-size : 11px;	color : #000000; text-decoration : none;}
.Utxt1 A:HOVER   {font-family:helvetica; font-size : 11px;	color : #FFFFFF; background-color : #CE1B22; text-decoration : none;}

.Utxt2 {font-family:helvetica; font-size : 12px; color : #CE1B22; font-weight : normal; }
.Utxt2 A:LINK {color : #CE1B22; text-decoration : none;}
.Utxt2 A:VISITED {color : #CE1B22; text-decoration : none;}
.Utxt2 A:ACTIVE {color : #CE1B22; text-decoration : none;}
.Utxt2 A:HOVER {color : #000000; text-decoration : none;}

.Utxt3 {font-size : 11px; font-family:helvetica; color : #CE1B22; text-decoration : none;}
.Utxt3 A:LINK {font-size : 11px; font-family:helvetica; color : #000000; text-decoration : none; margin-left : 15px;}
.Utxt3 A:VISITED {font-size : 11px; font-family:helvetica; color : #000000; text-decoration : none; margin-left : 15px;}
.Utxt3 A:ACTIVE {font-size : 11px; font-family:helvetica; color : #000000; text-decoration : none; margin-left : 15px;}
.Utxt3 A:HOVER {font-size : 11px; font-family:helvetica; color : #CE1B22; text-decoration : none; margin-left : 15px;}

.nav {font-size : 15px; font-family:helvetica; font-weight:bold; color : #ababab; text-decoration : none;}
.nav A:LINK {font-size : 15px; font-family:helvetica; font-weight:bold; color : #ababab; text-decoration : none;}
.nav A:VISITED {font-size : 15px; font-family:helvetica; font-weight:bold; color : #ababab; text-decoration : none;}
.nav A:ACTIVE {font-size : 15px; font-family:helvetica; font-weight:bold; color : #ababab; text-decoration : none;}
.nav A:HOVER {font-size : 15px; font-family:helvetica; font-weight:bold; color : #CE1B22; text-decoration : none;}


.Goto {
	font-family:helvetica;
	font-size : 12px;
	color : #000000;
	font-weight : normal;	
}
.Goto A:LINK {font-size : 12px; color : #000000; font-weight : bold; text-decoration : underline;}
.Goto A:VISITED {font-size : 12px; color : #000000; font-weight : bold; text-decoration : underline;}
.Goto A:ACTIVE {font-size : 12px; color : #000000; font-weight : bold; text-decoration : underline;}
.Goto A:HOVER {font-size : 12px; color : #FFFFFF; font-weight : bold; background-color : #CE1B22; text-decoration : underline;}

.StripeOutput {
	background-color : #E4E8EE; 
}

.StripeOutputAlt {
	background-color : #FFFFFF; 
}

/*  Form Styles  */

.txtBox1{
    border-top: 1px solid #CE1B22;
    border-bottom: 1px solid #CE1B22;
    border-left: 1px solid #CE1B22;
    border-right: 1px solid #CE1B22;
    background-color: #FFFFFF;
    font-family: Helvetica;
    font-size: 10px;    
    color: #000000;
}

.butnStyle1{
    font-family: Helvetica;
    font-size: 10px;    
    color: #000000;
	font-weight : normal;	   
    text-decoration: none;
}

.drpDown1{
    border-top: 1px solid #CE1B22;
    border-bottom: 1px solid #CE1B22;
    border-left: 1px solid #CE1B22;
    border-right: 1px solid #CE1B22;
    background-color: #FFFFFF;
    font-family: Helvetica;
    font-size: 10px;    
    color: #000000;
}

