.Main {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
	display: inline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline overline;
	font-style: normal;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: underline;
}
.Nametitle {
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.top {
	background-image: url(../assets/top.png);
	background-repeat: no-repeat;
	border: #CCCCCC;


}
.bottom {
	background-image: url(../assets/bottom.png);
	border: #CCCCCC;



}
.middle {
	background-color: #CCCCCC;
	border-top: solid #CCCCCC;
	border-right: none #CCCCCC;
	border-bottom: solid #CCCCCC;
	border-left: none #CCCCCC;


}
.pic  {
	border-right-width: 4px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
