/* ------------ ASTRO CSS Version 1.0 ------------ */

			/*#########################
			#       Visible to        #
			#       USERS ONLY        #
			#########################*/


/* ------------ Start Titles ------------ */

	.Title1, p.Title1, p.Title1 p {
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #539C3E;
		}

	.Title2, p.Title2, p.Title2 p {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #484848;
		}

	.Title3, p.Title3, p.Title3 p {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #539C3E;
		}
		
	.Title4, p.Title4 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #484848;
	font-weight: bold;
		}
		
/* ------------ End Titles ------------ */

	.HighlightChanges {background-color: yellow;}

/* ------------ Start Table Settings ------------ */
	.table_title, p.table_title {
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		}		
	.table_sub-title, p.table_sub-title {
		text-align: center;
		font-size: 11px;
		padding: 0px;
		margin: 0px;
		}
	/* BEGIN table headers*/	
	.table_header{
	background-color:#539C3E;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-bottom:10px
		}
	.table_header2{
	background-color:#333333;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	padding-bottom:10px;
	color: #FFFFFF;
		}	
	.table_header_small1, .th_small1{
	background-color:#539C3E;
	color:#FFFFFF;
	font-size: 9px;
	text-align:center;
	vertical-align:middle;
	margin-bottom: 4px;
		}		
	.table_header_small2, .th_small2{
	background-color:#333333;
	font-size: 9px;
	text-align:center;
	vertical-align:middle;
	margin-bottom: 4px;
	color: #FFFFFF;
		}
	/* END table headers*/	
	/* BEGIN table rows*/			
	.table_row1, .row1, .table_highlight_cell_1{
		background: #dadada;
		font-size: 11px;
		font-weight: bold;
		}
		
	.table_row2, .row2, .table_highlight_cell_2{
		background: #e6e6e6;
		font-size: 11px;
		}
		
	.table_row3, .row3, .table_highlight_cell_3{
	font-size: 11px;
	background-color: #E6F4E2;
		}
	/* END table rows*/		
	/*
	.table_highlight_cell_1	{
		background: #eeeeee;
		font-weight: bold;
		font-size: 12px;
		}
		
	.table_highlight_cell_2	{
		background: #e6e6e6;
		font-size: 11px;
		}
	*/
	/*.table_header1{background: #fef9e0;}
	.table_header2{background: #e6e6e6;}
	*/
	
	.small_text_9px{font-size: 9px; background-color:#FFFFFF}

	.table_note, p.table_note {
		color: #848484;
		padding-bottom: 15px;
		margin: 0px;
		font-size: 10px;
		}
	.phone {
	color: #539C3E;
	font-weight: normal;
		}
	
	a.hyperlink{
	color: #539C3E;
	background: transparent url(/_design/images/link.png) no-repeat center right;
	padding-right: 16px;
}
	
	a.emailAddress{
	color: #539C3E;
	background: transparent url(/_design/images/email.png) no-repeat center left;
	padding-left: 16px;
}
	a.external{}
	.staffName{
	color: #666666;
	font-weight: bold;
}
	
	.important {
		font-weight: bold;
		}
		
	.boldItalic {
		font-weight: bold;
		font-style: italic;
		}

	.bold {
		font-weight: bold;
		}
		
	.italic {
		font-style: italic;
		}
	
	/*More colors
	2d375a(go button blue),135498(astro blue), 515151(grey), b1d662(light green)*/
	
