tr, th, td {
  border: 1px solid #CCCCCC;
}

table{
	border-collapse:separate;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
}

td {
	border-width:0 1px 1px 0;
  padding: 4px;
}

.roundtable {
	border:1px solid #CCCCCC;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}

.bottomcell {
	border-width:0 1px 0 0;
}
.rightcell {
	border-width:0 0 1px 0;
}
.rightbottomcell {
	border-width:0;
}

p {
  padding-bottom:1em;
}

strong {
  font-weight: bold;
}

.maincontent ul,
.maincontent ol {
  margin-left:20px;
}

.maincontent li {
  list-style-position:outside;
  padding:4px 0px;
  padding-left:8px;
}

.maincontent ul li {
  list-style-type:disc;
}

.maincontent ol li {
  padding-left:6px;
  list-style-type:decimal;  
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}
