BODY {
	background-image : url(Kayimages/vtoaqua.jpg);
	background-attachment : fixed;
}

H1.center {
	font-family : "Arial Black";
	font-size : 150%;
	font-style : normal;
	font-weight : bold;
	text-align : center;
	color : Blue;
	text-transform : uppercase;
}
H2.center {
	font-family : "Arial Black";
	font-size : 130%;
	font-style : normal;
	font-weight : bold;
	text-align : center;
	color : Blue;
	font-variant : small-caps;
}

H3.center {
	text-align : center;
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	color : Blue;
}

H3.left {
	font-style : italic;
	font-family : Arial, Helvetica, sans-serif;
	color : Blue;
}
P.center {
	text-align : center;
	font-weight : bolder;
	color : Blue;
}
P.bold {
	font-weight : bold;
}
P.quote {
	text-align : center;
}

.italic {
	font-style : italic;
}
.bold {
	font-family : "Arial Black";
}
.semibold{
	font-weight : bold;
}
.uline {
	text-decoration : underline;
	font-weight : bold;
}
UL.notag {
	list-style-type : none;
}

TABLE.sidebar {
	width : 100%;
	border-width : 0;
}
TD.sidebar {
	width : 20%;
	background-color : Blue;
	color : White;
	vertical-align : middle;
}
TD.main {
	vertical-align : top;
}
P.sidebar{
	font-family : Arial;
	font-size : xx-small;
}
