/* CSS Document */
body {
	background-color: #91b5ca;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
#btmenu {
	color: #FFFFFF;
}
#btmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#btmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#btmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#btmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#btPic {
	background-image: url(images/bt-pic.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 250px;
}
#content {
	text-align: justify;
}
#content h1 {
	font-size: 22px;
	font-weight: normal;
	color: #173A4D;
	text-decoration: none;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.white1 {
	color: #FFFFFF;
}
.style1 {color: #FFFFFF; font-weight: bold; }
a:link {
	color: #144D6B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #144D6B;
}
a:hover {
	text-decoration: underline;
	color: #173A4D;
}
a:active {
	text-decoration: none;
	color: #144D6B;
}
.lightBlue {
	color: #2a6b8e;
}

