@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/tile_background.jpg);
	background-repeat: repeat-x;
}
.background_img {
	background-image: url(../images/img_bubbles.png);
	background-position: center top;
	background-repeat: no-repeat;
}
.glow_left {
	background-image: url(../images/glow.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.glow_right {
	background-image: url(../images/glow_right.png);
	background-repeat: repeat-y;
	background-position: left top;
}



.text1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 20px;
}
.glow_btm {
	background-image: url(../images/glow_btm.png);
	background-repeat: repeat-x;
}

.line_tile {
	background-color: #FFFFF4;
	background-image: url(../images/line.png);
	background-repeat: repeat-y;
	background-position: center;
}

.text2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666;
}
.headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #05315E;
}
.blueBack {
	background-color: #3F7CBF;
}

.white_background {
	background-color: #FFFFFf;
}
.h2 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
.text3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #252525;
	line-height: 21px;
}
.text4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #252525;
	line-height: 18px;
}
.text5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}
.text6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.textLink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3f7bbf;
	line-height: 21px;
	text-decoration: none;
}
