﻿<!--

/* CSS Document */

img, table, td { behavior: url(include/iepngfix.htc) }

body {
		margin: 15px 0 0 0;
		background-image: url(../images/bg.gif);
		background-repeat: repeat;
		background-color: #000000;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
	}

table {
		font-size: 13px;
	}


.content {
		background-image: url(../images/overlay_grain.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #000000;
	}

.mapDescription {

		color: #ffffff;
		line-height: 20px;
		padding: 25px 25px 15px 42px;
	}

.footerText {
		color: #666666;
		font-size: 11px;
	}
	
.dottedlinelong
{
border-right: 1px dashed #ffffff; 
margin-top: 30px;
}	
	
	
.textError
{
color: #f00;
font-weight: bold;

}	
	
.fontBig {	
		font-size: 16px;
		font-weight: bold;
	}

.fontGreenBold {
		font-weight: bold;
		color: #b9b723;
	}
	
	
	
	

	
/* Links */


a:link, a:active, a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	
a:hover {
		text-decoration: none;
	}

a.footer:link, a.footer:active, a.footer:visited {
		text-decoration: underline;
		color: #666666;
	}

a.footer:hover {
		text-decoration: none;
	}

a.sidebar:link, a.sidebar:active, a.sidebar:visited {
		color: #b9b723;
		text-decoration: underline;
		line-height: 35px;
	}

a.sidebar:hover {
		color: #f7f551;
	}

	
-->