/* StyleSheets for this site */


/* start main  elements */

body {
    background-color: #FAFAFA;
    color: #000000;
	margin-left: 10px;
/*    font-family: sans-serif, arial, helvetica; */
/*    font-style: normal; */
/*    font-size: 12pt; */
}

div.body {
    background-color: #000000;
    color: #949494;
    font-family: helvetica, sans-serif, arial;
    font-style: normal;
    font-size: 10pt;
}


br.all {
    clear: both;
}

div.center {
    text-align: center;
}

div.right {
    text-align: right;
}


table {
    border-style: ridge;
    border-width: 2px;
    border-color: #949494;
    border-collapse: collapse;
    width: 90%;
}

td {
    font-size: 10pt;
    color: #949494;
    font-family: helvetica, sans-serif, arial;
    font-style: normal;
    border-color: #949494;
}



/* start fx */
pre {
    font-family: helvetica, sans-serif, arial;
    font-style: normal;
    font-size: 12pt;
}

.small {
    font-size: 8pt;
}

.big {
    font-size: 14pt;
}

.bigger {
    font-size: 16pt;
}

.biggest {
    font-size: 24pt;
}

.underline {
    text-decoration: underline;
}

.italic {
	font-style: italic;
}

div.indent {
    margin-left: 15px;
    margin-right: 15px;
}
/*
div.indent:first-letter {
    font-size: 28;
    font-weight: bold;
    font-family: sans-serif, cursive;
}
*/
div.blockindent {
    margin-left: 20px;
    margin-right: 20px;
}

img.firstletter {
    vertical-align: text-top;
    float: left;
}

span.h2 {
    font-size: 18pt;
    font-weight: bold;
}

div.blockquote {
    display: block;
    margin: 1.33em 0;
    margin-left: 40px; margin-right: 40px;
}

frameset {
    border-style: none;
}

img.border {
    margin: 3px;
    padding: 2px;
    border-width: 2px;
    border-color: #848484;
    border-style: outset;
}

img.border:active {
    border-style: inset;
}

/* end fx */

