h1 {
	color: #660066;
}

h3 {
	margin-top: 20px;
	color: #822D82;
}

.inner-page p, .richtext li {
	line-height: 1.4em;
	text-align: justify;
	text-justify: distribute;
}

#sponsorDiv img {
	margin: 15px 35px 25px 0;
	vertical-align: middle;
}

.td-center td {
	text-align: center;
}

.th-center th {
	text-align: center;
	color: #505050;
}

.cg-th th {
	font-style: normal;
	font-size: 1em;
	padding: 8px 8px;
	line-height: 1.2em;
}

.cg-td td {
	padding: 8px 8px;
}

table.line-table {
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
}

table.line-table td, table.line-table th {
	border-right: #333333 1px solid;
	border-bottom: #333333 1px solid;
}

.cycle-overlay {
    background: #444444;
}


/**Competition Results**/
.richtext .result > li{
	list-style:none;
	padding:0;
	margin:0;
	margin-bottom:30px;
}

.result li{
	width:300px;
}

.result li, .result li div{
	float:left;
	height:80px;
	line-height:80px;
}

.result > li > div{
	margin-right:20px;
}

.result .pic, .result .pic > img{
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 12px;
}

.result .pic > img{
	margin:0;
	border:#818280 1px solid;
}
/**END**/