html, body {
	margin-top: -12px; /* NN only */
	margin-left: -12px; /* NN only */
	/*/*/ margin: 0px; /* */ 
	}


/***** Font Settings *****/

h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS',Arial,sans-serif;
	margin-left: 8px;
	margin-right: 8px;
}

h2 {
	font-size: medium;
	line-height: 35px;
}

h3 {
	font-size: small;
	line-height: 35px;
	color: #FF9900;
}

h4 {
	font-size: x-small;
	line-height: 15px;
}

html, body, Comment, td, p, ol, ul, li {
	font-family: 'Trebuchet MS',Arial,sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: medium; /* */
	font-style: normal;
	font-weight: normal;
	}
	
div.Comment {
	margin: 12px 0 0;
	background-color: #DDC;
	background-image: url(../images_blog/g_blog-tl.gif), url(../images_blog/g_blog-tr.gif), url(../images_blog/g_blog-bl.gif), url(../images_blog/g_blog-br.gif);
	background-position: 0 0, top right, bottom left, bottom right;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	padding: 10px;
	margin-bottom: 20px;
	margin-left: 8px;
	margin-right: 8px;
	}
		
div.Comment.text {
	color: #360;
	margin-left: 30px;
	margin-right: 30px;
	}

div.Comment h2 {
	color: 555555;
	margin: 0;
	line-height: 20px;
	font-size: medium;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

	
	
div.Comment h4 {
	color: #666666;
	font-size: small;
	}
	
div.Comment h5 {
	margin: 0;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
}
	
	
/***** Block elements *****/

p.text {
	line-height: 1.4em;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 8px;
	margin-right: 8px;
	}
	
p.intro {
	line-height: 1.4em;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	/*/*/ margin: 10px 0px 0px 0px; /* */
	}
	
p.layer {
	line-height: 1.4em;
	margin-left: 8px;
	margin-right: 8px;
	}
	
div.Title {
	background-color: #222222;
	background-image: url(../images_blog/g_blog_title-bg.gif)
}

/************************************************
* BEGIN Comments
************************************************/
a:link,
a:visited { color: #990066;
	text-decoration: none;
	border-bottom-color: #990066;
	border-bottom-style: dotted;
	border-bottom-width: thin;	}

a:hover,
a:active { color: #3399CC;
	text-decoration: none;
	border-bottom-color: #3399CC;
	border-bottom-style: dotted;
	border-bottom-width: thin;	}

/************************************************
* END Links
************************************************/

/************************************************
* END Comments
************************************************/

#layer1, #layer2, #layer3, #layer4, #layer5 { /* Hide all the layers */
	position: absolute;
	z-index: 10;
	left: 400px;
	margin-bottom: 0px;
	visibility: hidden;
	}

