
/*******************************************************************************
 * Tiger Designs
 ******************************************************************************/

/*******************************************************************************
 * General Page Layout
 ******************************************************************************/

html, body {
	margin: 0;
	padding: 0;
}
 
 
body {
	font-family: Arial, Helvetica, Verdana, San-serif ;
	margin-top: 8px;
	font-size: 76%;
	color: #000000 ;
}

#header {
	background: url(../images/bground.jpg) no-repeat;
	background-color : #FFFCF7;
}

p {
	border: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, San-serif ;
	font-size: 0.8em;
}

img {
	border: none ;
}

a {
	text-decoration: none ;
	color: #000000 ;
}

a:visited {
	text-decoration: none ;
	color: #000000 ;
}

a:active {
	text-decoration: none ;
	color: #FF9900 ;
}

a:hover {
	text-decoration: none ;
	color: #FF9900 ;
}

/*******************************************************************************
 * Specific Style Elements
 ******************************************************************************/

headimage {
	text-align: center;
	text-decoration: none;
}


div.hr {
	height: 9px;
	width: 98%;
	background: url(../images/dotline-h.gif);
	align: center;
}

div.hr hr {
	display: none;
}

.main {
	  padding-left: 3px;
	  text-align: justify;
}

.alphabet {
	font-family: Arial, Helvetica, Verdana, San-serif ;
	color:#0099CC;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding-bottom:0px;
}

/*******************************************************************************
 * Main Content Area Layout
 ******************************************************************************/

.main h1 {
	font-family: Arial, Helvetica, Verdana, San-serif ;
	font-size: 0.9em;
	font-weight: strong ;
	color: #000000;
  	border: 0;
	padding: 0;
}

.main h2 {
	font-family: Arial, Helvetica, Verdana, San-serif ;
	font-size: 0.8em;
	font-weight: strong;
	color: #000000;
}

.main h3 {
	font-family: Arial, Helvetica, Verdana, San-serif ;
	color:#000000;
	font-size: 75%;
	font-weight: bold;
	text-align: right;
	padding-bottom:0px;
}

.main h3 a {
	color:#000000;
}

.main h4 {
	font-family: Arial, Helvetica, Verdana, San-serif ;
	color:#003366;
	font-size: 75%;
	font-weight: bold;
	text-align: left;
}

.main ul {
	font-family: Arial, Helvetica, Verdana, San-serif ;
	font-weight: normal;
	text-align: justify;
	font-size: 0.8em;
}

.main ul li {
	padding: 5px;
	text-align: justify;
}


.quote td {
	padding: 8px;
	color:#003366;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	text-align: left;
	background-color: white;
	}


/*******************************************************************************
 * Footer Layout
 ******************************************************************************/

.footer {
	padding: 5px 15px;
    font-size: 0.6em;
	color: #999999 ;
}

.footer a:visited {
	font-size: 1em;
	text-decoration: none ;
	color: #999999 ;
}

.footer a:active {
	font-size: 1em;
	text-decoration: none ;
	color: #999999;
}

.footer a:hover {
	font-size: 1em;
 	text-decoration: underline ;
	color: #999999 ;
}

.footer a:link {
	font-size: 1em;
	text-decoration: none ;
	color: #999999;
}

.reciplink {
	font-size: .1em;
	text-decoration: none ;
	color: #ffffff;
}
/*******************************************************************************
 * Select List Layout
 ******************************************************************************/

div#selectlist
{
background-color: none;
border-top: none;
border-bottom: none;
width: 420px;
}

div#selectlist ul
{
	font-family: Arial, Helvetica, Verdana, San-serif ;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	margin: 1px;
	padding-bottom: 10px;
	padding-top: 0px;
}

div#selectlist ul li
{
display: list-item;
list-style-type: none;
background : transparent url(../images/bullet.gif) no-repeat center left;
	/*margin-left : -1.1em;*/
padding-left : 1em;
padding-bottom: 6px;
}

div#selectlist ul li a
{
padding: 0px 0px 4px 2px;
text-decoration: none;
background-color: none;
color: #000000;
}

div#selectlist ul li a:hover
{
padding: 0px 0px 4px 2px;
text-decoration: none;
background-color: none;
color: #FF9900;
}

/*******************************************************************************
 * List Layout
 ******************************************************************************/

div#list ul li ul li {
  font-size: 120%;
  text-align: left;
  text-decoration: none;
  line-height: 1.8 ;
}

/*******************************************************************************
 * RegularList Layout
 ******************************************************************************/

div#regularlist ul li {
  display: list-item;
  list-style-type: none;
  background : transparent url(../images/bullet.gif) no-repeat center left;
  /*margin-left : -1.1em;*/
  padding-left : 1em;
  padding-bottom: 6px;
  font-size: 100%;
  text-align: left;
  text-decoration: none;
  line-height: 1.2 ;
}

/*******************************************************************************
 * HomepageList Layout
 ******************************************************************************/

div#homepagelist ul li {
  display: list-item;
  list-style-type: none;
  background : transparent url(../images/bullet-home.gif) no-repeat top left;
  /*margin-left : -2.1em;*/
  padding-left : 2em;
  padding-bottom: 14px;
  font-size: 100%;
  text-align: left;
  text-decoration: none;
  line-height: 1.2em ;
}

div#detail table {
	clear: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.6em; 
	font-style: normal; 
	font-weight: normal;
	padding: 0px 0 0px 0;
    margin: 4px 0;
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #797C89;
}

div#detail-table tr#row1-e { 
	font-weight: bold;
}

div#detail-table tr#row2-e { 
}

div#detail-table td {
	padding: 8px;
	border: 1px solid #797C89;
	background-color: #FFFFFF;
}

div#detail-table p {
	padding: 0px; border: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 0.7em; 
	font-style: normal; 
	font-weight: normal; 
	text-align: left;
	border-collapse: collapse;
	line-height: 14px;
}
