body {
	background : #C9DBED;
	margin-top :5px;
	margin-left : 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

td,th {
    font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

.bg3{
	background-color : #C9DBED;
}

.main{
	background-color : #FFF;
	padding : 10px 0px 10px 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bolder;
	color: #6699CC;
	margin: 20px 0px 5px 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6699CC;
	margin: 20px 0px 5px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
	margin: 20px 0px 5px 0px;
}

A.header:link {
color: #FFF;
font-size : 12px;
text-decoration: none;
}

A.header:visited {
color: #FFF;
font-size : 12px;
text-decoration: none;
}

A.header:hover {
color: #FFF;
font-size : 12px;
text-decoration: underline;
}

A.azul:link {
color: #0000FF;
text-decoration: underline;
}

A.azul:visited {
color: #0000FF;
text-decoration: underline;
}

A.azul:hover {
color: #0000FF;
text-decoration: underline;
background:yellow;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #6699CC;
	text-decoration: none;
	font-weight: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	color: #6699CC;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: none;
	color: #6699CC;
	text-decoration: underline;
}

.padding1{
	padding : 8px 20px 8px 20px;
}

.padding2{
	padding : 0px 60px 10px 60px;
}

.paddingleft{
	padding : 0px 0px 10px 30px;
}

.border {
	border-bottom : 1px solid;
	border-bottom-color : #366CA3;
	border-top : 1px solid;
	border-top-color : #366CA3;
	border-left : 1px solid;
	border-left-color : #366CA3;
	border-right : 1px solid;
	border-right-color : #366CA3;
} 

.border1 {
	border-left : 1px solid;
	border-left-color : #366CA3;
	border-right : 1px solid;
	border-right-color : #366CA3;
	border-bottom : 1px solid;
	border-bottom-color : #366CA3;
} 

.border2 {
	border-left : 1px solid;
	border-left-color : #366CA3;
	border-right : 1px solid;
	border-right-color : #366CA3;
	border-top : 1px solid;
	border-top-color : #366CA3;
} 

UL.bullet{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	list-style-image: url(../images/arrow.gif);
	margin-bottom: 15px; 
	margin-left : 18px;
    margin-right : 10px;
	margin-top : 5px;
	padding: 0px;
}

.small{ 
    font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	color: #333333; 
	letter-spacing: .0em;
}

#small2{ 
    font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	color: #333333; 
	letter-spacing: .0em;
}

 #navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: auto;
	height: 0%;
	background-color: #6699CC;

}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
border: 1px solid #333;
background-color: #C9DBED;
color: #333;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #C9DBED;
color: #333;
}
