/*  
Author URI: Starlight Airlines
Version: 1.0
Author: Starlight Airlines

*/


* { margin: 0; padding: 0; }
body {
background:FFFFFF;
font:12px Arial, Helvetica, sans-serif;
color:#7C7C7C;
background-image: url(../images/mainbg.jpg);
 
}


/* Links -----------------------------------------------------------------------*/
a { color: #666666; text-decoration: none; outline:none; }
a:hover { color:#FF0000; }

	
.sidebarlinkshome  { color: #FFFFFF; font-size: 12px; font-family: Arial, Arial, Helvetica, sans-serif; text-decoration: none;}
.sidebarlinkshome:hover {  font-family: Arial, Arial, Helvetica, sans-serif; font-size: 12px; color:#FFFFFF; text-decoration: underline;}
	

 .normalsmall {font-size: 11px}
	

 .track {font-size: 12px; color: #FFFFFF;}
 
  .trackbutton {font-size: 12px; color: #000000;}
  
   .msg {font-size: 18px; color: #FFFFFF;}
	
.message {
	width:245px;
	height: auto;	
	color: #999999;
	font:22px Arial, Helvetica, sans-serif;
	line-height: 35pt;
	

}
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */
.clearfix:after { content: "."; clear: both; height:0; 	visibility:hidden; display: block; }
.clearfix { display: inline-block; /* Fixes IE/Mac */ }
/* Hides from IE-mac \*/ * html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

