/* code for presentation purpose (CSS preview) */
body {
        font-family: verdana, sans-serif;
        font-size: 11px;
        background: #eeeeee;
}

h4 {
        font-size: 100%;
        color: #999;
        margin: 0;
}

/* CSS Tabs */
.container {
        width: 450px;
        padding: 15px;
        margin: 3px 0 20px 0;
        border: 1px solid #ccc;
        background: #fff;
}

/* pyramid */

#navPyra {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #9FB1BC;
}

#navPyra li {
	font-family: verdana, sans-serif;
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}

#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 12px;
        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;
}

.content p {
	font-family: verdana, sans-serif;
	font-size: 12px;

}

.content h1 {
	font-family: verdana, sans-serif;
	font-size: 14px;

}

.content h4 {
	font-family: verdana, sans-serif;
	font-size: 11px;

}

.content p1 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	text-decoration: underline;

}

                -->