/* GERAL */
body {
	background: #FFF;
	margin: 5px;
	cursor: default;
}
td, body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}
#pag {
	width: 769px;
}

/* LINKS */
a:link, a:visited {
	color: #0000FF;
}
a:hover {
	color: #F00;
}

.menu {
	text-align: right;
	vertical-align: bottom;
	padding: 0 5px 5px 0;
}
.menu a:link, .menu a:visited {
	color: #000;
	text-decoration: none;
}
.menu a:hover {
	color: #F00;
	text-decoration: none;
}

/* SUBMENU */
.submenu {
	height: 15px;
	background: #F00 url(file:///O|/images/bg_submenu.gif) repeat-x top left;
}
.txtsubmenu {
	color: #FFF;
	font-weight: bold;
}
.txtsubmenu a:link, .txtsubmenu a:visited {
	color: #FFF;
	text-decoration: none;
	height: 15px;
	padding: 0 3px;
}
.txtsubmenu a:hover {
	color: #F00;
	background: #FFF url(file:///O|/images/bg_submenuhover.gif) repeat-x top left;
	text-decoration: none;
}

/* BARRA TITULO */
.txtbarra {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
}

.txtpeq {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}





/* FORM */
.txtfield, textarea {
	background-color: #FAFAFA;
	color: #000;
	font: 12px "Courier New", Courier, mono;
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #000;
	padding: 0 3px;
}
txtarea {
	scrollbar-face-color: #FAFAFA;
	scrollbar-arrow-color: #000;
	scrollbar-track-color: #FAFAFA;
	scrollbar-3dlight-color: #FAFAFA;
	scrollbar-highlight-color: #FAFAFA;
	scrollbar-shadow-color: #FAFAFA;
	scrollbar-darkshadow-color: #FAFAFA;
}

.confLeast
{
	color:#0000FF;
}

.pairLine
{
	background-color:#70a5f4;
}

.oddLine
{
	background-color:#a3ceec;
}
