/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
	color: #ffffff;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	margin-top: 10;
}

TD 
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-size: 12px;
}

.tdnav
{
	width: 134;
	vertical-align: top;
	background-image: url(../images/layout/nav_bkgd.gif);
}

.tdnavcell
{
	width: 100%;
	background-color: #c7c7c7;
	cursor: hand;
}

.tdcontent
{
	width: 425;
	vertical-align: top;
}

.tddesignelement
{
	width: 40;
	height: 500;
	vertical-align: top;
	background-image: url(../images/layout/center_design_vertical.gif);
}

.tdwhatnew
{
	width: 165;
	vertical-align: top;
}

.tdfooter
{
	text-align: center;
	background-color: #e1e1e1;
	height: 40;
	font-size: 11;
}

.tdraised
{
	 border-style: outset;
	 border-width: thin;
	 border-left-color: #666666;
	 border-top-color: #666666;
	 border-right-color: #333333;
	 border-bottom-color: #333333;
}

.tdmain
{
	 border-style: outset;
	 border-width: thin;
	 border-left-color: #666666;
	 border-top-color: #666666;
	 border-right-color: #333333;
	 border-bottom-color: #333333;
	 height: 450;
	 vertical-align: top;
	 text-align: left;
	 /*width: 675;*/
}

.tdinnermain
{
	height: 310;
	vertical-align: top;
}

.footerraised
{
	 border-style: outset;
	 border-width: thin;
	 border-left-color: #eeeeee;
	 border-top-color: #eeeeee;
	 border-right-color: #868366;
	 border-bottom-color: #868366;
}

.tablelgmask
{
	background-color: #666666;
	border-style: none;
}

.tdlgmask_head
{
	background-color: #000000;
	border-style: none;
	text-align: left;
	font-weight: bold;
}

.fldHd
{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 150;
}

.reqFld
{
	color: #ff0000;
}

.paneltext
{
	font-size: 11;
}

input.tb
{
	color: #000000;
	background-color: rgb(225, 225, 225);
	border-color: #000000;
	border-style: solid; 
	border-width: 1px;
}

textarea.ta
{
	border-color: #000000;
	border-style: solid; 
	border-width: 1px;
	font-family: Arial, Helvetica, Sans-Serif;
	SCROLLBAR-FACE-COLOR: #000000;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

input.btn
{
	/*border-color: #C3BF97;
	border-style: solid;
	border-width: 1px;
	background-color: #000000;
	color: #00FF00;*/
	background-color: #646464;
	height: 20;
	font-weight: bold;
}

.rowtitle 
{
	color: #ffffff;
	background-color: #003366;
	text-align: center;
	font-weight: bold;
}

.rowA 
{
	background-color: #ffffff;
}

.rowB 
{
	background-color: #dddddd;
}

A:link	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#000000;
	}	
		
A:hover	{	
	text-decoration:	none;
	color:	#000000;
	background-color: rgb(225, 225, 225);
	}

	/*
.mb_nav:link
{
	text-decoration: none;
	color: yellow;
}
.mb_nav:hover
{
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
}
.mb_nav:visited
{
	text-decoration: none;
	color: yellow;
}
*/

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #990000;
}
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: italic;
	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;
	}	



	
SMALL	{	
	font-size:	10px;
	}
	
.copyright
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

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;
	}

.contentimglt
{
	border-style: none;
	margin-top: 3;
	margin-right: 7;
	margin-bottom: 1;
	margin-left: 0;
}

.contentimgrt
{
	border-style: none;
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 1;
	margin-left: 7;
}