@CHARSET "UTF-8";

body {
	font-family: "Helvetica Neue",Arial, sans-serif;
	line-height: 150%;
}

input, textarea {
	font-size: 110%;
}

div.container {
	width: 600px;
	padding:15px 15px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.center {
	text-align: center;
}

.vcenter {
	margin: 0px auto;
}

h1 { font-size: 32px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 15px; }

div#header{
	height: 110px;
}

	div#header div#logo{
		width: 319px;
		height:210px;
		background: transparent url(images/logo.png) repeat scroll 0 0
	}
	
a img { 
	border:0px none;
}

.ml10 { margin-left: 10px; !important }
.ml15 { margin-left: 15px;  !important}
.ml20 { margin-left: 20px;  !important}
.ml25 { margin-left: 25px; !important }
.ml30 { margin-left: 30px;  !important}
.ml35 { margin-left: 35px; !important }
.mt10 { margin-top: 10px; !important }
.mt15 { margin-top: 15px;  !important}
.mt20 { margin-top: 20px;  !important}
.mt25 { margin-top: 25px;  !important}
.mt30 { margin-top: 30px;  !important}
.mt35 { margin-top: 35px;  !important}
.mt40 { margin-top: 40px;  !important}

.stats {
	font: normal 20px Georgia;
}

span.header {
	font-size: 18px;
	color: #333;
	font-weight:bold;
}

ol {
	margin-left:20px;
}

ol li {
	font-size:18px;
	margin-top: 5px;
}
	
abbr {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#footer {
	font-size: 15px;
	margin-top: 3em;
	margin-left: 1em;
	color: #666;
}
	#footer a {
		color: #77c;
	}
	
	
.info {
	font-size: 17px;
}

.bold {
	font-weight: bold;
}

.box {
	padding:5px; 
	border: 1px solid #FFCC00;
	background-color: #FFFFCC;
}

small {
	font-size: 10px;
	color: #333;
}

label {
	font-weight:bold;
}