BODY, TD {
	font-family: Halvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
        margin: 0px;
	padding: 0px;
        background-color: #642930;
}

H1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	color: #E8D174;
}

H2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #E8D174;
}

H4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	color: #E8D174;
}

H5 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #E8D174;
}


TH.title {
    background-color: #6B2E35;
}

TD.menubar {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

TD.right1 {
	text-align: right;
}

TD.right {
	text-align: right;
}

TD.left {
	text-align: left;
}

TD.leftprv {
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}

TD.center {
	text-align: center;
}

.accent {
	font-weight: bold;
	color: #E8D174;
}

A {
	font-family: Halvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

A:hover {
	text-decoration: none;
	color: #E8D174;
}

A.menubar {
	font-family: Halvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

A:hover.menubar {
	text-decoration: none;
	color: #E8D174;
}

A:visited.m1enubar {
	text-decoration: none;
}




DL {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF
}

DT {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

TABLE.programme tr td {
    border-bottom: 1px white solid;
	padding-left: 3px;
	padding-right: 3px;
}

.color {
	color: #E8D174;
}

.auth {
	color: #E8D174;
	font-style:italic;
}

.error {
	color: #f00;
	font-weight: bold;
}

.odd {
    background-color:#763139;
}

.even {
    background-color:#642930;
}