/* Transportation Security Administration */
/*  U.S. Department of Homeland Security  */
/*           http://www.tsa.gov           */
/*        CSS: Global Link Classes        */


/* DEFAULT LINKS */
a 			{color: #003366; text-decoration: underline;}
a:link		{color: #003366; text-decoration: underline;}
a:visited	{text-decoration: underline;}
a:hover		{color: #666666; text-decoration: underline;}
a:active 	{color: #666666; text-decoration: none;}
img a {text-decoration:none;}

/* FOOTER LINKS */
.footer a:link		{font-size:0.9em; color: #666; text-decoration: none;}
.footer a:visited	{font-size:0.9em; color: #666; text-decoration: none;}
.footer a:hover		{font-size:0.9em; color: #666; text-decoration: underline;}
.footer a:active	{font-size:0.9em; color: #666; text-decoration: none;}

/* COLUMN-C LINKS */
#column-c a:link	{color: #003366; text-decoration: none;}
#column-c a:visited	{color: #003366; text-decoration: none;}
#column-c a:hover	{color: #666666; text-decoration: underline;}
#column-c a:active	{color: #666666; text-decoration: none;}

/* SECTION NAVIGATION LINKS */
#column-a ul li a:link 		{color: #036; text-decoration: none;}
#column-a ul li a:visited 	{color: #036; text-decoration: none;}
#column-a ul li a:hover 	{color: #036; text-decoration:underline;}
#column-a ul li a:active 	{color: #036; text-decoration:none;}

/* BACK TO TOP LINKS */
a.backtotop {margin:0px 0px 5px 0px;
	background:transparent url(/eot2008/20080917231441oe_/http://www.tsa.dhs.gov/graphics/back2top.gif) no-repeat 0px 3px;
	padding:0px 0px 5px 15px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;}	
a:hover.backtotop {margin:0px 0px 5px 0px;
	background:transparent url(/eot2008/20080917231441oe_/http://www.tsa.dhs.gov/graphics/back2top_hover.gif) no-repeat 0px 3px;
	padding:0px 0px 5px 15px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration:underline;}