/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #cccc99;
}

a:link
	{
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
		font-size: 10pt;
		text-decoration: underline;
		color: #47371f;
	}

a:hover
	{
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
		font-size: 10pt;
		text-decoration: underline;
		color: #ded5b4;
	}
	
A:visited
	{
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
		font-size: 10pt;
		text-decoration: underline;
		color: #47371f;
	}

a:visited:hover
	{
		font-family: Arial;
		font-style: normal;
		font-weight: bold;
		font-size: 10pt;
		text-decoration: underline;
		color: #ded5b4;
	}

.message
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a3921;
}

.navigate a:link
	{
		display:block;
		font-family: Arial;
		font-style: normal;
		text-decoration: none;
		color: #47371f;
		font-weight: bold;
		font-size: 13;
		background-image:url("images/linkbar1.jpg");
		width: 109px;
		padding-bottom: 10px;
		padding-top: 6px; 
	}

.navigate a:hover
	{
		display:block;
		font-family: Arial;
		font-style: normal;
		text-decoration: none;
		color: #47371f;
		font-weight: bold;
		font-size: 13;
		background-image:url("images/linkbar2.jpg");
		width: 109px;
		padding-bottom: 6px;
		padding-top: 10px; 
		padding-left: 5px
	}
	
.navigate A:visited
	{
		display:block;
		font-family: Arial;
		font-style: normal;
		text-decoration: none;
		color: #47371f;
		font-weight: bold;
		font-size: 13;
		background-image:url("images/linkbar1.jpg");
		width: 109px;
		padding-bottom: 10px;
		padding-top: 6px; 
	}

.navigate a:visited:hover
	{
		display:block;
		font-family: Arial;
		font-style: normal;
		text-decoration: none;
		color: #47371f;
		font-weight: bold;
		font-size: 13;
		background-image:url("images/linkbar2.jpg");
		width: 109px;
		padding-bottom: 6px;
		padding-top: 10px; 
		padding-left: 5px
	}
	
.weather
	{
		color: #47371f;
		font-weight:normal;
		font-size: 12px;
		font-family: Arial;
	}
.tableHeader
{
	background-color: #f1ece1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4a3921;
	font-weight:bold;
	text-align: center;	
}

.companyInfo
{
	color: #6f4418;
	font-weight: normal;
	font-size: 14;
}
