@import url(http://fonts.googleapis.com/css?family=Abril+Fatface);

/*----------- FONTS -------------------------------------------------- */

.h1 { 
	font-family: 'Abril Fatface', cursive;
	color: #000000;
	font-weight:bold;
	font-size:22px;
}
.h1 a:link {color: #000000; text-decoration: none;}
.h1 a:visited {color: #000000; text-decoration: none; } 
.h1 a:hover {color: #FDE300; text-decoration: none;} 

.h1_w { 
	font-family: 'Abril Fatface', cursive;
	color: #FFFFFF;
	font-weight:bold;
	font-size:22px;
}
.h1_w a:link {color: #FFFFFF; text-decoration: none;}
.h1_w a:visited {color: #FFFFFF; text-decoration: none; } 
.h1_w a:hover {color: #FDE300; text-decoration: none;} 

.h2 {
	font-family: 'Tahoma', regular;
	color: #000000;
	font-weight:bold;
	font-size:14px;
}

.body {
	font-family: 'Tahoma', regular;
	color: #000000;
	font-weight:normal;
	font-size:11px;
}

.body_w {
	font-family: 'Tahoma', regular;
	color: #FFFFFF;
	font-weight:normal;
	font-size:11px;
}

/*----------- TABLES -------------------------------------------------- */

table {
	font-size:10px;
}


.table_y {
    font-size:9px;
	border-collapse:collapse;
    border: solid 5px #FDE300; 
}

.table_y td {
     border: 0px;
}

.table_menu {
	font-family: 'Abril Fatface', cursive;
	color: #000000;
	font-weight:bold;
	font-size:22px;
	height:40px;
}
.table_menu td:hover {
	background-color:#FDE300;
	cursor:pointer;
}

.table_border_b {
	border-bottom:solid 5px #FDE300;
}

.table_link {
	font-family: 'Abril Fatface', cursive;
	color: #000000;
	font-weight:bold;
	font-size:22px;
	height:35px;
	background-color:#FDE300;
}
.table_link td:hover {
	color: #FFFFFF;
	background-color:#FDE300;
	cursor:pointer;
}



/*----------- DIVS -------------------------------------------------- */


.div_top {
	background-color: #FDE300; 
	width: auto;
	height:20px;
	margin:-8px;
	margin-bottom:0px;
}

.div_bottom {
	background-color: #000000; 
	width: auto;
	height:200px;
	margin:-8px;
	margin-top:0px;
}


/*----------- FORM -------------------------------------------------- */

.textfield {
	font-family: 'Tahoma', regular;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	background-color:#FFFFCC;
	border:solid 1px;
	border-color: #CCCCCC;
	width:290px;
	padding: 3px;
}

.textfield_code {
	font-family: 'Tahoma', regular;
	color: #000000;
	font-weight:normal;
	font-size:11px;
	background-color:#FFFFCC;
	border:solid 1px;
	border-color: #CCCCCC;
	width:50px;
	padding: 3px;
}


/*----------- IMAGES -------------------------------------------------- */

.img_style {
	border:solid 1px #CCCCCC;

}


/*----------- FANCYBOX STYLE -------------------------------------------------- */


