@ch


rset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-align: center;
	color: white;
	background-color: black;
}

ul {
    list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}

a {
	outline: none;
	color: #FF00FF;
}

a  img {
	outline: none;
}

img{
border: 0px;
}

.container{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.listings {
	overflow: auto;
}

.listings li img {
	width: 100px;
	float: left;
	margin: 25px;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.staticText {
	text-align: justify;
	font-size: 10px;
}

.rejected {
	color: red;
	font-weight: bold;
}

td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

h1 {
	font-size: 40px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}

h3 {
	font-size:16px;
	font-style:italic;
	font-weight: normal;
	padding: 5px;
	margin: 0px;
}

.btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00ff00), color-stop(1, #2bd900) );
	background:-moz-linear-gradient( center top, #00ff00 5%, #2bd900 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#2bd900');
	background-color:#00ff00;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	width:180px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}
.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2bd900), color-stop(1, #00ff00) );
	background:-moz-linear-gradient( center top, #2bd900 5%, #00ff00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bd900', endColorstr='#00ff00');
	background-color:#2bd900;
}.btn:active {
	position:relative;
	top:1px;
}

.medium {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; font-weight: bold;
}

.mediumwhite{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
  color: #FFF;
}

.big {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px; font-weight: bold;
}

.xbig {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	max-width: 320px;
}

.sections img {
	width: 50%;
}
