@charset "utf-8";

/* CSS Document - Cosplay@FIBDA */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
	padding: 0 20px 20px;
	background-image: url(layout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #054C5E;
}


/* LINKS */
.class1 a {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#025c6f;

}
.class1 a:link {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #025c6f;
}
.class1 a:hover, visited, visited:hover {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #00a0c3;
}

.class2 a {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#00a0c3;

}
.class2 a:link {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #00a0c3;
}
.class2 a:hover, visited, visited:hover {
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
	color: #fbe85e;
}

/* FONTS */
.h1 {
	font-family: tahoma;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 1px;
	volume: soft;
	color: #ffffff;
}

.h2 {
	font-family: tahoma;
	text-align:  left;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px dashed #00a0c3;
	letter-spacing: 1px;
	volume: soft;
	color: #025c6f;
}

.texto1 {
	font-family: tahoma;
	text-align: justify;
	font-size: 11px;
	letter-spacing: 1px;
	color: #000000;
}

.texto2 {
	font-family: tahoma;
	text-align: justify;
	font-size: 11px;
	letter-spacing: 1px;
	color: #003844;
}

.texto2b {
	font-family: tahoma;
	text-align: justify;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	color: #003844;
}

.texto3 {
	font-family: tahoma;
	text-align: center;
	font-size: 9px;
	letter-spacing: 1px;
	color: #00a0c3;
}


/* GERAL */
P , body , td , div, h1, h2, h3 {
	font-size: 11px;
	font-family: tahoma;
	color: #000000;
	letter-spacing: 1px;
}

b, strong {
	font-size: 11px;
	font-family: tahoma;
	color: #000000;
	letter-spacing: 1px;
}

/* FORMS 
.input, .textarea, .select, .option {
	padding: 1px;
	padding-bottom: 2px;
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: 1px;
	background-color: #ebe3d1;
	border: 1px dashed #211a14;
	}
.radio {
	padding: 1px;
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	letter-spacing: 1px;
	width: 50px;
	background-color: #ebe3d1;
	border: 1px dashed #211a14;
	}
	
.botoes {
	padding: 1px;
	font-family: tahoma;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ffffff;
	width: 50px;
	background-color: #ebe3d1;
	border: 1px solid #211a14;
	}
	*/