@charset "utf-8";
/* CSS Document */

div, p, td {
	font-family: Tahoma;
	color: #666666;
}
a, a:active, a:visited {
	color: #006fbc;
	text-decoration: underline;
}
a:hover {
	color: #000000;
}
.textLogo-2 {
	font-size: 13px;
	color: #c0c0c0;
	line-height: 16px;
}

.searchBG {
	font-size: 13px;
	font-weight: 700;
	border: 1px solid #e2e2e2;
	color: #666;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #FFF;
}

.contentBG {
	border: 1px solid #e2e2e2;
	color: #666;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	padding: 8px;
}

.buttonSearch {
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	padding: 1px 2px;
	cursor: pointer;
	border: 2px solid #0f79a0;
	color: #FFF;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 1.5em;
	font-family: Tahoma;
}

.buttonSearch:hover {
	color: #FFF;
	border-color: #024057;
}

.buttonSearch {
	background: #1494b9 url("images/btn-search.png") repeat-x scroll left top;
}

.buttonSearch:active {
	background: #1494b9 url("images/btn-search.png") repeat-x scroll left top;
}

.menuTop {
	border: 2px solid #e2e2e2;
	color: #e5e5e5;
	padding: 4px 8px;
	font-size: 18px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 10px;
	background: #f2f2f2 url("images/bg-menutop.png") repeat-x scroll left top;
	text-shadow: 1px 1px 1px #FFF;
}

/* Menu Top */
#nav {
        margin: 0;
}
#nav li {
        margin: 0;
        display: inline;
        list-style-type: none;
		padding-right: 9px;
		margin-right: 9px;
		border-right: 2px solid #e2e2e2;
		float: left;
}
#nav a:link, #nav a:visited {
        font-size: 18px;
        text-decoration: none;
        color: #0b79bf;
}
#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #000;
}
.space {
	padding: 2px;
}

.contentRight {
	width: 730px; 
	margin-left: 10px; 
	padding-left: 10px; 
	border-left: 1px solid #CCC;
}
.contentFooter {
	padding-left: 10px; 
	line-height: 16px;
}
