/* Airport Spanair CSS */
body {
	background: #FFFFFF;
	margin:0px 0px 0px 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

/* RED */

.redbu11 {
	font-size: 11px;
	color: #D70018;
	font-weight : bold;
	text-decoration : underline;
}

.redu11 {
	font-size: 11px;
	color: #D70018;
	font-weight : none;
	text-decoration : underline;
}

.redb12 {
	font-size: 12px;
	color: #D70018;
	font-weight : bold;
	text-decoration : none;
}

.redb24 {
	font-size: 24px;
	color: #D70018;
	font-weight : bold;
	text-decoration : none;
}

/* GREEN */

.greenb12 {
	font-size: 12px;
	color: #4CAB26;
	font-weight : bold;
	text-decoration : none;
}

.greenb24 {
	font-size: 24px;
	color: #4CAB26;
	font-weight : bold;
	text-decoration : none;
}

/* BLUE */

.blueb16 {
	font-size: 16px;
	color: #0066CC;
	font-weight : bold;
	text-decoration : none;
}

/*  GRAY */

.gray11 {
	font-size: 11px;
	color: #494F5A;
	font-weight: none;
	text-decoration : none;
}

.grayb11 {
	font-size: 11px;
	color: #494F5A;
	font-weight: bold;
	text-decoration : none;
}
.grayb12 {
	font-size: 12px;
	color: #494F5A;
	font-weight: bold;
	text-decoration : none;
}
.grayb14 {
	font-size: 14px;
	color: #494F5A;
	font-weight: bold;
	text-decoration : none;
}


/* WHITE */
.white11 {
	font-weight:none; 
	color:#FFFFFF; 
	font-size:11px;
	text-decoration : none;
}

.bckglinks {
	background: #cccccc;
}