/***********************************************************/
/* Jablonski Master Style Sheet                                      */
/* Written by Margaret E. Schulte                                   */
/* 03MAR01                                                                    */
/* Updated by Julie W Schulte
/* 06MAR26
/***********************************************************/

/* Link Elements */
a:link
{
	color: #333399;
	text-decoration: none;
}

a:hover
{
	color: #333399;
	text-decoration: none;
}

a:active
{
	color: #990033;
	text-decoration: none;
}

a:visited
{
	color: #990033;
	text-decoration: none;
}


/* Small Text Elements */
.text
{
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #000000;
}
 
 .bluetext
 {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #333366;
}
 
 .greytext
 {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #999999;
}
 
 .yellowtext
 {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	color : #ffcc00;
}

/* Bold Text Elements */
.btext
{
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	line-height: 95%;
	font-weight : bold;
	color : #000000;
}
 
 .bbluetext
 {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	line-height: 95%;
	font-weight : bold;
	color : #333366;
}
 
 .bgreytext
 {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #999999;
}
 
 .byellowtext
 {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ffcc00;
}

/* Subhead Elements   */
.subhead
{
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #333366;
}
 
.yellowsubhead
 {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ffcc00;
}

/* Page Header Elements   */
.pagehead
{
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #333366;
}
 
.yellowpagehead
 {
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : #ffcc00;
}
 
/* Cell Elements */
.bluecell
{
	background: #333366;
}

.yellowcell
{  
	background: #ffcc00;
}

.grycell
{  
	background: #cccccc;
}



.quoteboxright {
	font-family: Arial, Helvetica,sans-serif;
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #000000;
	float: right;
	width: 275px;
	margin: 8px;
	font-size : 9pt;
	color : #333366;
}

