BODY{ 
  font-family: Arial; 
  font-weight : normal;
  background-color : white;
  text-decoration : none;
  font-size : 9pt;
  margin:0px
}

TD.bordercolor{
  background-color:#829fbd;
}

SPAN.Title{
  font-size:12pt;
  font-weight:bold;
  color :#006699;
}

SPAN.subTitle{
  font-size:10pt;
  font-weight:bold;
  color :#44405b;
}

TABLE.frame{
  font-size : 10pt;
  margin-top : 10px;
  height:80%;
}

TABLE.menu  {
  color: #ffffff;
  font-size: 8pt;
  font-weight: bold;
  border-collapse: collapse;
  margin : 1px;
}

P.footer{
	font-size:11pt;
}

A.color:link	{
	color: #000000;
	text-decoration: none;
	font-size: 12px ;
}

A.color:visited    {
	color: #000000;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 12px ;
}

A.color:active     { 
	color: #000000;
	font-style: normal;
	font-variant: normal; 
	text-decoration: none; 
	font-size: 12px ;
}

A.color:hover      {
	color: #000000;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	background-color: #ffffff;
	font-size: 12px ;
}

TD {
	font-size:9pt;
}

/* ** index.html ** */
div.layout {
	background-color: #FFFFFF;
	margin-left: 45px;
	font-size: 12px;
	width: 550px;
}

div.layout h1{
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left:6px;
	border-bottom: 1px solid #829FBD;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}

div.layout p {
	line-height:130%;
}

.grayLine{
	border-top:solid 1px #cccccc;
}

/* ** table style product list ** */

table.productList {
	border-collapse:collapse;
	border: solid 1px #c6e3f7;
	font-size: 12px;
	line-height: 16px;
	font-style: normal;
}
table.productList th,
table.productList td {
	padding:0;
	border-right: solid 1px #c6e3f7;
	border-bottom: solid 1px #c6e3f7;
}
table.productList th {
	color:#ffffff;
	background-color:#443f5c;
	font-weight:normal;
	padding:1px;
}
table.productList td {
	background-color:#f3faff;
	text-align:center;
	padding:1px;

}
table.productList td.model {
	text-align:left;
	padding-left:10px
}

.alignRight  { text-align: right; }
.alignCenter { text-align: center; }
