/* CSS Document */
.container {
        width: 100%;;
        padding: 2px;
        margin: 3px 0 3px 0;
}

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
        font-size: 9pt;
}

#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 9pt;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
        color: #000;
        background: url(pyramid.gif) no-repeat bottom center;
}

.cbody {
	background-image: url('images/yellow_11.jpg');
	background-repeat: repeat-x;
	background-color: #f0f0f0;
}

body {
	background-image: url('images/yellow_bg.jpg');
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	margin: 0;
}

.nav {
	font-family: tahoma;
	font-size: 9pt;
	color: #000;
	text-align: center;
	font-weight: bold;
}

.title {
 	font-family: tahoma;
 	font-size: 13pt;
 	color: #000;
 	font-weight: bold;
 	line-height: 18pt;
}

.content {
 	font-family: tahoma;
 	font-size: 10pt;
 	color: #000;
 	line-height: 14pt;
}

.text_side {
	font-family: tahoma;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
}

a {
 	text-decoration: underline;
 	font-weight: bold;
 	color: #000;
}

a:hover {
 	text-decoration: none;
 	color: #000;
 	font-weight: bold;
}