@charset "utf-8";

@font-face 
{
		font-family: Geneva;
		src: url("http://www.viajah.com/fontes/geneva.ttf"); 
}

.menu_text, .title_text, .type_text, .label_text
{
		color: #f2e97e;
}
		
.menu_text
{
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
}

.menu_text a:link, a:visited
{
		color: #f2e97e;
		text-decoration: none;
}

.menu_text a:hover
{
		text-decoration: underline;		
}

.menu_admin
{
		color: #00FF00;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
}

.menu_admin a:link, a:visited
{
		text-decoration: none;
		color: #00FF00;
}

.menu_admin a:hover
{
		text-decoration: underline;		
		color: #00FF00;
}

.title_text
{
		font-size: 12px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		color: #FF00FF;
}

.form_text
{
	font-weight:normal;
	text-align: justify;
	vertical-align: middle;
	line-height: 11px;
	font-size: 11px;
	/*background-color: #fef3cb;*/
	color: #4c4c4c;
	font-family: Tahoma, Geneva, sans-serif;
}

.form_text a:link, a:visited
{
		color: #f2e97e;
		text-decoration: none;
}

.type_text
{
		font-size: 11px;
}

.type_text a:link, a:visited
{
		color: #f2e97e;
		text-decoration: none;
}

.type_text a:hover
{
		text-decoration: underline;		
}

.label_text
{
		font-size: 12px;
		font-weight: bold;
}

label 
{
   		cursor: pointer;
   		cursor: hand;
} 

.edit_text
{
		width: 10em;
}

