/* CSS Document */
BODY {
	font-family: Arial;
	BACKGROUND-REPEAT: no-repeat; 
	BACKGROUND-COLOR: #173C2F; 
	TEXT-ALIGN: justify;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}
A {
    font-size: 12px;
    text-decoration: none;
	color: #173C2F;
	font-weight: bold;
}
A:hover {
    text-decoration: none;
	color: #A82926;
}
.selected {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC33;
	text-decoration: underline;
	font-weight: bold;
	
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.btext {
    font-weight: bold;
}
.activetext {
    font-weight: bold;
	color: #631D1D; 
	font-size: 12px;
}
input {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border-top-color: #173C2F;
	border-right-color: #173C2F;
	border-bottom-color: #173C2F;
	border-left-color: #173C2F;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.tabla {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #173C2F;
	border-right-color: #173C2F;
	border-bottom-color: #173C2F;
	border-left-color: #173C2F;
}
.atd {
    border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #173C2F;
	border-right-color: #173C2F;
	border-bottom-color: #173C2F;
	border-left-color: #173C2F;
}.textcreated {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #45B68E;
	text-decoration: none;
}

