body.unix { background: #385A81; margin-left: 0px; margin-top: 0px;	margin-right: 0px; margin-bottom: 0px; }

body.dia { background: #385A81 url(../images/page_bg_noon.jpg) 50% 0 repeat-x fixed; }
body.dia-pequeno { background: #385A81 url(../images/page_bg_noon_small.jpg) 50% 0 repeat-x fixed; }

body.entardecendo { background: #4C5469 url(../images/page_bg_evening.jpg) 50% 0 repeat-x fixed; }
body.entardecendo-pequeno { background: #385A81 url(../images/page_bg_evening_small.jpg) 50% 0 repeat-x fixed; }

body.noite { background: #293947 url(../images/page_bg_night.jpg) 50% 0 repeat-x fixed; }
body.noite-pequeno { background: #385A81 url(../images/page_bg_night_small.jpg) 50% 0 repeat-x fixed; }

body.amanhecendo { background: #395066 url(../images/page_bg_morning.jpg) 50% 0 repeat-x fixed; }
body.amanhecendo-pequeno { background: #385A81 url(../images/page_bg_morning_small.jpg) 50% 0 repeat-x fixed; }

body.width-thin div.wrapper { width: 800px; }
body.width-wide div.wrapper { width: 960px; }
body.width-fluid div.wrapper { width: 90%; }

.menu{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration:none;
}

.menu:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration:underline;
}

.hora{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#97b7e9;
	font-weight:bold;
}

.data{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#97b7e9;
	font-weight:bold;
}
.titulo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}

.titulo2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cccccc;
	font-weight:bold;
	text-decoration:underline;
}

.texto{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#cccccc;
}

.textoBranco{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}
input, select {
    font-size: 11px;
    background-color: #FFFFFF;
    padding: 1px;
    color: #595224;
    margin: 0px;
    border: 1px solid #cac5a3;
    height: 14px;
}

.butao{
	border= 3px double rgb(153, 153, 153); 
	font-weight= bold; 
	font-style= normal; 
	text-align= center; 
	font-size= 12px; 
	font-family= Arial,sans-serif;
	color= rgb(68, 68, 68); 
	background-color= rgb(238, 238, 238);
}

textarea {
    font-size: 11px;
    background-color: #FFFFFF;
    padding: 1px;
    color: #595224;
    margin: 0px;
    border: 1px solid #cac5a3;
}

.formulario{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}