@CHARSET "UTF-8";

body {
	background:#AAAAAA url(images/bg.png) repeat-x scroll center top;
	font-family: Arial, sans-serif;
	color:black;
	background-color: #AAAAAA;
}

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

div.container {
	margin: 0px auto;
	width: 800px;
	background-color: #FFFFFF;
	padding:15px 25px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.center {
	text-align: center;
}

.vcenter {
	margin: 0px auto;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }

div#header{
	width:800px;
	text-align:center;
	margin:10px auto;
}

div#footer {
	margin:40px auto;
	font-size: 11px;
	
	width: 800px;
	background-color: #FFFFFF;
	color: #666;
	padding:5px 25px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#footer img {
	margin:0px 10px;
}

div#left { 
	display:block;
}

div#right {
	display:block;
	}
	
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}


div#right {
	color: #666666;
	font-size: 13px;
}	

div#right h3 {
	margin:0px 0px;
}

.justify { text-align: justify; }

span.date {
	font-size: 35px;
	font-family: "Georgia";
}

span.days {
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
}

textarea {
	width: 400px;
	min-height: 50px;
}

small {
	font-size: 14px;
	background-color: red;
	color: #fff;
	padding:3px;
	letter-spacing: 1px;
}

span.warning {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
}

.big {
	font-size: 120%;
	font-weight:bold;
	letter-spacing:-1px;
}