/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #663300;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #336633;
}
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:	#ffffff;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#debb43;
	}
	
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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

.colorlight {
	FONT-SIZE: 11px; COLOR: darkblue; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #007633
}
.colorlight A {
	FONT-WEIGHT: normal; COLOR: #ffffff
}

.colorlight B {
	FONT-WEIGHT: normal; COLOR: #262626
}
.colorlight STRONG {
	FONT-WEIGHT: bold; COLOR: #292b29
}
.colordark {
	FONT-WEIGHT: normal; FONT-SIZE: 9px; COLOR: #e5e5e5; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #006633
}
.colordark A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.colordark A:visited {
	COLOR: #ffffff TEXT-DECORATION: none
}
.colordark A:hover {
	COLOR: #debb43
}

INPUT {
	FONT-SIZE: 9px; COLOR: #292b29; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eef0ee
}
SELECT {
	FONT-SIZE: 9px; COLOR: #292b29; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eef0ee
}
TEXTAREA {
	FONT-SIZE: 9px; COLOR: #292b29; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #eef0ee
}
INPUT.white {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; BORDER-LEFT-COLOR: #A9A9A9; BORDER-BOTTOM-COLOR: #000000; COLOR: #e1e3e1; BORDER-TOP-COLOR: #747a72; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #464d45; BORDER-RIGHT-COLOR: #000000
}
.elevenSpaced {
	FONT-SIZE: 11px
}
.nineWhite {
	FONT-SIZE: 9px; COLOR: #cfd2cf; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.nineWhite A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.nineWhite Hyperlink {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.nineWhite B A {
	COLOR: #ffffff
}
.nineWhite A:hover {
	COLOR: #debb43
}
.nineWhite B {
	FONT-WEIGHT: normal; COLOR: #ffffff
}
.nine {
	FONT-SIZE: 9px; COLOR: #798078; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.nine A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.nine B {
	COLOR: #6d736c
}
.nine B A {
	COLOR: #ffffff
}
.nine A:hover {
	COLOR: #debb43
}
.nineverdanawhite {
	FONT-SIZE: 9px; COLOR: #ffffff; FONT-FAMILY: Verdana, sans-serif
}
.nineverdanawhite A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.nineverdanawhite A:hover {
	COLOR: #debb43
}
.sixteen B {
	FONT-WEIGHT: bold; COLOR: #515251
}
.sixteen {
	FONT-SIZE: 16px; COLOR: #515251; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.sixteenblack {
	FONT-SIZE: 16px; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.sixteenWhite {
	FONT-SIZE: 16px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.fourteen {
	FONT-SIZE: 14px; COLOR: #515251; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.fourteenred {
	FONT-SIZE: 14px; COLOR: red; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.fourteen B {
	FONT-WEIGHT: bold; COLOR: #6d736c
}
.thirteen {
	FONT-SIZE: 13px; COLOR: #515251; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.twelve {
	FONT-SIZE: 12px; COLOR: #616660; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.twelveblack {
	FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.twelveYellow {
	FONT-SIZE: 12px; COLOR: #debb43; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.eleven {
	FONT-SIZE: 11px; COLOR: #6d736c; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.elevenblack {
	FONT-SIZE: 11px; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.elevenwhite {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.elevenwhite A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.elevenwhite A:hover {
	COLOR: #debb43
}

.twelvewhite {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.twelvewhite A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.twelvewhite A:hover {
	COLOR: #debb43
}

.elevenlight {
	FONT-SIZE: 11px; COLOR: #7b7b7c; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.elevenlight A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.elevenlight B A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.elevenlight A:hover {
	COLOR: #debb43
}
.eleven A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.eleven A:hover {
	COLOR: #debb43
}
A .eleven:hover {
	COLOR: #debb43
}
.eleven B {
	FONT-WEIGHT: bold; COLOR: #6d736c
}
.eleven STRONG {
	FONT-WEIGHT: bold; COLOR: #292b29
}
.ten {
	FONT-SIZE: 10px; COLOR: #787878; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.ten A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.ten A:hover {
	COLOR: #debb43
}
.ten B {
	FONT-WEIGHT: normal; COLOR: #0099CC
}
.tenWhite {
	FONT-SIZE: 10px; COLOR: #f4f5f4; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.tenWhite A {
	COLOR: #ffffff; TEXT-DECORATION: none
}
.tenWhite A:hover {
	COLOR: #debb43
}
.headlines B {
	COLOR: #f4f5f4
}
.headlines {
	FONT-SIZE: 10px; COLOR: #a3a6a3; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.headlines A {
	FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.headlines A:visited {
	COLOR: #ffffff;
}
.headlines A:hover {
	COLOR: #debb43
}
.alert {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ff0000
}

.highlightTableHeader 
{
	 background-color: #292929; color:#debb43;	 FONT-SIZE: 12px;  FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.highlightText {
	FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif; background-color: #CCFF99; border: solid 1px black; 
}

.footer {
	FONT-SIZE: 9px; COLOR: #a3a6a3; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.footer A {
	FONT-SIZE: 9px; COLOR: blue; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.footer A:visited {
	COLOR: blue
}
.footer A:hover {
	COLOR: red
}

.detail 
{
	FONT-SIZE: 12px; COLOR: black; FONT-FAMILY: Arial, Helvetica, sans-serif
}

.detail A, .detail A:visited, .detail A:active, .detail A:link {
	FONT-SIZE: 12px; COLOR: blue; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

.detail A:hover	{	
	text-decoration:	underline;
	color:	red;
}

form 
{
	 MARGIN: 0px
}