
body {
	font-family: Arial;
	text-align:left;
}


.linkflat {

	text-decoration: none;
}

.title {
	color: #fff;
	font-size: 10pt;
	font-weight:bold;
	text-transform: uppercase;
}

a.title {
	color: #fff;
}

a.title:visited {
	color: #fff;
}

a.title:hover {
	color: #fff;
	border: 0px;
}


a.demo:hover { 
border-bottom:none;
}


a {
	color: #37425B;
	text-decoration: none;
}

a:visited {
	color: #37425B;
	text-decoration: none;
}

a:hover {
	color: #37425B;
	text-decoration: none;
	border-bottom: 1px dashed #37425B;
}




