/* Default CSS Stylesheet for a new Web Application project */
/*                           Copyright (c) 1998 - 2008                           */
/*                   Strategic Consulting International, L.L.C.                  */
/*                             All Rights Reserved                               */
/*       This software comprises unpublished confidential information of         */
/*       Strategic Consulting International, L.L.C. and may not be used,         */
/*       copied or made available to anyone, except in accordance with           */
/*       the license under which it is furnished.                                */
P
{
	color:dimgray;
	font:10pt;
	font-family:Tahoma;
	text-align:justify;
}
H3
{
	font-family:Tahoma;
	color:firebrick;
	font-size:12pt
}
.greentext
{
	font: bolder 10pt Tahoma;
	color: darkgreen;
}
.greentext A:link
{
	color:darkgreen;
	font:10pt;
	font-weight:bolder;
}
.greentext A:visited
{
	color:darkgreen;
	font:10pt;
	font-weight:bolder;
}
.btext
{
	color:dimgray;
	font:10pt;
	font-family:Tahoma;
	font-weight:bolder;
}
.btext A:link
{
	color:dimgray;
	font:10pt;
	font-weight:bolder;
}
.btext A:visited
{
	color:dimgray;
	font:10pt;
	font-weight:bolder;
}
.text
{
	color:dimgray;
	font:10pt;
	font-family:Tahoma;
}
.text A:link
{
	color:dimgray;
	font:10pt;
}
.text A:visited
{
	color:dimgray;
	font:10pt;
}
.table
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    MARGIN: 1px;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}
.copyright
{
	font-size: 7pt;
	font-family:Tahoma;
	color:slategray;
}
.pagehdr
{
	font-size: 11pt;
	font-family:Tahoma;
	color:firebrick;
	font-weight:bold;
}
.msg
{
	font-family:Tahoma;
	font-weight:bolder;
	color:green;
	font-size:9pt;
}
.Errmsg
{
	font-family:Tahoma;
	font-weight:bolder;
	color:red;
	font-size:9pt;
}
.menuText
{
	BORDER-RIGHT: #696969 1px solid; 
	BORDER-BOTTOM: #696969 1px solid;
	color:dimgray;
	font:10pt;
	font-family:Tahoma;
	font-weight:bolder;
}
