/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

P
{
	font-size:x-small;
	}

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;
	}
	
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;
	}
	
	P
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:x-small;
		}
	
.title 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#697687; 
	
	}	
	
	.prob 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:bold;
	color:red; 
	
	}	
	
	.ftr 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-small;
	font-weight:normal;
	color:White; 
	
	}	
	
	
Input {
      border:0px;
      font-size: x-small;
      color: #000000;
      font-weight:normal;
	    background-color:#ffffff;
  }
  
input.txt 
{
	      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-BOTTOM: 1px solid;
      BORDER-COLOR: #999999;
		
	}  
  
input.btn 
    {
				      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-BOTTOM: 1px solid;
			 background-color:#000000	;
      BORDER-COLOR: #000000;
      font-size: x-small;
      color: #FFFFFF;
      font-weight:700;
	width:100px;
  }
  
  input.abtn 
    {
			 background-color:#DDEEFF	;
		      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-BOTTOM: 1px solid;
      BORDER-COLOR: #999999;
      font-size: x-small;
      color: #000000;
      font-weight:normal;
	width:100px;
  }
  input.dbtn 
    {
			 background-color:#FF0000	;
		      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-BOTTOM: 1px solid;
      BORDER-COLOR: #999999;
      font-size: x-small;
      color: #000000;
      font-weight:normal;
	width:100px;
  }
  
  .bdy
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

  .gry
{
	color:#999999;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

  a.red
{
    COLOR: #ff0000;
    FONT-SIZE: x-small;
    text-decoration:none;
}
  a.red:hover
{
    COLOR: #ff0000;
    FONT-SIZE: x-small;
    text-decoration:underline;
}

  a.red:visited
{
    COLOR: #ff0000;
    FONT-SIZE: x-small;
}

  .hidden
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: x-small;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:White;
}

.datagrid {
	font-size:x-small;
	font-weight:normal;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	width:600px;
}
.txt568 
{
	width:568px;
		      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-BOTTOM: 1px solid;
      BORDER-COLOR: #999999;
	}
	
	.txt300 
{
	width:300px;
		      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-BOTTOM: 1px solid;
      BORDER-COLOR: #999999;
	}
	
		.txt400 
{
	width:400px;
		      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-BOTTOM: 1px solid;
      BORDER-COLOR: #999999;
	}
	
			.txt100 
{
	width:100px;
		      BORDER-RIGHT: 1px solid;
      BORDER-TOP: 1px solid;
      BORDER-LEFT: 1px solid;
      BORDER-BOTTOM: 1px solid;
      BORDER-COLOR: #999999;
	}
	
	.stdLink
	{
	 font-size:x-small;
	 text-decoration:none;
		}
	
	.stdLink:hover
	{
	 font-size:x-small;
	 text-decoration:underline;
		}	

		 
	
	
