/* CSS Document */
html {
	margin-bottom: 1px;
}
body {
	font: 1em Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg2.gif);
	color: #000066;
	margin-top: 0px;
	margin-left: 0px;
}
a {
	font-size: 1em;
	color: #6666FF;
}

a:visited {
	color: #69C;
}

a:hover {
	color: #69C;
}

a:active {
	color: #C3F;
}
p {
	font: 1em Arial, Helvetica, sans-serif;
	color: #000066;
}

h1 {
	font-size: 115%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;

}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #000099;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #000099;
}
h4 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #000099;
}
li {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbarbottom {
	font: bold 85% Arial, Helvetica, sans-serif;
}

.t12 {
	font: 80% Arial, Helvetica, sans-serif;
}
.t14 {
	font: 85% Arial, Helvetica, sans-serif;
}

.t16i {
	font-size: 100%;
	font-style: italic;
}
.t18 {
	font: 120% Arial, Helvetica, sans-serif;
}
.t18b {
	font: bold 120% Arial, Helvetica, sans-serif;
}
.t14b {
	font: bold 85% Arial, Helvetica, sans-serif;
}
.t16b {
	font: bold 100% Arial, Helvetica, sans-serif;
}
.border {
	border: medium double #0000cc;

}
.borderleft45 {
	border: medium double #0000cc;
	float: left;
	width: 45%;
	padding: 15px;

}
.borderright45 {
	border: medium double #0000cc;
	float: right;
	width: 40%;
	padding: 15px;

}
.border2 {
	border: thin double #0000cc;

}
.border2pad {
	border: thin double #0000cc;
	padding: 15px;
}
.textright45 {
	float: right;
	width: 45%;
}
.textleft45 {
	float: left;
	width: 45%;
}
.pixright {
	float: right;
	height: auto;
	width: auto;
	margin-left: 10px;
}
.texleft {
	float: left;
	height: auto;
	width: auto;
}
