/* PRINT VERSION STYLESHEET */
/* #17118B : Dark Blue		*/
/* #CDD8EE : Light Blue		*/
/* #FFFFCD : Cream			*/

/************************/
/*		HTML TAGS		*/
/************************/

BODY
{
	background-color	: #FFFFFF;
	color				: #17118B;
	font-family			: Verdana;
	margin				: 0px 0px 0px 0px;
}
TD
{
	color				: #17118B;
	font-size			: 10pt;
}
/************************/
/*		 ID TAGS		*/
/************************/
#navBanner, DIV.BreadCrumbs
{
	visibility			: hidden; 
}
#tblBody
{
	left				: 0px;
	position			: absolute;
	top					: 105px;
	width				: 100%;
}
#PanelImages
{
	background-color	: #CDD8EE;
	text-align			: center;
	vertical-align		: top;
	width				: 230px;
}

/************************/
/*  ELEMENT   CLASSES   */
/************************/
DIV.PageHeader
{
	background-color	: #CDD8EE;
	border-bottom		: solid 2px #17118B;
	border-top			: solid 2px #17118B;
	color				: #17118B;
	font-size			: 12pt;
	font-weight			: bold;
	padding-bottom		: 5px;
	padding-top			: 5px;
	text-align			: center;
}
IMG.Border2
{
	border				: solid 2px #17118B;
}
TABLE.Header100
{
	background-color	: #CDD8EE;
	border-bottom		: solid 2px #17118B;
	border-top			: solid 2px #17118B;
	height				: 30px;
	width				: 100%;
}

/************************/
/*		TEXT CLASSES	*/
/************************/
.Text11B
{
	font-size			: 11pt;
	font-weight			: bold;		
}
.NoPrint
{
	visibility			: hidden;
	position			: absolute;
	top					: 0px;
	left				: 0px;
}
