/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 14px;
	background-image: url(Images/dl_tanbar_background.gif);
	margin: 10px;
	word-spacing: normal;
	text-transform: none;
	font-family: Times New Roman, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: tan;
	text-align: center;
}

Legend
{
	font-weight: bold;
	font-size:	12px;
	color: #000066;
}

A:link {
        color: #005400;
	text-decoration: underline;
font-weight: bold;
}	
		
A:visited	{	
	text-decoration:	underline;
	color:	#005400;
font-weight: bold;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#005400;
font-weight: bold;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#000066;
font-weight: bold;
	}
	
SMALL	{	
	font-size:	10px;
	}	

BIG	{	
    font-weight: bold;
	font-size:	18px;
	color: #000066;
	}

TD 
{
	font-size:	14px;
	color: black;
}

.Footer
{
font-size: 14px;
font-weight: bold;
color: #000066;
}

.LinkMenu
{
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	width: 100%;
	border-bottom: thin solid;
	background-color: #000066;
}

.LinkItem
{
	color: white;
	font-weight: bold;
	text-decoration:	none;
}