#content {
	position: absolute
}

a:link {
   font-family: Arial;
	font-size: 9px;
	color: #4C6295;
	text-decoration: none;
	/*cursor: url('imgs/curs/arrow.cur');*/
}

a:visited {
   font-family: Arial;
	font-size: 9px;
	color: #646464;
	text-decoration: none;
	/*cursor: url('imgs/curs/arrow.cur');*/
}


a:active {
   font-family: Arial;
	font-size: 9px;
	color: #646464;
	text-decoration: none;
	/*cursor: url('imgs/curs/arrow.cur');*/
}

a:hover {
   font-family: Arial;
	font-size: 9px;
	color: #1452EF;
	text-decoration: underline;bold;
	/*cursor: url('imgs/curs/arrow.cur');*/
}

table {
	font-family: Arial;
	font-size: 12px;
}

.table_decoration {
	border-collapse: collapse;
	border-top: #DBDBDB solid 0px;
	border-left: #DBDBDB solid 0px;
	border-right: #DBDBDB solid 1px;
	border-bottom: #DBDBDB solid 1px;
	background-color: white;
}

body {
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #AFAFAF;
	scrollbar-highlight-color: #AFAFAF;
	scrollbar-face-color: #AFAFAF;
	scrollbar-shadow-color: #AFAFAF;
	scrollbar-darkshadow-color: #DBDBDB;
	scrollbar-track-color: #DBDBDB;
}

.space {
	font-size: 2px; 
}

.textfield {
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	border: solid 1px;
	border-color: #DBDBDB;
	background-image: url('../images/textbg.gif');
}

checkbox {
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	border: solid 1px;
	border-color: #DBDBDB;
	background-image: url('../images/textbg.gif');
}


.button {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: bold;
	color: #FFFFFF;
	background-color: #4C6295;
	border: solid 1px;
	border-color: #FFFFFF
}

textarea {
	font-family: Arial;
	font-size: 9px;
	color: #4C6295;
	background-color: #FFFFFF;
	border: solid 1px;
	border-color: #4C6295;
	overflow:hidden;
}

select {
	font-family: Arial;
	font-size: 9px;
	color: #4C6295;
	background-color: #FFFFFF;
}

.BarraTop 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #000066; 
}

.BarraSubTop 
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10px; 
	color: #FFFFFF; 
}

.BarraTop_Old
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: #000066; 
}