td img {display: block;}
body {
	background-color: #343434;
	font: 12px Arial, Helvetica, sans-serif;
}
.bodyBack {
	width: 793px;
	background-image: url(../images/Body/body1.jpg);
	background-repeat: no-repeat;
	height: 400px;
}
.bodyRepeat {
	width: 793px;
	background-image: url(../images/Body/bodyRepeat.jpg);
	background-repeat: repeat-y;
}
	
.footer {
	background: url(../images/Body/footer.jpg) no-repeat;
	}
.copy {
	background: url(../images/Body/Copy.jpg) no-repeat;
}

.sideLine {
	background: url(../images/line_.png) repeat-y center;
	height: auto;
	width: 5px;
}

/* Heading Style for creating a destinct heading */

.Heading {
	color: #000000;
	text-transform: uppercase;
	font: bolder normal 12px Arial, Helvetica, sans-serif;
}
.headerTop {
	height: 200px;
}

/* Sub_Heading Style for creating a destinct secondary heading */

.Sub_Heading {
	height: 38px;
}

.h1 {
	text-align: left;
	font: 36px "Times New Roman", Times, serif;
    }	
	
.h2 {
	text-align: left;
	font: lighter 12px/15px Arial, Helvetica, sans-serif;
    }	
	
.h3 {
	text-align: right;
	font: 10px Arial, Helvetica, sans-serif;
	}
	
.bold {
	color: #000000;
	font: bold 12px Arial, Helvetica, sans-serif;
       }
	   
.center {text-align: center;
         }
		 
.justify {text-align: justify;
          }	   
	

/*  a:link, a:visited & a:hover Styles are for the links within the body text */

a:link, a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
/* Page Title Style is the style for the main title of the page */
.Page_Title {
	color: #333333;
	letter-spacing: normal;
	text-decoration: none;
	font: bold normal 24px/30px Arial, Helvetica, sans-serif;
}


/*  Header 1,2,3 Styles are for different Text Size, Color, Weight */

.header1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #009966;
	text-decoration: none;
	font-weight: lighter;
}
.header2 {
	color: #586D6D;
	font: bold 16px Arial, Helvetica, sans-serif;
}
.header3 {
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	text-align: left;
}
