/*-- Styles that apply to all pages --*/

/*-- two and four value syntax for margin and padding --*/
/*-- margin {vertical horizontal} --*/
/*-- margin {top right bottom left} --*/

body {margin: 0px;
		padding: 0px;}

.back {width: 98%;
       padding: 4px;
		margin-left: 5px;
		margin-right: 5px;
		background-position: center}
		


.pic1 {margin: 0px 0px 0px 0px;
       float:left;}

.pic2 {margin: 0px 0px 1px 20px;}

.pic3 {margin: 0px 0px 0px 0px;}

.pic4 {margin: 0px 10px 0px 0px;}

.container-outer { overflow-x: scroll; overflow-y: hidden; width: 900px; height: 200px; }

.container-inner { width: 3360px; }


.text1 {padding: 12px;
        font-size: 32pt;
		font-weight: 800; 
		font-family: times;
		clear: right;}


.text2 {padding: 12px;
        font-size: 18pt;
		font-weight: 200; 
		font-family: times;
		clear: right;}


.text3 {font-size: 16px;
		font-weight: normal; 
		font-family: arial;
		text-align: left;
		clear: right;
		padding: 12px;
		line-height: 20px;}
		
.text4 {font-size: 18pt;
		font-weight: 700; 
		font-family: times;
		clear: right;}


.box1 {margin: 1px 1px 1px 1px; 
        border: 2px solid #999999;
        padding: 2px 2px 2px 2px;
        background-color: #BBBBBB;
        height: 35px;
        line-height: 35px;
        width: 90px;
        text-align: center;}


.text5 {font-size: 17px;
		font-weight: 500; 
		font-family: arial;
		text-align: left;
		clear: right;
		line-height: 20px;}
		
.text6 {font-size: 17px;
		font-weight: normal; 
		font-family: arial;
		line-height: 24px;}


.text7 {font-size: 16px;
		font-weight: normal; 
		font-family: arial;
		line-height: 22px;}

.text8 {font-size: 22px;
		font-weight: 150; 
		font-family: arial;
		line-height: 30px;}		


.text9 {font-size: 18px;
		font-weight: normal; 
		font-family: arial narrow;
		font-style: italic;
		line-height: 18px;}

.text10 {text-align: center;
         vertical-align: top;}



.fieldimage {overflow-x: scroll; overflow-y: hidden; width: 1000px; height: 380px; }

.fieldinner {width: 3000px}

.pic5 {height: 280px; clear: right;}

