body {
	font-size: small;
	background-color: #37bef0;
}

div.header {
	background-color: #ffffff;
	font-size: 100%;
	font-weight: bold;
	margin: 1em 1% 1.5em 1%;
	padding: 1em 0em 1em 1em;
	text-align: center;
}

div.daytopic {
	margin: 0 0 1em 0;
	padding: 0;
}

div.titlebox {
	color: #ffffff;
	font-size: 60%;
	font-weight: bold;
	margin:0 1% 0 1%;
	padding: 0.5em 0em 0.5em 1em;
	background-color: #0000AB;
}
div.titlebox a {
	color: #ffffff;
	text-decoration:none;
}

div.titlebox2 {
	color: #ffffff;
	font-size: 60%;
	font-weight: bold;
	margin:0 1% 0 1%;
	padding: 0.5em 0em 0.5em 1em;
	background-color: #00009B;
}
div.newsbox {
	margin:0px 1% 0px 1%;
	padding: 1em 1em 1em 2em;
	text-indent: -1em;
	line-height: 135%;
	background-color: #fafafa;
}
div.newsbox p {
	margin-bottom:0;
}

div.newsbox2 {
	margin:0px 1% 0px 1%;
	padding: 1em 1em 1em 2em;
	text-indent: -1em;
	line-height: 120%;
	background-color: #fafafa;
}
div.newsbox2 p {
	margin-left:0;
	margin-bottom:0;
}

div.newsbox3 {
	margin:0px 1% 0px 1%;
	padding: 1em 1em 1em 3em;
	text-indent: -2em;
	line-height: 120%;
	background-color: #fafafa;
}
div.newsbox3 p {
	margin-bottom:0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}


/* begin styles for RSS Feed */

.rss_items {
	margin: 3px;
	padding: 0px;
	list-style-type: none;
}
.rss_date {
	font-size: 10px;
	font-weight : normal;
	color: #999;
}



/* font size
----------------------------------------------- */
* html body .fontsize1 { font-size: xx-small; }
* html body .fontsize2 { font-size: x-small; }
* html body .fontsize3 { font-size: small; }
* html body .fontsize4 { font-size: medium; }
* html body .fontsize5 { font-size: large; }
* html body .fontsize6 { font-size: x-large; }
.fontsize1 { font-size: x-small; }
.fontsize2 { font-size: small; }
.fontsize3 { font-size: medium; }
.fontsize4 { font-size: large; }
.fontsize5 { font-size: x-large; }
.fontsize6 { font-size: xx-large; }
.fontsize1, .fontsize2, .fontsize3, .fontsize4, .fontsize5, .fontsize6 {
	text-align: justify;
	text-justify: inter-ideograph;
}


