/* CSS Document */

body {
	margin:0;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
	background:#ffffff url('../images/bkground.gif') repeat-x top left;
}

.content {
	background:#FFFFFF url('../images/top-body.gif') no-repeat top;
	border-left: 1px solid #3A80BC;
	border-right: 1px solid #3A80BC
	
}

.footer {
	color:#FFFFFF;
	font-size:95%;
	background:url('../images/footer.gif') no-repeat bottom left;
	height:44px
}

.footer a{
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover{
	text-decoration:underline;
}

.button-title {
	background:url('../images/button-title.gif') no-repeat top left;
	font-weight:bold;
	font-size:105%;
	color:#FFFFFF;
	height:24px;
	padding-left:21px
}

.button {
	background:url('../images/button.gif') no-repeat top left;
	color:#FFFFFF;
	height:24px;
	font-size:85%;
	font-weight:bold;
	padding-left:21px
}

.button a {
	color:#FFFFFF;
	text-decoration:none;
}

.button a:hover{
	text-decoration:none;
	color:#1F4F80;
}

.pg-title {
	color:#1F4F80;
	padding-top:10px;
	font-size:80%;
	font-weight:bold;
	text-align:center;
}

.pg-headline {
	color:#1F4F80;
	padding-top:10px;
	font-size:135%;
	font-weight:bold;
	text-align:left;
}

.txt-headline {
	color:#1F4F80;
	padding-top:1px;
	font-size:2%;
}


.pg-header {
	border-bottom:1px solid #1F4F80;
	color:#1F4F80;
	font-weight:bold;
	font-size:120%;
	background:url('../images/teardrop.gif') no-repeat left top;
	padding-bottom:2px;
	padding-left:30px
}

.pg-header-table {
	background-position: left top; border-bottom:1px solid #1F4F80; color:#1F4F80;
	font-weight:bold;
	font-size:120%;
	padding-bottom:2px;
	padding-left:30px; background-color:transparent; background-repeat:no-repeat; background-attachment:scroll
}

.resources {
	color:#1F4F80;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
	padding-bottom:2px;
	padding-left:10px
}

.breadcrumb{
	color:#1F4F80;
	padding-top:9px;
	font-size:90%;
	font-weight:bold;
	font-variant: none;
	text-align:left;
	text-decoration:none
}

.pg-link {
	
	color:#1F4F80;
	font-weight:bold;
	font-size:135%;
	color:blue;
	text-decoration:underline;
	background:url('../images/teardrop.gif') no-repeat left top;
	padding-bottom:2px;
	padding-left:30px
}

.td_caseta {
border-top:1px solid #5EE7E7;
border-right:1px solid #5EE7E7;
padding:5px 5px 5px 5px;
font-family: Verdana;
font-size: 11px;
font-style: normal;
line-height: 16px;
font-weight: normal;
font-variant: normal;
color: #515252;
text-decoration:none
}