/* Style sheet for llb pages */
body {
	background-color:#FAF0E6;
	font-family:Arial, Helvetica, sans-serif;
	font-color:#000000;
	font-size:12pt;
	}

h1{
	font-size:largest;
	color:#800000;
}
	
p {
   background:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-color:#000000;
	text-align:left;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	}

.right{
	text-align:right;
	}
	
.left{
	text-align:left;
	font-weight:bold;
	color:#8B4513;	
	}
	
.large{
	font-size:14pt;
	}

.review {
	background:#CCCCFF;
	text-align:center;
	font-size:smaller;
	font-weight:bold;
}

.color {
	background:transparent;
	color:#8B4513;
}


.small {
	background:transparent;
	font-size:11pt;
}

.smallest {
	background:transparent;
	font-size:10pt;
	font-weight:bold;
}


.title {
	background:transparent;
	color:#8B4513;
	font-weight:bold;
	font-size:14pt
}

.accent {
	background:transparent;
	color:#8B4513;
	font-weight:bold;
	font-size:larger;
}


.center {
	background:transparent;
	text-align:center;
}

.padding {
padding-left:15px;
text-align:left;
}


a:link {
   background:transparent;
  font-family:Arial, Helvetica, sans-serif;
   color:#8B4513;
   font-weight:bold;
 }
 
a:visited {
   background:transparent;
	color:#CD853F;
 }
 
a:hover {
	background:transparent;
	color: #CD853F;
	font-weight:bold;
}