	/* DARCYS - CSS Document */

	/* >>>>> START PAGE STRUCTURE AND TEXT CONTROLS <<<<< */

	.Table-Main {
		width: 950px;
		background-color: #FFFFFF;
	}
	
	.Row-Footer {
		padding-left: 0px;
		padding-right: 0px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #00b7b9;
	}
	
	.Text-Body1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		text-align: left;
		vertical-align: top;
	}
	
	.Text-Normal {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #FFF;
		text-decoration: none;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		text-align: left;
		vertical-align: top;
	}
	
	.Text-Normal-Grey {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		text-align: left;
		vertical-align: top;
	}
	
	.Text-White {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		text-align: right;
		vertical-align: top;
	}
	
	.Text-Other {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
		text-align: center;
		vertical-align: middle;
	}
	
	.Text-Footer {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #006a4f;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		text-align: left;
		vertical-align: middle;
	}
	
	.Text-Copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #333333;
		text-decoration: none;
	}

	.Text-Headings {
		padding:10px 10px 10px 10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #bcd331;
		vertical-align: middle;
		}
		
	.Text-Headings2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: normal;
		color: #e84e0e;
		}
	
	.Text-Trail {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		color: #FFF;
		text-decoration: none;
		text-align: left;
		padding-right: 5px;
		padding-left: 10px;
		padding-bottom: 5px;
		padding-top: 5px;
		background-position: center;
		vertical-align: middle;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #bcd331;
		padding-top: 5px;
	}
	
	.Text-Menu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #bcd331;
		text-decoration: none;
		padding-top: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		padding-left: 10px;
		text-align: left;
		vertical-align: middle;
	}

	/* >>>>> END STRUCTURE AND TEXT CONTROLS <<<<< */
	/* >>>>> START LINK CONTROLS <<<<< */
	
	a.LinksWhite:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none }
	a.LinksWhite:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none }
	a.LinksWhite:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none }
	a.LinksWhite:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #CCCCCC; text-decoration: none }

	a.LinksGreen:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #BDD332; text-decoration: underline }
	a.LinksGreen:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #BDD332; text-decoration: underline }
	a.LinksGreen:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #BDD332; text-decoration: underline }
	a.LinksGreen:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #EFEFEF; text-decoration: none }
	
	a.LinksNull:link { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; text-decoration: none }
	a.LinksNull:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; text-decoration: none }
	a.LinksNull:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; text-decoration: none }
	a.LinksNull:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #333333; text-decoration: none }
	
	a.LinksFooter:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #006a4f; text-decoration: none }
	a.LinksFooter:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #006a4f; text-decoration: none }
	a.LinksFooter:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #006a4f; text-decoration: none }
	a.LinksFooter:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFF; text-decoration: none }
	
	a.LinksTrail:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFF; text-decoration: none }
	a.LinksTrail:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFF; text-decoration: none }
	a.LinksTrail:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFF; text-decoration: none }
	a.LinksTrail:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #CCC; text-decoration: none }

	a.LinkDQ:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #00539F; text-decoration: none }
	a.LinkDQ:active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #00539F; text-decoration: none }
	a.LinkDQ:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #00539F; text-decoration: none }
	a.LinkDQ:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #333333; text-decoration: underline }
	

	/* >>>>> END LINK CONTROLS <<<<< */
	/* >>>>> START ELEMENTS <<<<< */

	.VerticalLine {
		background-image:  url(../Images/Elements/Vertical_Line.gif);
		background-repeat: repeat-y;
		background-position: center;
		width: 1px;
	}
	
	.VerticalLine-CCC {
		background-image:  url(../Images/Elements/Vertical_Line_CCCCCC.gif);
		background-repeat: repeat-y;
		background-position: center;
		width: 1px;
	}	
	
	.HorizLine {
	background-image:  url(images/HorzLine.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 5px;
	}
	
	.Arrows {
		background-image:  url(Images/Elements/Arrow_Grey.gif);
		background-repeat: no-repeat;
		background-position: center center;
		width: 20px;
		height: 25px;
	}
	
	.Background-Body {
		background-image: url(Images/Elements/Body_Background.gif);
		background-repeat: repeat-x;
		background-position: center;
	}
	
	.Strip-Date {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #CECECE;
		text-decoration: none;
		font-weight: normal;
	}
	
	.Border-Bottom {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #333333;
	}
	
	.Border-Bottom-Light {
		border-bottom: solid 1px #E7E7E7;
	}
	
	.Border-Top {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #00688F;
	}
	
	.Border-Right {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #333333;
	}
	
	.Box-400 {
		width: 570px;
	}
	
	.Border-Content {
		border: 1px solid #394792;
	}
	/* >>>>> END ELEMENTS <<<<< */	
	/* >>>>> START CONTENT CONTROLS <<<<< */
	
	.SidePaddingLeft {
		width: 16px;
	}
	
	.SidePaddingRight {
		width: 10px;
	}
	
	.HSpacer5px {
		height: 2px;
	}

	.VSpacer10px {
		height: 10px;
	}	
	.VSpacer5px {
		height: 5px;
	}	
	
	/* >>>>> END CONTENT CONTROLS <<<<< */
	/* >>>>> START GENERAL SETTINGS <<<<< */
	
	.Buttons-Darcys {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	width: 100px;
	border: 1px solid #BDD332;
	cursor:hand;
	background-color: #006a4f;
		}
	
	.FormBox-150 
	{
		width: 150px;
		border: 1px solid #BDD332;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		color: #FFF;
		background-color: #006a4f;
		text-indent: 2px;
	}.Darcys-Strip {
	background-image: url(images/Darcys-Strip.gif);
	background-repeat: no-repeat;
	background-position: right top;
	/*height: 400px;*/
	width: 315px;
}
.Text-Normal-Center {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #FFF;
		text-decoration: none;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;

		text-align: center;
		vertical-align: top;
	}

