/*CONTROL STYLES */

.input {
	border: 2px solid #FFCC00;
	font: 12px "Arial", Verdana, Arial, sans-serif;
	margin-top:5px;
	width:250px;
}

.input:focus {
	border: 2px solid #FFCC00;
	color: #999999;
}

.input:hover {
    border: 2px solid #FFFFFF;
}


/*TEXT STYLES */

.titleColumn01 {
	padding-right:18px;
	background-image:url(../img/arrow_small_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:18px;
}

.titleColumn03 {
	padding-left:18px;
	background-image:url(../img/arrow_small_left.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size: 18px;
}


.text {
	color:#666666;
	font-size: 11px;
}

.textYellow {
	color:#FFCC00;
}

.textRed {
	color:#CC0000;
	font-size: 11px;
}

.copyright {
	font-size: 10px;
}

.suscribe {
	color:#FFCC00;
	font-size: 22px;
	font-style:italic;
}

/*LINK STYLES */

#menu a, a:visited {
	background-color:#000000;
	border-bottom:0px;
	text-decoration:none;
}

#menu a:hover, visited:hover {
	background-color:#000000;
	border-bottom:0px;
	text-decoration:none;	
}

#copyright a, a:visited {
	color:#666666;
}

#copyright a:hover, visited:hover {
	color:#666666;
}

a.ACTION:link {
	font-size:11px;
	text-decoration:none;	
}

a.ACTION:hover {
	background-position:left;
	background-image:url(../img/link_BG.gif);
	background-repeat:no-repeat;
	background-color:#000000;
	text-decoration:none;	
}

a.ACTION:visited {
	border-bottom:0px;
	font-size:11px;
	text-decoration:none;	
}

a.ACTION:visited:hover {
	background-position:left;
	background-image:url(../img/link_BG.gif);
	background-color:#000000;
	background-repeat:no-repeat;
	text-decoration:none;		
}


a:link {
	color:#666666;
	font-size:12px;
	text-decoration:underline;
}

a:hover {
	background-color:#FFCC00;
    color:#000000;
	text-decoration:underline;
}

a:visited {
	color:#666666;
	font-size:12px;
	text-decoration:underline;
}

a:visited:hover {
	background-color:#FFCC00;
    color:#000000;
	text-decoration:underline;
}

