/*
	Print version of Pathways stylesheet

	Define custom classes
*/

.smalltext {
	font-size: 9px;
}
.jtext {
	text-align: justify;
	margin-left: 20px;
}
.jtext2 {
	text-align: justify;
	margin-right: 50px;
	margin-left: 100px;
	line-height: 1.5em;
}
.quotation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: italic;
}
.quotation2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-style: italic;
	font-weight: bold;
}

/* 	
	IDs for printing 
*/
#noprint { display: none }
#printonly { display: visible }

/*
	Redefine standard tags 
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 16px;
	margin: 0px;
}
h1 {
	font-size: 9px;
	font-weight: bold;
	color: #CCCCCC;
	margin-left: 20px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	margin-left: 100px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-size: 12px;
	margin-left: 20px;
}
hr {
	color: #999999;
	height: 1px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #66CC00;
	text-decoration: underline;
}
a:active {
	color: #66CC00;
	text-decoration: underline;
}
.qtab {
	border: 1px solid #66CC00;
	background-color: #E9FFD2;
}
.vtbox {
	border: none;
}
.msgbox {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;

}

