/* Global Styles */

body {
	margin:0px;
	font-size: small;
	}

h2 {
	font-size: medium;
	}
	
td {
	color:#F5DEB3;
	}
	
a {
	color: #ff6600;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}

/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("../img/gdi_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("../img/gdi_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
#logo 	{
	color: #CCFF99;
	letter-spacing:.2em;
	line-height:30px;
	}

#tagline {
	color:
	}