.ContentCell {
	width:auto;
	height:auto;
	vertical-align:top;
	overflow:visible;
}

p {
	padding:0px;
	margin:0px;
	margin-bottom:4px;
	text-indent:20px;
	text-align:justify;
}

h1 {
	font-family:Georgia,'sans serif';
	font-size:24px;
	font-weight:normal;
}

h2 {
	font-family:Georgia,'sans serif';
	font-size:20px;
	font-weight:normal;
}

h3 {
	font-family:Georgia,'sans serif';
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
	display:block;
	text-align:center;
	border-bottom:1px solid #4F9C40;
}

h4 {
	font-family:Georgia,'sans serif';
	font-size:14px;
	font-weight:bold;
	margin:10px 0px 6px 0px;
}

h5 {
	font-family:Georgia,'sans serif';
	font-size:12px;
	font-weight:bold;
}

td.ContentCell a {
	padding-left:2px;
	padding-right:2px;
	margin:2px;
	border-bottom:1px dashed #1020B0;
	text-decoration:none;
	color:#1020B0;
}

td.ContentCell a:hover {
	color:#FFFFFF;
	background-color:#80B0FF;
	border-bottom:1px dashed #FFFFFF;
}

td.ContentCell a.ImageLink {
	display:block;
	width:auto;
	height:auto;
	padding:2px;
	margin:2px;
	overflow:visible;
	
	border:1px solid #80B0FF;
}

td.ContentCell a.ImageLink:hover {
	border:1px solid #FFFFFF;	
}

td.ContentCell a.AnchorLink {
	position:relative;
	display:inline;
	background-color:red;
	visibility:visible;
	width:0px;
	height:0px;
	font-size:0px;
	line-height:0px;
	margin:0px;
	padding:0px;
	border-style:none;
	text-decoration:none;
}

.Code {
	font-family:lucida console;
	font-size:13px;
}

/**
 *		Copyright
 */
div.Copyright {
	display:block;
	margin-top:40px;
	padding-bottom:10px;
	padding-right:5px;
	text-align:right;
	clear:both;
	
	font-family:lucida sans,sans serif;
	font-size:10px;
	
	border-top:1px solid #B4E0AB;
	color:#8FAC80;
}


/**
 *		General classes
 */

.Margin {
	margin:15px 15px 15px 15px;
	padding:0px;
}

.Block {
	width:760px;
	height:auto;
	overflow:visible;	
}

.DarkBorder {
	border:solid 1px #4F9C40;
}

.InternalBlock {
	display:block;
	width:auto;
	height:auto;
	padding:5px;
	margin:0px;
	margin-bottom:15px;
	clear:left;
	
	background-color:#B4E0AB;
	background-image:url("../img/internalBlockFadeOut.jpg"); 
	background-repeat:repeat-x;
	background-position:left bottom;
	border:2px solid #CFEDC9;
}

.FlowClear {
	display:block;
	line-height:1px;
	font-size:1px;
	width:1px;
	height:1px;
	max-height:1px;
	margin:0px;
	padding:0px;
	clear:both;
}

/**
 *		BLOCK Template
 */

.BlockHeader {
	width:auto;
	height:24px;
	overflow:hidden;
	white-space:nowrap;
}

.BlockHeaderFadeIn {
	float:right;
	width:63px;
	height:24px;
	overflow:hidden;
	
	background-image:url("../img/blockTitleFadeIn.gif"); 
	background-repeat:no-repeat;
	background-position:left bottom;
}

.BlockHeaderContent {
	float:right;
	width:auto;
	height:24px;
	line-height:24px;
	overflow:hidden;
	white-space:nowrap;

	background-image:url("../img/blockTitleContent.gif"); 
	background-repeat:repeat-x;
	background-position:left bottom;
}

.BlockHeaderTitle {
	display:inline;
	width:auto;
	height:auto;
	line-height:24px;
	vertical-align:middle;
	
	font-family:Georgia,'sans serif';
	font-size:12px;
	font-weight:bold;
	color:#000060;
	
	cursor:default;
}

.BlockHeaderCorner {
	float:right;
	width:24px;
	height:24px;
	overflow:hidden;
	
	background-image:url("../img/blockTitleCorner.gif"); 
	background-repeat:no-repeat;
	background-position:left bottom;
}

.BlockBody {
	position:relative;
	width:auto;
	height:auto;
}

.BlockHeaderCorner2 {
	position:absolute;
	left:736px;
	top:0px;
	width:24px;
	height:24px;

	background-image:url("../img/blockTitleCorner2.gif"); 
	background-repeat:no-repeat;
	background-position:left top;
}

.BlockContent {
	width:714px;
	height:auto;
	min-height:30px;
	white-space:normal;
	overflow:hidden;
	
	padding:10px;
	padding-bottom:20px;
	text-align:justify;
	line-height:20px;

	background-image:url("../img/blockContentFadeOut.jpg");
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#B4E0AB;

	font-size:14px;
	font-weight:normal;
	color:#102010;
	
	border:1px solid #4F9C40;
}

.BlockContent p:first-letter {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}


/**
 *		HEADER Template
 */
