body	{
	background-image: url('images/gras1a.gif');
	background-color: #C2E0C2;
	background-repeat: repeat;
	background-attachment: fixed;
	text: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-position: 0% 50%;
	}

A		{
	text-decoration: none;
	color: #FFFFFF;
	font : italic lighter medium;
	}

A:hover	{
	font : italic bold medium;
	}

.txtBlue {
	color: blue;
	font-weight: bold;
	font-size: medium;
	font-style: italic;
	}
	
.teltxt {
	color: #990000;
	font-weight: bold;
	font-size: small;
	font-style: italic;
	}

.txtGreen {
	color: #003300;
	font-weight: bold;
	font-size: smaller;
	font-style: italic;
	}
	
.txtGreenNorm {
	color: #003300;
	font-weight: normal;
	font-size: small;
	font-style: normal;
	}
	
.txtRed {
	color: #990000;
	font-weight: bold;
	font-size: large;
	font-style: italic;
	}
	
.popup { 
    background-image: url('images/popupback.png');
    background-repeat: no-repeat;
    height: 100px;
    padding: 28px 10px 10px 10px;
    font-size: 8px;
    text-align:left;
    } 

