/* vw.css

	notes:

		netscape REQUIRES the size (i.e. 'px') following the value, explorer
		apparently defaults to 'px'


	/*background-image : url(/vw/images/dwbkg.gif); */
	font-size: 12px;
	font-size: 12px;
	color:black;

	font-family: Georgia, Times New Roman, Times, serif;

	background-image : url(/vwrite/images/dwbkg.gif);

	note: if we use css to define a background color for tables, all tables
	embedded in cells will pick up that color - so, to set a background color
	we need to use the 'bgcolor' element of the body tag
*/

body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	color: #663300;
}

/* workaround for netscape 4.x table problems: dupe the body styles */

td {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	color: #663300;
}

.header {
}

/*
	font-style: italic;
	font-size: 26px;
*/
.vistaWrite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #FF3333;
	align: top;
}

.headLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
	font-style: italic;
	font-weight: bold;
*/
.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
}

/*
	background-image : url(/vwrite/images/dwbkg.gif);
	background-color : #CCCCFF;
*/
#menuBand {
	background-color : #ddddFf;
	background-image : url(/vwrite/images/bluesand2.gif);
}

.menuTD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

/*
	font-size: smaller;
*/
.subheads1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;

}
