/* Content styles go here. */

HTML {
  overflow-x: hidden;		/* Fix IE6 scrollbar bug */
  overflow-y: auto;
}

BODY {
	margin-left: 75px;
	margin-right: 75px;
	margin-bottom: 20px;
	background-image: url(../backgrounds/ParchmentBG.jpg);
	background-repeat: repeat-y;
}

P.small {
	font-size: 8pt;
}

A, A:visited {
        text-decoration: none;
        font-weight: bold;
        color: #990000;
}

A:hover {
        color: #44312e;
        background-color: #f2d8bb;
}

A.transparent:hover {
        background-color: transparent;
}

IMG {
	margin: 5px;
}

IMG.left {
	margin-right: 20px;
}

IMG.nomargin {
	margin: 0px;
}

TABLE.bordered {
	border-width: 1px;
	border-style: solid;
	border-color: #44312e;
}


