/* file: gvGlobal.css */
/* background and link definitions */
body {
	color: #003333;   /* text */
	background: #FFCCCC;
}
a:link { color: #0000FF; }
a:hover { color: #FF0000; }
a:visited { color: #800080; }
/* table and column class definitons */
table.page-body {
	width: 680;
	padding: 5em;
}
table.header-footer {
	width: 680;
	padding: 2em;
}
col.page-left { width: 125; }
col.page-right { width: 555; }
col.page-full { width: 680; }
table.contact {
	width: 530;
	padding: 2em;
}
col.contact-left { width: 350; }
col.contact-right { width: 180; }
hr.header-footer {
	height: 2pt;
	width: 650;
	color: #003333;
}
hr.page-body {
	height: 1pt;
	width: 500;
	color: #003333;
}
/* font ID definitions */
#header-tagline {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 11pt;
	font-weight: bold;
	font-style: italic;
	color: #003333;
}
#navigation {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #003333;
}
#page-section {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #003333;
}
#page-body {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #003333;
}
#page-footer {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
