﻿.page .section
{
	margin-left:10px;	
}


.page .separator
{
	margin-bottom:5px;
	border-bottom:solid 1px gray;
	padding-bottom:5px;	
}

.page .pageLevel *
{
	font-style:italic;
	font-weight:bold;	 
}

/* THIS IS DONE TO OVERRIDE THE DEFAULT PADDING ON A LIST ITEM */
.page .pdfList li
{
	margin-left:0;	
}


.page .question .label, .page .answer .label
{	
	font-weight:bold;
}

.page .question .text, .page .answer .text
{	
	margin-left:10px;
}


.page img.rightImage {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	width:300px;	
}  

.page .bulletin h2
{
	color:red;
}

.page .bulletin .description
{
	font-size: larger; color:red; font-weight:bold;
	}

