/* 
    Document   : nws
    Created on : 21/01/2011, 12:43:36 AM
    Author     : alejandro
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.NorthSupply {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #000000;
}
.TreDies {
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.West {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #4EA31C;
}
.TreDoceGray {


	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.TreDoceWhite {



	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
}
.TreDoceLnk {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #000000;
	text-decoration: none;

}
a.TreDoceLnk:hover {
	color: #666666;
}
a.TreDoceLnk:link {  text-decoration: none}


.TreDoceLnkB {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;

}
a.TreDoceLnkB:hover {
	color: #999999;
}
a.TreDoceLnkB:link {  text-decoration: none}


.TreDoceLnkMenu {

	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtBienvenida {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
}
.TreDoceBlack {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.TreDoceLnkGreen {

	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #4EA31C;
	text-decoration: none;
}
a.TreDoceLnkGreen:hover {
	color: #3E8015;
}
a.TreDoceLnkGreen:link {  text-decoration: none}


.TreDoceLnkMenu2 {

	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.TreDoceLnkMenu2:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
a.TreDoceLnkMenu2:link {  text-decoration: none}



.TreTitulo {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.txtDatosFields {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.TreCatorceGreen {


	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #4EA31C;
	text-decoration: none;
}
.TreCatorceBlack {



	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.TreDoceLnkMenuBlack {


	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
/* ESTILOS DE MENU */
div.menu, a.menu
{
	width: 150px;
	border: 1px solid #115FFF;
	background: #115FFF;
	padding: 3px 5px 3px 10px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
}

a.menu
{
  display: block;
  border-bottom: none;
  text-decoration: none;
}
/* ESTILOS DE MENU */
