@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-size: medium;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: #336699;
	display: inline;
}
h2 {
	font-size: small;
	color: #000000;
	display: inline;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	display: inline;
}
h4 {
	font-size: small;
	color: #000000;
	display: inline;
	font-weight: normal;
}
h5 {
	font-size: small;
	color: #000000;
	display: inline;
}
h6 {
	font-size: small;
	color: #336699;
	display: inline;
	font-weight: normal;
}
.img-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 2px;
}
.img-left-2px {
	float: left;
	margin-right: 10px;
	border: 2px solid #000000;
	margin-bottom: 10px;
}
.text {
	font-size: small;
}
.textem {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}
.textunderline {
	text-decoration: underline;
}
.txt_lrgblue {
	font-size: large;
	color: #0099FF;
}
#content {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
