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

.brdr {
	border: thick solid #004D5E;
}
body {
	background-image: url();
	background-repeat: repeat;
	background-color: #1B4C5D;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.tel {
	font-size: 30px;
	color: #1B4C5D;
}

a:link {
	color: #004D5E;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #004D5E;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #004D5E;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20px;
	color: #004D5E;
}
h2 {
	font-size: 16px;
	color: #004D5E;
}
h3 {
	font-size: 20px;
	color: #000;
}
.brdr2 {
	border: thin solid #004D5E;
}
.blu {
	color: #004D5E;
}
.dkgreen {
	color: #396;
}
.lilgrn {
	font-size: 10px;
	color: #396;
}
