body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td, p, ul {
        font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
}

#left {
	width: 200px;
	vertical-align: top;
	background-color: #6689CC;
}

#left h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

#left h2 {
	font-weight: bold;
	font-size: 12px;
	color: #FCBF49;
	margin: 20px 0 20px 0;
}

#left a:link, #left a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	line-height: 18px;
}

#left a:hover, #left a:active {
	color: #FCBF49;
}

.inactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: 18px;
}

#content {
	width: 385px;
	vertical-align: top;
	font-size: 11px;
	padding: 20px;
}

#content h1 {
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

#content h2 {
	font-weight: bold;
	font-size: 12px;
	color: #6689CC;
	margin: 0px 0 0 0;
}

#content h3 {
	font-weight: bold;
	font-size: 12px;
	color: #6689CC;
	margin: 30px 0 0 0;
}

#content a:link, #content a:visited {
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
}

#content a:hover {
	font-weight: bold;
	color: #6689CC;
	text-decoration: underline;
}

.boldyellow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FCBF49;
	line-height: 18px;
}

.boldblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6689cc;
}

#navig {
	width: 135px;
	vertical-align: top;
}

#navig a:link, #navig a:visited {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
    display: block;
	height: 39px;
	padding: 4px;
	background-image:  url("../images/white.gif");
	background-repeat: no-repeat;
	background-position: 0% 50%;
} 

#navig a:hover {
	color: #000000;
	background-image:  url("../images/blue.gif");
}

#navig a:active {
	color: #000000;
	text-decoration: none;
	background-image:  url("../images/yellow.gif");
}

#logo a:link, a:visited, a:hover, a:active {
	background-image: none;
	display: inline;
}

.titulo {
	font-weight: bold;
	font-size: 12px;
	color: #6689CC;
	margin: 10px 0 3px 0;
}

.titulo2 {
	font-weight: bold;
	font-size: 12px;
	color: #6689CC;
	margin: 35px 0 3px 0;
}

#foot {
	padding-top:30px;
}

#foot a:link, #foot a:visited {
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}

#foot a:hover {
	font-weight: bold;
	color: #6689CC;
	text-decoration: underline;
}

#listlinks {
	border-bottom: 2px solid #6689CC;
}

#listlinks a:link, #listlinks a:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

#listlinks a:hover {
	font-weight: normal;
	color: #6689CC;
	text-decoration: underline;
}

