/* Common tags */

	body	{
				font-family: verdana, arial, helvetica, sans-serif;
				font-weight: normal;
				font-size: 10pt;
				color: #000000;
			}
			
	td	{
				font-family: verdana, arial, helvetica, sans-serif;
				font-weight: normal;
				font-size: 10pt;
				color: #000000;
			}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #FFFFFF;
	}
	
#navigation a {
	font-family: verdana, arial, helvetica, sans-serif;
				font-weight: bold;
				font-size: 10pt;
				color: #000000;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding:8px 8px 8px 8px;
	}
	
#navigation a:hover {
	background: #F49213;
	color:#000000;
	}


/* Links */

	.a	{
			font-size: 10pt;
			font-weight: bold;
			color: #FFCC33;
		}

	a:link		{
					font-size: 10pt;
			font-weight: bold;
			color: #FFCC33;
				}


	a:active	{
					font-size: 10pt;
			font-weight: bold;
			color: #FFCC33;
				}


	a:hover		{					
					font-size: 10pt;
			font-weight: bold;
			color: #FFCC33;
				}
				
				a:visited		
				{					
					font-size: 10pt;
				font-weight: bold;
				color: #3AFFFC;
				}
