/***************************************************************
 *                      Default.css                            *
 * This stylesheet contains style defined for all browsers     *
 **************************************************************/

/*
 * Author:	Hugo Angulo
 * Date:	March 13 2003
 * Purpose:	defines default font information for the entire site
 */
body,td,th,input,select,textarea  {
	font-family: verdana;
	font-size: 10px;
	color: #333333;
	font-weight: regular;
}

/*
 * Author:	Hugo Angulo
 * Date:	March 13 2003
 * Purpose:	defines default formats for hyper links
 */
a {
	text-decoration: underline;
	color: #003366;
	font-weight: none;

}
a:hover {
	text-decoration: underline;
	color: #cc9900;
	font-weight: none;
}


a:active {
	text-decoration: underline;
	color: #ff0000;
	font-weight: none;
}

.navLink0 {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	color: #999933;
}
.navLink0:hover {
	font-family: verdana,;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
}

/*
 * Author:	Juan Bernal
 * Date:	4/19/2002
 * Purpose:	Defines form textbox specs
 */


.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
}
.barragris {
	background-attachment: fixed;
	background-image: url(images/bar.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.suma {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.smallblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
