body {
	font-size:100%;
	line-height:1.25em;
	margin: 0px;
	padding: 0px;
	background-color: #585858;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	color: #6F5F4B;
	background-position: top;
}

td {
	font-size: 100%;
}

.bodytext {
	padding-right: 30px;
	padding-left: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: top;
}
p {
	font-size: 0.875em;
}
li {
	font-size:  0.875em;
	color: #6F5F4B;
	list-style-position: outside;
	list-style-type: circle;
}

.sidenote {
    font-size:0.75em; /* 16x0.75=12 */
}

a {
	color: #666666;
}
a:link {
	color:#6F5F4B;
	text-decoration: underline;
}

a:visited {
	color: #6F5F4B;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

.francais {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.francais a {
	color: #999999;
}
.francais a:link {
	color:#999999;
	text-decoration: none;
}

.francais a:visited {
	color: #999999;
	text-decoration: none;
}
.francais a:hover {
	color: #EEEEEE;
	text-decoration: none;
}

.leftBackground {
	background-image: url(images/leftBackground.png);
	background-repeat: repeat-y;
	background-position: left;
}
.footer {
	color: #752935;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.footer a {
	color: #752935;
}
.footer a:link {
	color:#752935;
	text-decoration: none;
}

.footer a:visited {
	color: #752935;
	text-decoration: none;
}
.footer a:hover {
	color: #752935;
	text-decoration: underline overline;
}
h1 {
	font-size: 1em;
	font-weight: 600;
	color: #752935;
}
h2 {
	font-size: 0.875em;
	font-weight: 600;
	color: #752935;
	padding-top: 1px;
	padding-bottom: 1px;
}

.small {
	font-size: 12px;
}
.larger {
	font-size: 120%;
}
.navColBak {
	background-image: url(images/navColBak.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.dark {
	font-weight: 500;
}
.smallPadLeft {
	font-size: 80%;
	padding-left: 10px;
}
.highlight {
	background-color: #FFFF99;
}
.darkGrey {
	background-color: #585858;
}
.lightGrey {
	background-color: #C5C5C5;
}

