/* begin Page */

td,table,body,input,label,textarea,select {
       font-size: 12px;
}


body {

	font-size: 12px;
}

.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
#Sheet {
	margin-top: 20px !important;
	width: 750px;
	padding: 2px;
	background-color: #363636;
	border: 1px solid;
	border-color: #8D8D8D;
}
/* end Box, Sheet */

/* Header */
#Header {
	margin: 0 auto;
	position: relative;
	width: 750px;
}



/* ContentLayout */
#contentLayout {
	margin-bottom: 0px;
	width: 750px;
}

#Postcontainer {
	margin: 10px;
	padding: 0px;
	border: 0;
        width: 730px;
}

#Post {
	margin: 0 auto;
	text-align: left;

}

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-size: 29px;
  font-style: normal;
  font-weight: bold;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 22px;

}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
 font-size: 17px;

}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 14px;

}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
 font-size: 12px;

}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
 font-size: 10px;

}
/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin Sheet Footer */
#SheetFooter {
	overflow:hidden;
	width: 750px;
	margin: 5px auto 0px auto;
	background-color: #999999;
}

#SheetFooter-text {
	padding: 6px 6px 6px 6px;
	color:#1A1A1A;
	text-align: right;
}
#SheetFooter-text a:link {
	color: #1A1A1A;
}
#SheetFooter-text a:visited {
	color: #1A1A1A;
}
#SheetFooter-text a:hover {
	color: #E0E0E0;
}
/* end SheetFooter */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#CCCCCC;
}
.page-footer {
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
}
/* end PageFooter */