body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/bg.png);
	/* background-repeat: repeat-x; */
	background-color: #5D5D5D;
	}
a:link {
	color: #662233;
	text-decoration: none
        }
a:visited {
	color: #104f8f; /* #662233; */
	text-decoration: none
	}

a:hover {
	text-decoration: underline;
        color: #600000; /*  #600000; */
        }

a.nu:hover {
	text-decoration: none;
        color: #461618 /*  #600000 */
        }

span.title {
        border-collapse: separate;
        color: rgb(0, 0, 0);
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: normal;
        orphans: 2;
        text-indent: 0px;
        text-transform: none;
        white-space: normal;
        widows: 2;
        word-spacing: 0px;
        font-family: Helvetica,Arial,sans-serif;
        font-size: 30px;
        text-align: center;
	}

span.subtitle {
        /* border-collapse: separate; */
border: 6px;
        color: rgb(0, 0, 0);
        font-variant: normal;
        font-weight: normal;
        letter-spacing: normal;
        line-height: normal;
        orphans: 2;
        text-indent: 0px;
        text-transform: none;
        white-space: normal;
        widows: 2;
        word-spacing: 0px;
        font-family: Helvetica,Arial,sans-serif;
        font-size: 21px;
        font-style: italic;
        text-align: center;
	}

span.lefttitle {
        border-collapse: separate;
        border-left: 2em;
        /* color: rgb(111, 111, 111); */
        color: #8a8a8a;
        font-variant: normal;
        font-weight: bold;
        letter-spacing: normal;
        line-height: normal;
        orphans: 2;
        text-indent: 0px;
        text-transform: none;
        white-space: normal;
        widows: 2;
        word-spacing: 0px;
        font-family: Helvetica,Arial,sans-serif;
        font-size: 20px;
        font-style: italic;
        text-align: left;
	}

div.design {
    font-size: 0.66em;
    float: right;
    margin-top:    1em;
    margin-bottom: 1em;
    margin-right:  4em;
	}

