/* LRA style sheet */

#wrapper {
	/* position: absolute;
	top: 0px;
	left: 20px; */
	position:relative;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-color: #FFFFFF;
	border: #999999 1px solid;
	}

#posts {
	position:relative;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-color: #FFFFFF;
	border: #999999 1px solid;
	padding: 10px;
	}


a:link {
	color: #993300;
	text-decoration: none;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	}
a:hover {
	color: #ff9900;
	text-decoration: underline;
	} 

body {
	background-color: #CCCCCC;
	background-image: url(images/lra_gradient.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}
	
img {
	vertical-align: middle;
	}

h2 {
	font-size: 12pt;
	font-weight: bold;
	font-variant: small-caps;
	}

hr {
	color:#999999;
	width: 80%;
	}

pre {
	font-size: 8pt;
	}

td.off {
	background-color: #999999;
	color: #000000;
	}

td.on {
	background-color: #666666;
	color: #ffffff;
	cursor:pointer;
	}

p.justified {
	text-indent: 20px;
	text-align: justify;
	}
	
.subHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-align: center;
	color: #000000;
	}

.large {
	font-size: 18pt;
	font-weight: bold;
}
	
.header {
	width: 780px;
	height: 120px;
	background-image: url(images/top_slice.jpg);
	background-repeat: no-repeat;
	}

.mainTable {
	width: 780px;
	}

td.lSidebar {
	width: 145px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 9pt;
	}

td.rSidebar {
	width: 150px;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	font-size: 9pt;
	}
	
td.ackPage {
	background-image: url(images/nav_slice.jpg);
	background-repeat:no-repeat;
	}

.navbar {
	color: #993300;
	background-color: #999999;
	/* background-image:url(images/1st_ave2-1_02.jpg); 
	background-repeat:no-repeat; */
	width: 780px;
	height: 25px;
	font-size: 10pt;
	letter-spacing:	2px;
	text-align: center;
	}

.bNav {
	font-size: 8pt;
	border-top: #999999 1px solid;
	text-align: center;
	background-color:#dddddd;
	}
	
td.mainText {
	width: 469px;
	height: 455px;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	border-left: #999999 1px solid;
	/* border-right: #999999 1px solid; */
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	vertical-align: top;
	}
	
.spacer {
	width: 15px;
	}

.centered {
	text-align: center;
	}

.inDented {
	margin-left: 20px;
	}

.slantText {
	font-size: 8pt;
	font-style: italic;
	}

.execs {
	font-size: 10pt;
	text-align: center;
	line-height: 18pt;
	}

.footer {
	font-size: 8pt;
	text-align: center;
	color: #ffffff;
	background-color:#808080;
	}

.subFooter {
	font-size: 8pt;
	text-align: center;
	color: #ffffff;
	background-color:#808080;
	}
	