BODY {
  	background : #FFFFFF;
    margin: 0px;
}

.bg-index {
  	background : url(img/bg.gif) #C3D1E1 top repeat-x;
}

.Border {
	border: 1px #2F5979 solid;
}

.Text {
	font-family: Arial, Verdana, Helvetica, sans serif;
	font-size: 12px;
 	color: #2F5979;
}
.Text a:link {
	color : #2F5979;
	text-decoration : underline;
}
.Text a:hover {
	color : #2F5979;
	text-decoration : none;
}
.Text a:visited {
	color : #2F5979;
}
