@charset "utf-8";
@import url("header.css");
@import url("menu.css");
@import url("body.css");

		/*LAYOUT CLASSES*/
.fll {float:left;
}
.flr {float:right;
}
.ca {clear:both;
}
.cll {display: block;
	  clear: left;
	  visibility: hidden;
}
.ul /*unorderlist*/{
}
.z0 {z-index: 0;
}
.z1 {z-index: 1;
}
.z2 {z-index: 2;
}
		/*TEXT CLASSES*/
.f1 {font:Arial, Helvetica, sans-serif
}
.s1 {font-size: .85em;
}
.s2 {font-size: .75em;
}
.s3 {font-size: .625em;
}
.s4 {font-size: .5em;
}
.s5 {font-size: 1.15em;
}
.s6 {font-size: 1.33em;
}
.s7 {font-size: 2.5em;
}
.s8 {font-size: 1.75em;
}
.h1 {font-size: 2em;
	 font-weight: bold;
}
.h2 {font-size: 1.5em;
}
.sp1 {letter-spacing: 3px;
}
.sp2 {letter-spacing: 5px;
}
.al {text-align: left;
}
.ac {text-align: center;
}
.aj {text-align:justify;
}
.ar {text-align:right;
}
.fc1 {color: #999999;
}
.fc2 {color: #555555;
}
.fc3 {color: #076e6e;
}
.li1 {line-height: 2em;
}
.li2 {line-height: 3em;
}
.li3 {line-height: 4em;
}
		/*BORDER CLASSES*/
.b1 {border: 1px solid;
}
.b2 {border: 2px solid;
}
.bc1 {border-color: #99FFFF;
}
.bc2 {border-color: #555555;
}
		/*BKGD CLASSES*/
.bg1 {background-color: #ffffff;
}
.bi1 {background-image: url(images/senmain.jpg);
}
.bi2 /*bg image2*/{
}
		/*BEHAVIOR CLASSES*/
a:link {
	text-decoration: none;
	color: #999999;
	border: 0;
}
a:visited {
	text-decoration: none;
	color: #999999;
	border: 0;
}
a:hover {
	text-decoration: none;
	color: #222222;
	border: 0;
}
a:active {
	text-decoration: none;
	border: 0;
}
