/*
Created by Ken Iino
Beyond Interactive 2005


/* ---------------- Pages ----------------*/ 

.index {
	height: 450px;
	margin-bottom: -20px !important;
	}	

.pageTwo {
	background-image: url(../images/backgrounds/bg2.jpg);
	}		
	
.pageTwo p {
	font-size: 11px !important;
	line-height: 12px !important;	
	}	
		
	
.pageThree {
	background-image: url(../images/backgrounds/bg3.jpg);
	}	
	
.pageThree p {
	font-size: 11px !important;
	line-height: 12px !important;	
	}	
	
.pageThree a {
	color: white;
	}
	
.pageFour {
	background-image: url(../images/backgrounds/bg4.jpg);
	}	

.pageFour p, .pageFour a, .pageFour strong {
	font-size: 11px !important;
	line-height: 12px !important;
	}		
	
.pageFive {
	background-image: url(../images/backgrounds/bg5.jpg);
	}
	
.pageFive p {font-size: 11px !important;
	line-height: 12px !important;
	}	
	
.pageSix {
	background-image: url(../images/backgrounds/bg6.jpg);
	}	
	
.pageSix p {font-size: 11px !important;
	line-height: 12px !important;
	}		
	
.pageSeven {
	background-image: url(../images/backgrounds/bg7.jpg);
	}	
	
.pageSeven p {font-size: 13px !important;
	line-height: 15px !important;
	}	
	
.pageEight {
	background-image: url(../images/backgrounds/bg8.jpg);
	}	
	
.pageEight p strong {
	color: #575D76;
	}	
	
.pageEight p  {
	line-height: 11px !important;
	}
	
.pageEight	 {
		margin-bottom: -17px !important;
		}	
	
.pageNine {
	background-image: url(../images/backgrounds/bg9.jpg);
	}	
	
.pageNine p {
	line-height: 12px !important;	
	}		
	
.pageNine	 {
		margin-bottom: -34px !important;
		}		
	
.pageTen {
	background-image: url(../images/backgrounds/bg10.jpg);
	}	

.pageTen p {
	font-size: 11px !important;
	line-height: 12px !important;	
	}	

.pageTen .tableSpacer {	
	width: 100px;
	}
	
.pageTen	 {
		margin-bottom: -14px !important;
		}		
	
.pageEleven {
	background-image: url(../images/backgrounds/bg11.jpg);
	}
		
	
.pageEleven	 {
		margin-bottom: -1px !important;
		}	
		
.pageEleven p {
font-weight: 12px !important;	
	line-height: 13px !important;	
	}		
	
.pageTwelve {
	background-image: url(../images/backgrounds/bg12.jpg);
	}	
	
.pageTwelve li {margin-bottom: 5px;line-height: 12px;}	
	
.pageTwelve p {
	font-size: 11px !important;
	line-height: 12px !important;	
	}		
	
.pageTwelve h3 {
	margin-bottom: 0px !important;
	}		
	
.pageThirteen {
	background-image: url(../images/backgrounds/bg13.jpg);
	}	
	
.pageThirteen p {
	font-size: 11px !important;
	line-height: 12px !important;	
	}		
	
.pageThirteen .tableSpacer {	
	width: 240px;
	}	
	
.pageFourteen {
	background-image: url(../images/backgrounds/bg14.jpg);
	}	
	
.pageFourteen {
	margin-bottom: -12px !important;
	}	
	
.pageFourteen p, .pageFourteen li {
	font-size: 11px !important;
	line-height: 12px !important;	
	}		
	
.pageFourteen ul {
	margin-left: 30px;
	}	
	
.pageFourteen li {
	list-style:square;
	}	
	
.pageFifteen {
	background-image: url(../images/backgrounds/bg15.jpg);
	}		
	
.pageFifteen p {
	color: white !important;
	line-height: 12px;
	}
	
	
.pageSixteen {
	background-image: url(../images/backgrounds/bg16.jpg);
	}
	
.pageSixteen p {
	line-height: 13px;
	}	
	
.pageSixteen li {
	list-style:square;
	line-height: 11px!important;
	margin-bottom: 5px!important;
	}		
	



/* ---------------- Home ----------------*/ 

.index {
	margin-left: 10px !important;
	margin-top: -10px;
	margin-bottom: 10px !important;
	}
	
* html .index {
	margin-bottom: -8px !important;
	}	

/* ---------------- fonts ----------------*/

* {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	border: 0px;
	margin: 0px;
	}	
	
.white {
	color: white !important;
	}	
	
h1, h2, h3, h4, h5, h6 {font-family: Arial, Helvetica, sans-serif;}

h1 {
	font-size: 24px !important;
	margin-bottom: .2em;
	}
h2 {
	font-size: 18px !important;
	font-weight: lighter;
	}
	
h3 {
	font-size: 12px !important;
	margin-bottom:10px;
	}
	
h4 {
	font-size: 14px !important;
	margin-bottom: -12px;
	}			
	
h5 {
	font-size: 1em !important;
	margin-bottom: -12px;
	}
	
h6 {
	font-size: 1em !important;
	}
	
li, blockquote, td {
	font-size: 11px !important;
	line-height:10px !important;	
	}
	
strong {
	font-size: 11px !important;
		line-height:12px !important;
	}	
	
p, strong {
	line-height:10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 12px;
	}
	
li {
	margin-left: 15px;
	list-style:square;
	}
		
blockquote {
	margin-left: 0px;
	font-weight: bold;
	}	

 .print {
 	display: none;
	}
 
/* ---------------- general ----------------*/
	
* html body {
	margin-top: 0px;
	}

body {
  	margin-top: -10px;
  	text-align: center;
	background-color: #68564E; 
	}
#wrapper{
	margin: 0 auto;
  	width: 760px;
  	text-align: left;
  	background-color: #ffffff;
	padding-right: 10px;

	}
#textArea {
	width: 700px;
	margin-left: 4px;
	  	height: 460px !important;
	overflow:hidden;
	}

#content {
	width: 720px;
	margin-left: 20px;
	background-repeat:no-repeat;
	padding: 10px 0 20px 10px;
}

* html .hideFF {
	display:block;
	}

.hideFF {
	display: none;
	}
	
.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	} 
	 	
/* ---------------- menu ----------------*/ 

.dropStyle {
	color: #ffffff;
	background-color: #004272;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px  !important;
	} 

* html .dropStyle {
	color: #ffffff;
	background-color: #004272;
	font-family : Arial, Helvetica, sans-serif;
	
	} 

#menuTable {
	width: 736px;
	border: 0px;
	margin-left: 20px;
	margin-top: 19px;
	padding-top: 10px;
	margin-bottom: 10px;
	}
	
* html #menuTable {
	padding-top: 10px;
	margin-top: 15px;
	}
	
#leftMenuSpace {
	width: 150px;
	}	
		
#footer {
	}
	
table, tr, td{ 
	border: solid 0px black; 
	text-align: left; 
	vertical-align: top;
	padding:0;
	}	
 
