@charset "utf-8";
/* CSS Document */


/*User Selectable Styles*/
.listNoBullet {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.flashHeading1 {
	font-size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin:0;
	color:#007f64;
}
.flashHeading2{
	font-size: 20px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#69923a;
	margin:0;
}
a.flashHeading2{
	text-decoration:none;
	padding-right: 40px;
	background: url(../../../images/h3arrowV3.gif) no-repeat right 3px;
}
a.flashHeading2:hover{
	text-decoration:none;
	color:#007f64;
	padding-right: 40px;
	background: url(../../../images/h3arrowV3.gif) no-repeat right -35px;
}
.flashHeading3 {
	color: #675c53;
	font-size: 17px;
	font-weight:normal;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	
}
a.flashHeading3{
	text-decoration:none;
	color:#675c53;
	padding-right: 40px;
	background: url(../../../images/h4arrow.gif) no-repeat right 0px;
}
.flashHeading4 {
	color:#007f64;
	font-size: 17px;
	font-weight: normal;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
a.flashHeading4 {
	color:#69923a;
	padding-right: 40px;
	background: url(../../../images/h4arrow.gif) no-repeat ;
	display:inline;
}
a.flashHeading4:hover{
	color:#007f64;
	text-decoration:none;
	background: url(../../../images/h4arrow.gif) no-repeat right -35px;
}
.flashHeading5 {
	color: #69923a;
	font-size: 17px;
	font-weight: normal;
	padding-left:20px;
	margin:0;
	background: url(../../../images/bulletGreenBig.gif) no-repeat left 45%;
}
a.flashHeading5 {
	text-decoration:none;
	color:#69923a;
	padding-right: 40px;
	background: url(../../../images/h4arrow.gif) no-repeat right 0px;
}
a.flashHeading5:hover{
	text-decoration:none;
	color:#007f64;
	padding-right: 40px;
	background: url(../../../images/h4arrow.gif) no-repeat right -38px;
}
.pageHeading6 {
	color: #007f64;
	letter-spacing:1px;
	font-size: 1.3em;
	font-weight: normal;
	padding-top: 0.4em;
	padding-bottom: 0.5em;
	padding-left:15px;
	background: url(../../../images/greyBck3.gif) no-repeat 0px 0px;
	margin-top:1.5em;
	margin-bottom:1em;
}
.Normal {
	font-family: Arial, Helvetica, sans serif;
	color: #675c53;
	margin: 0;
}

.CriticalAlert {
	color:#d90000;
	font-weight:bold;
}

.SmallText, small {
	font-size:0.9em;
}
.sageGreen {
	color:#007f64;
}
/* Global User Table Styles */
/* These styles define the basic properties for tables in the Immediacy Editor */

table.ImmTS_Default {
	border-collapse: collapse;
	border: 3px solid #ffffff;
	margin-top:10px;
	margin-bottom:20px;
	width:auto;
} 
table.ImmTS_Default th	{
	font-weight: bold;
	background-color: #E5F2CD;
	color:#675c53;
	padding: 5px;
	border: solid #ffffff 3px;
	font-size:1em;
}
table.ImmTS_Default tr {
	vertical-align:top;
}	
table.ImmTS_Default th a {
	color:#675c53;
	font-size:1em;
	text-decoration: underline;
}
table.ImmTS_Default th a:hover {
	color:#007f64;
	text-decoration: none;
}
table.ImmTS_Default td a {
	color:#675c53;
	font-size:1em;
	text-decoration: underline;
}
table.ImmTS_Default td a:hover {
	color:#007f64;
	text-decoration: none;
}
table.ImmTS_Default td	{
	padding: 5px;
	border: solid #ffffff 3px;
	font-size: 0.9em ;
	background-color: #F2F9E5;
	color: #333333;
}



table.ImmTS_DefaultSmall {
	border-collapse: collapse;
	border: 3px solid #ffffff;
	margin-top:10px;
	margin-bottom:20px;
	width:auto;
	font-size:9px;
} 
table.ImmTS_DefaultSmall th	{
	font-weight: bold;
	background-color: #E5F2CD;
	color:#675c53;
	padding: 5px;
	border: solid #ffffff 3px;
	font-size:9px;
}
table.ImmTS_DefaultSmall tr {
	vertical-align:top;
	font-size:9px;
}	
table.ImmTS_DefaultSmall th a {
	color:#675c53;
	font-size:9px;
	text-decoration: underline;
}
table.ImmTS_DefaultSmall th a:hover {
	color:#007f64;
	text-decoration: none;
	font-size:9px;
}
table.ImmTS_DefaultSmall td a {
	color:#675c53;
	font-size:9px;
	text-decoration: underline;
}
table.ImmTS_DefaultSmall td a:hover {
	color:#007f64;
	text-decoration: none;
	font-size:9px;
}
table.ImmTS_DefaultSmall td	{
	padding: 5px;
	border: solid #ffffff 3px;
	background-color: #F2F9E5;
	color: #333333;
	font-size:9px;
}




table.ImmTS_Table2 {	
	border-collapse: collapse;
	border: solid #CDE6A0 1px;
	background-color:#FFFFFF;
	margin-top:10px;
	margin-bottom:20px;
}
table.ImmTS_Table2 th	{
	font-weight: bold;
	background-color: #e5f3d0;
	padding: 5px;
	border: solid #CDE6A0 1px;
	font-size:1em;
}						
table.ImmTS_Table2 tr	{
	vertical-align:top;
}	
table.ImmTS_Table2 th a {
	color:#675c53;	
	font-size:1em;
	text-decoration:underline;
}
table.ImmTS_Table2 th a:hover {
	color:#007f64;
	
}
table.ImmTS_Table2 td a {
	color:#675c53;	
	font-size:1em;
	text-decoration:underline;
}
table.ImmTS_Table2 td a:hover {
	color:#007f64;
	
}
table.ImmTS_Table2 td	{
	padding: 5px;
	border: solid #DAEABE 1px;
	font-size:1em;
}
table.ImmTS_GreyBorder {	
	padding:0px;  
	background-color:#FFFFFF; 
	border-collapse: collapse; 
	margin-top:10px;
	margin-bottom:20px;
	border: 1px solid #BEC5BC ;
}
table.ImmTS_GreyBorder th, 
table.ImmTS_GreyBorder td { 
	padding: 5px; 
	margin: 0px; 
	font-size:1em;
} 
table.ImmTS_GreyBorder, 
table.ImmTS_GreyBorder th, 
table.ImmTS_GreyBorder td { 
	border: 1px solid #BEC5BC ; 
}                       
table.ImmTS_GreyBorder th { 
	background-color: white; 
	color:#675c53; 
}  
table.ImmTS_GreyBorder td { 
	vertical-align: top; 
}
table.ImmTS_GreyBorder th a {
	color:#675c53;	
	font-size:1em;
	text-decoration:underline;
}
table.ImmTS_GreyBorder th a:hover {
	color:#007f64;
	
}
table.ImmTS_GreyBorder td a {
	color:#675c53;	
	font-size:1em;
	text-decoration:underline;
}
table.ImmTS_GreyBorder td a:hover {
	color:#007f64;
	
}

