/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #B9C1D5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed
}
img {
	border: none;
}
a:link {
	color: #007374;
	text-decoration: none;
}
a:visited {	
	color: #007374;
	text-decoration: none;
}
a:hover {
	color: #007374;
	text-decoration: underline;
}

a.menu_no_decor:link { text-decoration: none; border-bottom-style: none;}
a.menu_no_decor:visited { text-decoration: none; border-bottom-style: none; }
a.menu_no_decor:hover { text-decoration: none; border-bottom-style: none; }

.img-no-decor a:link, .img-no-decor a:visited, .img-no-decor a:hover, .img-no-decor a:active { 
	text-decoration: none; background: none; 
	border: none;
	border-bottom-style: none;
}

.textmd {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textsm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tinytext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.body_border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0E1E6;
	border-right-color: #E0E1E6;
	border-bottom-color: #E0E1E6;
	border-left-color: #E0E1E6;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #007374;
}
.bg_header {
	background-image: url(/images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.blog_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #09407F;
}
.blog_date {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.sidebar_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #09407F;
}