.HeaderBlock {
	display:block;
	width:auto;
	height:auto;
	overflow:visible;

	margin-top:10px;
	border-top:1px solid #4F9C40;
	border-bottom:1px solid #4F9C40;
	
	background-image:url("../img/headerBlockFadeIn.jpg");
	background-repeat:repeat-y;
	background-position:left top;
	background-color:#B4E0AB;
}

.HeaderBlockShadow {
	display:block;
	width:auto;
	height:24px;
	overflow:hidden;

	margin:0;
	padding:0px;
	
	background-image:url("../img/headerBlockShadowGradient.jpg");
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#CFEDC9;
}

.HeaderInnerBlock {
	width:776px;
	height:auto;
	overflow:visible;	
	padding:15px;
}

.HeaderImage {
	float:left;
	/* leads to strange behavior in IE
	width:auto;
	height:auto;
	*/
	padding:5px;
	margin:0px;
	margin-right:10px;
	background-color:#CFEDC9;

	border:solid 1px #4F9C40;
}

.HeaderContent {
	overflow:visible;
	width:auto;

	vertical-align:top;
	text-indent:0px;
	
	font-size:18px;
	font-weight:normal;
	color:#102010;
	
	padding-left:10px;
}

.HeaderTitle {
	margin-bottom:10px;
	
	text-align:center;
	
	font-size:22px;
	letter-spacing:1px;
	font-variant:small-caps;
	border-bottom:1px dashed #4F9C40;	
}

.HeaderDescription {
	font-size:16px;
}

/**
 * Image Thumb
 */
.ImageThumbBlock {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	
	background-color:#CFEDC9;
}

.ImageThumbTitle {
	display:block;
	margin:2px;
	padding:2px;
	
	white-space:nowrap;
	text-align:center;
	
	background-color:#B4E0AB;
	
/*	border-bottom:1px solid #4F9C40; */
}

.ImageThumbDescription {
	display:block;
	margin-bottom:8px;
	padding:2px;
	
	white-space:nowrap;
	text-align:center;
	
	border-bottom:1px solid #4F9C40;
}

/**
 * Collapsable
 */
.CollapsableBlock {
	margin-bottom:16px;
	height:auto;
	overflow:hidden;

	background-image:url("../img/internalBlockFadeOut.jpg"); 
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#B4E0AB;
	border:2px solid #CFEDC9;
}
 
.CollapsableHeader {
	border-bottom:1px solid #4F9C40;
	font-weight:bold;
	margin-bottom:8px;
	cursor:default;
}

.CollapsableHeader * {
	vertical-align:middle;
}

.CollapsableFooter {
	border-top:1px solid #4F9C40;
	margin-top:8px;
	margin-bottom:2px;
	cursor:default;
}

.CollapsableToggleImage {
	vertical-align:middle;
	margin:2px;
}

.CollapsableBody {
	display:none;
	height:auto;
	overflow:hidden;
}

.CollapsableContent {
	padding:0px 4px 0px 4px;
}

/**
 * Quick Link Bar
 */
.QuickLinkBarBlock {
	width:760px;
	height:34px;
	margin:0px 16px 16px 16px;
	padding:0px;
	overflow:hidden;
	background-image:url(../img/quickLinkBarBody.gif);
	background-position:left top;
	background-repeat:repeat-x;
}

.QuickLinkBarStart {
	width:16px;
	height:34px;
	margin:0px;
	padding:0px;
	clear:none;
	float:left;
	background-image:url(../img/quickLinkBarStart.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.QuickLinkBarEnd {
	width:16px;
	height:34px;
	margin:0px;
	padding:0px;
	clear:none;
	float:right;
	background-image:url(../img/quickLinkBarEnd.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

.QuickLinkBarBody {
	width:auto;
	height:27px;
	margin:0px 0px;
	padding:0px;
	clear:none;
	text-align:center;
	overflow:hidden;
}

td.ContentCell a.QuickLinkBarLink {
	width:auto;
	height:19px;
	margin:4px 15px 0px 0px;
	padding:0px 5px;

	float:left;	
	text-decoration:none;
	font-family:Georgia,'sans serif';
	/* font-variant:small-caps; */
	letter-spacing:1px;
	font-size:14px;
	font-weight:bold;
	line-height:19px;
	vertical-align:middle;
	color:white;
	overflow:hidden;

	background-color:#3E8034;
	background-image:url(../img/quickLinkBarItem.gif);
	background-position:left top;
	background-repeat:repeat-x;
	border:1px solid #3E8034;
}

td.ContentCell a.QuickLinkBarLink:hover {
	text-decoration:none;
	background-color:#3E8034;
	border:1px solid white;
}

/***
 * Download links
 */
td.ContentCell a.DownloadButton {
	cursor:default;
	color:#102010;
	text-decoration:none;
	padding:1px 2px 1px 2px;
	margin:2px;
	background-color:#3E8034;
	background-image:url(../img/headerBlockShadowGradient.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border-top:1px solid #DDFFDD;
	border-left:1px solid #DDFFDD;
	border-right:1px solid #9BCF90;
	border-bottom:1px solid #9BCF90;
}

td.ContentCell a.DownloadButton:hover {
	text-decoration:none;
	color:#1020B0;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #4F9C40;
	border-bottom:1px solid #4F9C40;
}
