/*---------------------------
	TEXT STYLES
---------------------------*/

body {
  background-image: url('../images/body_bg.jpg');
  background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}

p {
  font: 11px verdana;
  line-height: 15px;
  color: #333333;
}

td {
  font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
}

a:link { color: #0000aa; text-decoration: none;}
a:visited { color: #0000aa; text-decoration: none;}
a:hover { color: #aa0000;	text-decoration: underline;}

h1 {
	font: 18px Arial;
	color: #003F88;
}

h2 {
	font: 13px Arial;
	font-weight: bold;
  text-transform: uppercase;
	color: #197429;
  display: inline;
}

h3 {
	font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.left {
  background-image: url('../images/border.gif');
  background-repeat: repeat-y;
  background-position: left;
}

.right {
  background-image: url('../images/border.gif');
  background-repeat: repeat-y;
  background-position: right;
  width: 600px;
  padding-right: 40px ;
}

.bg {
  background-image: url('../images/textile_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  height: 640;
}

.MainHeading {color: white; font-weight:bold; font-size: 38px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}
.SubHeading {color: white; font-weight:bold; font-size: 20px; margin-left: 20px; height: 1em; filter: Shadow(Color=#666666, Direction=135, Strength=5);}

a.menu:link { color: #ffffff;	text-decoration: none; font-weight: bold;}
a.menu:visited { color: #ffffff; text-decoration: none; font-weight: bold;}
a.menu:hover { color: #ff0000; text-decoration: none; font-weight: bold;}

.memberCity{
  background-color: #003B7F;
	font: bold 14px Verdana;
  height: 38px;
  padding: 6px;
  vertical-align: bottom;
  color: #ffffff;
}

.memberCompany{
	background-color: #EDEDEE;
	color:#003B7F;
	font-weight: bold;
  padding-left: 8px;
  height: 22px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
}

.memberName{
	padding-left:8px;
  height: 20px; 
}

.spacer {
 height: 20px;
}

.logo {
  border-bottom: 1px solid white;
}