/*
Ela Travel Online Global Style Sheet
Author: Ted Chukere - MadCobra Interactive.
Date: March, 2003 
*/

/*
Styles for General Styles
*/
BODY {font-family:Arial, Helvetica, sans-serif; font-size:11pt; color:Black;}
P {font-size:10pt;}
P.sub {color:blue; font-weight:bold; font-size:11pt; margin-left:0em; }

/*
Styles for Buttons & Text Fields
*/
SELECT.optSelect {background: C5C5C5; COLOR: 663366; FONT-FAMILY: Arial; FONT-SIZE: x-small; FONT-WEIGHT: bold}
INPUT.txt {background: C5C5C5; COLOR: 663366; FONT-FAMILY: Arial; FONT-SIZE: x-small; FONT-WEIGHT: bold}
INPUT.btn {
background: #336699; 
CURSOR: hand; 
FONT-FAMILY: Verdana, Arial; 
FONT-SIZE: x-small; 
COLOR: #FFFFFF; 
FONT-WEIGHT: bold;
type:button;}

/*
Styles for Links
*/
A {
	FONT-family: Arial;
	FONT-size:8pt;
	FONT-weight: bold;
	text-decoration: none;
}
A:hover{color:006600;}
A:link {color:0000FF;}
A:active {color:006600;}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.subHeadr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #89AACB;
	background-position: center center;
	font-weight: bold;
	font-style: normal;

}
.pgText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	text-transform: capitalize;

}

