BODY {
	margin: 0px;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/back.jpg);
	background-repeat: repeat;
	background-position: left top;
}

td{
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {font-family: Arial; font-size: 12px; color: #393939; text-decoration: none}
a:link {font-family: Arial; font-size: 12px; color: #393939; text-decoration: none}
a:visited {font-family: Arial; font-size: 12px; color: #393939; text-decoration: none}
a:hover {font-family: Arial; font-size: 12px; color: #393939; text-decoration: underline}
a:active {font-family: Arial; font-size: 12px; color: #393939; text-decoration: none}

.top{
  background-image: url(../img/v-top.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.bottom{
  background-image: url(../img/v-bottom.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.left{
  background-image: url(../img/v-left.gif);
  background-repeat: no-repeat;
  background-position: left top;
  
}

.right{
  background-image: url(../img/v-right.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.center{
  background-color: #161616;
}