/* Default CSS Stylesheet for a new Web Application project */
H2
{
	font-size: 11pt;
	color: silver;
	font-family: Tahoma;
	letter-spacing: 2pt;
}
H3
{
	font-size: 12pt;
	color: red;
	font-family: Tahoma;
	letter-spacing: 2pt;
}
.table
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	margin: 1px;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
}
.small_text
{
	font-weight: lighter;
	font-size: 8pt;
	text-transform: none;
	color: silver;
	font-style: normal;
	font-family: Tahoma;
	font-variant: normal;
	text-decoration: none;
}
.msg
{
	font-weight: bolder;
	font-size: 10pt;
	color: red;
	font-family: Tahoma;
}
.box
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 11pt;
	border-left: 1px solid;
	color: #000000;
	border-bottom: 1px solid;
	font-family: Arial;
}
.rdhdr
{
	font-weight: bolder;
	font-size: 10pt;
	color: red;
	font-family: Tahoma;
}
.bkhdr
{
	font-weight: bolder;
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
}
.gray_text
{
	font-weight: lighter;
	font-size: 14pt;
	color: gray;
	font-family: Verdana;
}
.bktext
{
	font-weight: bolder;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma;
	text-decoration:none;
}

.bltext
{
	font-weight: bolder;
	font-size: 8pt;
	color: #336699;
	font-family: Tahoma;
}
.rdtext
{
	font-weight: bolder;
	font-size: 8pt;
	text-transform: none;
	color: red;
	font-style: normal;
	font-family: Tahoma;
	font-variant: normal;
	text-decoration: none;
}
.wttext
{
	font-weight: lighter;
	font-size: 8pt;
	text-transform: none;
	color: White;
	font-style: normal;
	font-family: Tahoma;
	font-variant: normal;
	text-decoration: none;
}
.sltext
{
	font-size: 8pt;
	color: silver;
	font-style: normal;
	font-family: Tahoma;
	font-variant: normal;
	text-decoration: none;
}
.copyright
{
	font-size: 7pt;
	color: silver;
	font-family: Tahoma;
}
.darkgraytext
{
	font-size: 8pt;
	color: dimgray;
	font-style: normal;
	font-family: Tahoma;
	font-variant: normal;
	text-decoration: none;
}

