/* TAG DESIGN */

body {
	color: #005883;
	margin: 0px;
	padding: 0px;
	background-color: #b0bac3;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}
html p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 18px;
}
a:link, a:visited {
	color: f60;
	text-decoration: none;
	background: transparent;
}
a:hover {
	color: #f60;
	text-decoration: underline;
	background: transparent;
}
a:active {
	color: #003;
	text-decoration: none;
	background: transparent;
}

/* CLASS DESIGN */

.hide {
	display: none;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}

/* DIV or TABLE DESIGN */

td#banner {
	width: 760px;
	height: 95px;
	background-color: #005883;
	padding: 0;
	border: 0;
}
td#navbar {
	width: 760px;
	height: 20px;
	background-color: #9dc4d5;
	padding: 0;
	border: 0;
	text-align: left;
}
tr#textpic {
	height: 385px;
	background-color: #fff;
	padding: 0;
	border: 0;
}
td#text {
	padding-top: 50px;
	text-align: right;
	vertical-align: top;
}