body {
margin : 0px;
background: #FFFFFF;
}

.mainHomeTable {
  background-image: url("../images/home_background.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainHomeTableTestimonial {
  background-image: url("../images/home_testimonial_bg.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainHomeTable02 {
  background-image: url("../images/home_background_02.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainHomeTable03 {
  background-image: url("../images/home_background_03.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainAboutUsTable {
  background-image: url("../images/about_us_bg.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainCorporateIdentityTable {
  background-image: url("../images/corporate_identity_bg.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainWebDesignTable {
  background-image: url("../images/web_design_bg.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainTradeShowsTable {
  background-image: url("../images/trade_shows_bg.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainTechnicalIllustrationTable {
  background-image: url("../images/technical_illustrations_bg.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainCopywritingTable {
  background-image: url("../images/copywriting_bg.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

.mainPresentationsTable {
  background-image: url("../images/presentations_bg.gif");
  background-repeat: no-repeat;
  width:960px;
  height:590px;
  border-spacing:0;
  border-collapse:collapse;
  border:0px;
  padding:0px;
}

/* Links */
A:link    { color: #000000; text-decoration: none}
A:visited { color: #000000; text-decoration: none}
A:hover   { color: #57b6dd; text-decoration: none}
A:active  { color: #57b6dd; text-decoration: none}


/* Alternative links */
a.b:link { 
	color : #5b6f9a;
	text-decoration: none;
}

a.b:visited { 
	color : #5b6f9a;
	text-decoration: none;
}

a.b:hover { 
	color : #fecb7c;
	text-decoration: none;
	}

	
/* Alternative links */
a.c:link { 
	color : #FFFFFF;
	text-decoration: none;
}

a.c:visited { 
	color : #FFFFFF;
	text-decoration: none;
}

a.c:hover { 
	color : #fecb7c;
	text-decoration: none;
	}

	
/* Type style for main menu */
.typeMenu {
	font-size: 12px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

	
/* Type style for portfolio text */
.typePortfolio {
	font-size: 11px;
	line-height: 2;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

	
/* Type style for Testimonials text */
.typeTestimonials {
	font-size: 11px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

	
/* Type style for Technical Writing table text */
.typeTechnicalwriting {
	 border: 1px solid #d8ebf5;
	font-size: 11px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


/* Type style for footer text */
.typeFooterText {
	font-size: 9px;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}


/* Type style for drop down menu */
.typeDropDownMenu {
	font-size: 12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #FFFFFF;
}


/* Type style for content headers */
.typeContentHeaders {
	font-size: 14px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	text-transform: uppercase;
	color : #000000;
}


/* Type style for content sub-headers */
.typeContentSubHeaders {
	font-size: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-style: italic;
	color : #000000;
}


/* Type style for content text headers */
.typeContentTextHeaders {
	font-size: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	color : #000000;
}


/* Type style for content text */
.typeContentText {
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color : #000000;
}


