
body {
    font-family: verdana, arial, helvetica;  
    font-size: small;
    line-height: 1em;
    color: #664305;
}
p {
    margin-bottom: 0.7em;
    font-size: 1em;
    line-height: 1.1em;
	color: #664305;
	padding-left:0.8em;
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
	color:#664305;
}
/* END blocks */


/* Headings */
h1 {
	color:#FFFFFF;
	background:#C19443;
	font-size: 1.5em;
	font-weight: bold;
	padding:5px;
	margin:0 0 15px 0;
}
h2 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #666;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: #666;
}
/* END headings */


/* Lists */
ul {
    margin: 0 0 0.7em 1em;
    list-style: none outside url(/themes/rvtheme/images/bullets/default.gif);
    line-height: 1.3em;
}
    ul li {
        margin-left: 30px;
    }
ol {
    margin: 0 0 0.7em 1em;
    list-style: outside decimal;
    line-height: 1.3em;
	padding-left:120px;
}
    ol li {
        margin-left: 30px;
    }
dl {
    margin-bottom: 0.7em;
    line-height: 1.3em;
}
    dl dt {
        font-weight: bold;
    }
    dl dd {
        margin-bottom: 0.2em;
        margin-left: 30px;
    }
/* END lists */


/* Links */

a:link ,a:active {
    color: #D44E0C;
    text-decoration: underline;
}
a:hover ,a:visited{
	color: #D99014;
    text-decoration: underline;
}
/* END links */

