body {
	background-color: #cccccc;
	margin-top: 0px;
  	margin-right: 0px;
  	margin-bottom: 0px;
  	margin-left: 0px
}

#cell {
     background-image:  url(images/cell.jpg);
     background-repeat: repeat-y;
     background-position: center center;
}

#cell2 {
     background-image:  url(images/cell.jpg);
     background-repeat: repeat-y;
     background-position: center center;
}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.more {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
}

.bold {
	font-weight: bold;
}
.blue {
	color: #5e7cc7;

}
.bluebold {
	font-weight: bold;
	color: #5e7cc7;

}
.copy {
	font-size: 10px;

}

.white {
	color: #ffffff;
}

.center {
	text-align: center;

}

h4 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #5e7cc7;
	
}h5 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #5e7cc7;
}

h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link, a:visited {
	color: #330066;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: underline;
}
li {
	list-style-type: square;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	list-style-position: outside;
}
