/******************************************************************************
* Defines styles for the main site pages and menu.                            *
******************************************************************************/

a {
  color: #006699;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: #d04000;
}

body {
  background-color: #eeeeee;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
	margin : 0px 0px 0px 0px;
	background-image : url(images/backcol.gif);
}

h1 {
  font-family: Verdana;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: right;
  vertical-align: bottom;
  font-weight: lighter;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
	text-align: left;
  margin-top: 0px;
  margin-bottom: 5px;
}

.tdf {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.tdoc {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.tdorder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  vertical-align : middle;
}

.tdorderbox {
  font-size: 10px;
  font-weight: normal;
}

.tdorderboxtot {
	font-size: 10px;
	font-weight: normal;
	border : none;
	color : #660000;
    vertical-align : middle;
    background-color : #f5f5f5;
}
.tdsubtot {
	font-size: 12px;
	font-weight: normal;
	border : none;
	color : #006600;
    vertical-align : middle;
    background-color : #f5f5f5;
}
.grandtot {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border : none;
	color : #bb0000;
    vertical-align : middle;
    background-color : #f5f5f5;
}

.shiptot {
	font-size: 12px;
	font-weight: normal;
	border : none;
	color : #000088;
    vertical-align : middle;
    background-color : #f5f5f5;
}

.tdship {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border : none;
	color : #008800;
    vertical-align : middle;
    background-color : #f5f5f5;
}

.tdi {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.tdcd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.tdcdh {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.tdtext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.navbar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
	text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 800;
  background-color: #f6f6f6;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 150%;
  margin-top: 0px;
  margin-bottom: 5px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  margin-top: 0px;
  margin-bottom: 5px;
}

label {
  font-weight: bold;
}

textarea {
  font-family: Arial, Helvetica, sans-serif;

}


ul {
  list-style-type: square;
}

.errorMsg {
  color: #c00000;
  font-weight: bold;
}

#main {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px auto;
  text-align: left;
  width: 565px;
	float: left;
  padding: 0px 0px 0px 0px;

}

#titleBar, #copyright {
  font-family: Arial, Helvetica, sans-serif;
	background-color: #aa6666;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  font-size: 100%;
  font-weight: bold;
  padding: 2px .5em;
  width: 100%;
  float: left;
}

#copyright {

  font-size: 80%;
  font-weight: bold;
  text-align: right;
}

#content {
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: .5em 1em .25em 1em;
	width: 565px;
  float: left;

}



