
/* hide from ie on mac \*/
html {
	height: 100%;
	/*overflow: hidden;*/
}
	
#flashdiv {
	height: 100%;
	text-align: center;
}

/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background:url(images/rl_fll.jpg)
}


div.page-header {
	margin-bottom: 20px;
	padding-left: 10px;
}

div.page-header h2 {
	font-size: 20px;
	font-weight: bold;
}

p.page-header-desc {
	font-size: 18px;
}

div.page-content {
	padding-left: 10px;
}

div.index-info {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px; 
	padding-bottom: 10px;
}

div.index-entry {
	font-size: 12px;
	margin-bottom: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px; 
	padding-bottom: 5px;
}

.entry-hdr {
	font-size: 14px;
	margin-bottom: 0;
}

