/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	position: absolute;
	top: 0px;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
/*

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	*/
	A:link	{	
	text-decoration:	none;
	color:	#5d5d5d;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#5d5d5d;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#5d5d5d;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}	
		
A:hover
{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

TD
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}
TABLE
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}

TD.DarkGray
{
	font-weight: bold;
	font-size: 8pt;
	color: #5D5D5D;
	font-family: Verdana, Arial;
}

TD.Price
{
	font-weight: bold;
	font-size: 8pt;
	color: #0a4064;
	font-family: Verdana, Arial;
}
TD.itemID
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	font-family: Verdana, Arial;
	vertical-align:middle;
}
TD.itemDesc
{
	font-size: 8pt;
	vertical-align: top;
	color: #696969;
	font-family: Verdana, Arial;
}

TABLE.White
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial;
}
TD.White
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial;

}
TD.WhiteSlate
{
	font-size: 8pt;
	color: white;
	font-family: Verdana, Arial;
	background-color: #445763;
}
TD.Slategray
{
	font-size: 8pt;
	color: #445763;
	font-family: Verdana, Arial;
}

TD.mid
{
	font-size: 10pt;
}
.myLeft
{
	text-align: right;
}
A:link.Slategray
{
	color: #445763;
	border-bottom-style: none;
}	
		
A:visited.Slategray{	
	text-decoration:	none;
	color:	#445763;
	}	
		
A:active.Slategray	{	
	text-decoration:	none;
	color:	#445763;
	}	
		
A:hover.Slategray
{
	color: aliceblue;
	background-color: slategray;
	text-decoration: none	;
}

A:link.White	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:visited.White{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:active.White	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
		
A:hover.White
{
	color: #FFFFFF;
	text-decoration: underline;
}


A:hover.lightgray
{
	color: darkgray;
	text-decoration:underline;
}

A:link.lightgray{	
	text-decoration:	none;
	color:	 darkgray;
	}	
		
A:visited.lightgray{	
	text-decoration:	none;
	color:	darkgray;
	}	
		
A:active.lightgray
{
	color: darkgray;
	text-decoration: none;
}	

A:link.SM{	
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: underline;
	}	
		
A:visited.SM{	
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: underline;
	}	
		
A:active.SM	{	
	font-size: 7pt;
	color: black;
	font-family: Verdana, Arial;
	text-decoration: underline;
	}	
		
A:hover.SM
{
	font-size: 7pt;
	color: slategray;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

A:link.MD
{
	font-weight: bold;
	font-size: 8pt;
	color: #f6931c;
	font-family: Verdana, Arial;
}	
		
A:visited.MD{	
	font-weight: bold;
	font-size: 8pt;
	color: #f6931c;
	font-family: Verdana, Arial;
	}	
		
A:active.MD	{	
	font-weight: bold;
	font-size: 8pt;
	color: #f6931c;
	font-family: Verdana, Arial;
	}	
		
A:hover.MD
{
	font-weight: bold;
	font-size: 8pt;
	color: slategray;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

td, table{
	font-family:verdana;
	font-size:11px;
	vertical-align:top;
	line-height:13px;
	color:#6B6B6B;
	
}

.NUMlink2
{
	font-weight: bold;
	color: RED;
	font-family: Verdana, Arial;
	text-decoration: underline;
}

form { margin:0px; padding:0px}
body { margin:0px; padding:0px}


.list ul{margin:0px; padding:0px; list-style:none; line-height:18px;}
.list ul li { background:url(images/list_marker.gif) top left no-repeat; padding:0 0 0 9px}
.list ul li a{ color:#5B5D5E; font-weight:bold; text-decoration:underline}
.list ul li a:hover{text-decoration: none}

.list1 ul{margin:0px; padding:0px; list-style:none; line-height:19px;}
.list1 ul li a{ color:#5B5D5E; font-weight:bold; text-decoration:underline}
.list1 ul li a:hover{text-decoration: none}

.list2 ul{margin:0px; padding:0px; list-style:none; line-height:16px;}
.list2 ul li a{ color:#484848;  text-decoration: none}
.list2 ul li a:hover{text-decoration:underline}

span b a{ color:#353535; text-decoration:underline}
span b a:hover{ text-decoration:none}

strong { color:#555555}


.grey{ color:#999898; line-height:12px}
.grey b{ color:#484848}
.grey b a{ color:#555555; text-decoration:none}
.grey b a:hover{ text-decoration:underline}

.grey1{ color:#818181; line-height:12px}
.grey1 b{ color:#484848}
.grey1 b a{ color:#555555; text-decoration:none}
.grey1 b a:hover{ text-decoration:underline}

.grey2{ color:#8C8C8C; line-height:14px}
.grey2 b{ color:#484848}
.grey2  a{ color:#353535; text-decoration:none}
.grey2  a:hover{ text-decoration:underline}

.grey3 { color:#757575; line-height:12px}
.grey3 b{ color:#484848}
.grey3  a{ color:#353535; text-decoration:none}
.grey3  a:hover{ text-decoration:underline}


.mid_gery{ color:#757575; line-height:12px}
.mid_gery b{ color:#757575; line-height:12px}
.mid_gery a{ color:#757575; text-decoration:underline}
.mid_gery span a{ color:#484848; text-decoration:underline}
.mid_gery a:hover{ text-decoration:none}
.mid_gery b a{ color:#353535; text-decoration:none}
.mid_gery b a:hover{ text-decoration:underline}


.light_gery{ color:#8C8C8C; line-height:12px}
.light_gery b{ color:#484848}
.light_gery a{ color:#5B5D5E; text-decoration:underline}
.light_gery a:hover{ text-decoration:none}
.light_gery b a{ color:#353535; text-decoration:none}
.light_gery b a:hover{ text-decoration:underline}

.policy{ color:#E3E3E3}
.policy a{ color:#E3E3E3; text-decoration:none}
.policy a:hover{ text-decoration:underline}

.jamp{ width:184px; margin-left:21px; background-color:#656565; font-size:11px; background-color:#FFFFFF}

.form input {
	width:218px;
	height:21px;
	font-family:verdana;
	font-size:11px;
	color: #8C8C8C;
	padding:2 0 0 6px;
	border-style:solid;
	border-color:#A9A9A9;
	border-width:1px;
	background-color:#ffffff
}


.form textarea {
	width:218px;
	height:96px;
	font-family:verdana;
	font-size:11px;
	color:#8C8C8C;
	overflow:hidden;
	padding:2 0 0 6px;
	border-style:solid;
	border-color:#A9A9A9;
	border-width:1px;
	background-color:#ffffff
}


.main_bartext {
	FONT-SIZE: 7pt; COLOR
        :lightgrey; LINE-HEIGHT: 150%; FONT-FAMILY:verdana, arial, helvetica, sans-serif; TEXT-DECORATION: none;font-weight: bold;
}