.Text40 { font-size: 40px; }
.Text30 { font-size: 30px; }
.Text25 { font-size: 1.6em; }
.Text14 { font-size: .9em; }
.Text13 { font-size: .8em; }
.Text11 { font-size: .7em; }
.Text10 { font-size: .65em; }

.arial { font-family: "Arial"; }
.TextHeight { line-height: 1.3em; }

.white { color: #FFFFFF; }
.blue { color: #95C1DA; }
.brown { color: #B2AE9D; }
.grey { color: #909090; }

.linkWhite:link, .linkWhite:visited {  }
.linkWhite:hover { color: #FFFFFF; }





A.MenuLink:link
{
	color : #B2AE9D;
	font-family : "Arial";
	font-size : .7em;
	font-weight : normal;
	text-decoration : none;
	line-height : 2em;
}

A.MenuLink:visited
{
	color : #6F7070;
	font-family : "Arial";
	font-size : .7em;
	font-weight : normal;
	text-decoration : none;
	line-height : 2em;
}


A.MenuLink:hover
{
	color : #000000;
	font-family : "Arial";
	font-size : .7em;
	font-weight : normal;
	text-decoration : none;
	line-height : 2em;
        background : #E3F2F3;
}




