/* Big Heading */
h1
{
	text-align:left;
	font-size:14.0pt;
	font-family:"Trebuchet MS";
	font-weight:bold; /* normal, bold, bolder, lighter, 100, 200,300, 400,500, 600, 700, 800, 900 */
	font-style:normal; /* normal, italic */
	color:black;
	text-decoration: none; /* none, underline, overline, line-through */
	margin-top : 6;
	margin-bottom : 3;
}
/* Big Sub-Heading */
h2
{
	text-align:left;
	font-size:12.0pt;
	font-family:"Trebuchet MS";
	font-weight:bold; /* normal, bold, bolder, lighter, 100, 200,300, 400,500, 600, 700, 800, 900 */
	font-style:normal; /* normal, italic */
	color:black;
	text-decoration: none; //none, underline, overline, line-through
	margin-top : 6;
	margin-bottom : 3;
}
/* Small Sub-Heading */
h3
{
	text-align:left;
	font-size:12.0pt;
	font-family:"Trebuchet MS";
	font-weight:bold; /* normal, bold, bolder, lighter, 100, 200,300, 400,500, 600, 700, 800, 900 */
	font-style:normal; /* normal, italic */
	color:black;
	text-decoration: none; /* none, underline, overline, line-through */
	margin-top : 6;
	margin-bottom : 3;
}
.H3like
{
	text-align:left;
	font-size:12.0pt;
	font-family:"Trebuchet MS";
	font-weight:bold; /* normal, bold, bolder, lighter, 100, 200,300, 400,500, 600, 700, 800, 900 */
	font-style:normal; /* normal, italic */
	color:black;
	text-decoration: none; /* none, underline, overline, line-through */
	margin-top : 6;
	margin-bottom : 3;
}
/* Normal Text */
body 
{
	background-color: wheat;
	background-image: url("../images/newbacg.gif");
	background-repeat: repeat; /* repeat, no-repeat, repeat-x, repeat-y */
	background-attachment: scroll; /* scroll, fixed */
	background-position: center center;
/*
 * length Floating-point number, followed by an absolute units designator (cm, mm, in, pt, or pc) or a relative units designator (em, ex, or px). For more information about the supported length units, see CSS Length Units Reference. 
 * percentage Integer, followed by a percent sign (%). The value is a percentage of the width or height of the object. 
 * vAlignment Vertical alignment value. Possible values include the following: top Vertical alignment is at the top. 
 * center Vertical alignment is centered. 
 * bottom Vertical alignment is at the bottom. 
 * 
 * hAlignment Horizontal alignment value. Possible values include the following: left Horizontal alignment is to the left. 
 * center Horizontal alignment is centered. 
 * right Horizontal alignment is to the right. 
 */
	text-align:left;
	font-size:11.0pt;
	font-family:"Trebuchet MS";
	font-weight:normal; /* normal, bold, bolder, lighter, 100, 200,300, 400,500, 600, 700, 800, 900 */
	font-style:normal; /* normal, italic */
	color:black;
	text-decoration: none; /* none, underline, overline, line-through */
}
