td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
body {
	background-image:   url(images/back.gif);
	background-repeat: repeat-x;

	background-color: #DFE0E1;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #004A6F;
}
a:link {
	color: #004A6F;
	text-decoration: none;
	
}
a:visited {
	color: #006699;
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
}

a:active {
	color: #006699;
	text-decoration: none;

}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.name {
	font-weight: bold;
	color: #004A6F;
}
