/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #627071;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

.navigate a:link
	{
		display:block;
		font-family: Arial;
		font-style: normal;
		text-decoration: none;
		color: white;
		font-weight: bold;
		font-size: 13;
		background-image:url("images/linkback.jpg");
		width: 113px;
		padding-bottom: 4px;
		padding-top: 4px; 
		letter-spacing:1px;
	}

.navigate a:hover
	{	
		display:block;
		font-family: Arial;
		font-style: normal;
		text-decoration: none;
		color: silver;
		font-weight: bold;
		font-size: 13;
		background-image:url("images/linkback2.jpg");
		width: 113px;
		padding-bottom: 4px;
		padding-top: 4px; 
	}
	
.navigate A:visited
	{
		display:block;
		font-family: Arial;
		font-style: normal;
		text-decoration: none;
		color: white;
		font-weight: bold;
		font-size: 13;
		background-image:url("images/linkback.jpg");
		width: 113px;
		padding-bottom: 4px;
		padding-top: 4px; 
		letter-spacing:1px;
	}

.navigate a:visited:hover
	{	
		display:block;
		font-family: Arial;
		font-style: normal;
		text-decoration: none;
		color: silver;
		font-weight: bold;
		font-size: 13;
		background-image:url("images/linkback2.jpg");
		width: 113px;
		padding-bottom: 4px;
		padding-top: 4px; 
	}	

.download a:link
	{
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		font-weight:bold;
		text-decoration: underline;
		color: #268CC3;
	}

.download a:hover
	{	
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		text-decoration: underline;
		color: silver;
	}
	
.download A:visited
	{
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		font-weight:bold;
		text-decoration: underline;
		color: #268CC3;
	}

.download a:visited:hover
	{	
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		text-decoration: underline;
		color: silver;
	}
.weather
	{
		color: White;
		font-weight:normal;
		font-size: 12px;
		font-family: Arial;
	}

.whiteBold
	{
		color: White;
		font-weight:normal;
		font-size: 14px;
		font-family: Arial;
		line-height:16px;
	}
	
.whiteBold a:link
	{
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		font-weight:bold;
		text-decoration: underline;
		color: #268CC3;
	}

.whiteBold a:hover
	{	
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		text-decoration: underline;
		color: silver;
	}
	
.whiteBold A:visited
	{
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		font-weight:bold;
		text-decoration: underline;
		color: #268CC3;
	}

.whiteBold a:visited:hover
	{	
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		text-decoration: underline;
		color: silver;
	}	
	
.imageTitle
	{
		color: silver;
		font-weight:normal;
		font-size: 13px;
		font-family: Arial;
		line-height:16px;
	}	
	
	
.textbackground
	{
		padding:15px;
		border-right: #2474A5 thin solid;
		border-top: #2474A5 thin solid;
		background-color:#333333;
		color: White;
		font-weight:normal;
		font-size: 14px;
		border-left: #2474A5 thin solid;
		font-family: Arial;	
		border-bottom: #2474A5 thin solid;	
	}

.textbackground a:link
	{
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		font-weight:bold;
		text-decoration: underline;
		color: #268CC3;
	}

.textbackground a:hover
	{	
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		text-decoration: underline;
		color: silver;
	}
	
.textbackground A:visited
	{
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		font-weight:bold;
		text-decoration: underline;
		color: #268CC3;
	}

.textbackground a:visited:hover
	{	
		font-size: 13;
		font-family: Arial;
		font-style: normal;
		text-decoration: underline;
		color: silver;
	}	
