body {
	background: #dfdfdf;
	margin: 0;
	color: #777777;
	background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#fff));
	font-size: 90%
}

img { 
	border: none;
}

body, table { font-size: 90% }

a:link, a:hover, a:visited {
	color: #FFC50C;
	text-decoration: none;
}

#c {
	padding: 10px;
}

.box {
	background: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #9f9f9f;
	padding: 5px;
}
.t {
	margin-top: 10px;
	border-top: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	background: white;
	text-align: center;
}
.b {
	margin: 0px;
	border-bottom: 1px solid #9f9f9f;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background: white;	
	text-align: center;
}
.m {
	margin: 0;
	background: white;
	border-left: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	border-top: 1px solid #9f9f9f;
	text-align: center;
}

#topcolor {
	height: 20px;
	width: 100%;
	color: purple;
	background: #FFC50C;
}

.btn {
	padding: 10px;
	font-size: 18px;
	text-align: center;
	color: #333333 !important;
	margin: 0;
	padding: 5px;
	text-decoration: none;
}

.btn a {
	color: #555555 !important;	
}

h3 {
	margin: 0;
	padding: 0;	
}

.details {
	font-size: 85%;
}

