/* Default CSS Stylesheet for a new Web Application project */

Table
{
	background-color: #DDF0FE;
	border: solid 0px black;
	width: 100%;
	padding: 0px 0px 0px 0px;
	
}

table.form{
	width: 90%;
	border:	1px solid white;
	text-align: center;
	}

.copyright
{
	position: relative; 
	top: 25px; 
	color: #0C2E9C; 
	font-family: helvetica; 
	font-size: 8pt; 
	text-align: center
}

td.blue
{
	color: #000000;
	background-color:#C6D3F7;
	border: 0px;
	padding: 1px 1px 1px;
	font-family: Arial;
	font-size: 9pt;
	text-align: Right;
	font-weight: bold; 
	width: 40%;
}

td.content
{
	width:100%;
	height:100%;
	text-align: center;
	border: 0px solid black;
}
	
td.white{
	color: #000000;
	background-color:#D2E3FD;
	border: 1px solid white;
	padding: 1px 1px 1px;
	font-family: Arial;
	font-size: 9pt;
	text-align: Left;
	width: 60%;
	}

.bluebutton{
	color: white;
	font-weight:bold;
	font-size: 8pt;
	Background-color: #31009C;
	Border-color:black;
	border-style: solid;
	border-width: thin;
	cursor:hand;
	}
	
	td.body{
	color: black;
	 font-family: helvetica; 
	 font-size: 9pt;
}

	
.NormalTextBox
{	
	  background-color:white;
          border-style:solid;
          border-color:white;
}

BODY
{
    BACKGROUND-COLOR: #DDF0FE;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-arrow-color:#DDF0FE;
    scrollbar-base-color:#D6F0FE;
    scrollbar-darkshadow-color:#2C1A64;
    scrollbar-face-color:#0191D0;
    scrollbar-highlight-color:#DDF0FE;
    scrollbar-shadow-color:#A4D3E7
}

td.heading{
	color: #1194DA;
	background-color:#D2E3FD;
	border: 1px solid black;
	padding: 0px 1px 2px;
	font-family: Arial;
	font-size: 12pt;
	text-align: center; 
	font-weight: bold;
	}
	
td.heading1
{
	border-right: black 1px;
	padding-right: 1px;
	border-top: black 1px;
	padding-left: 1px;
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 0px;
	border-left: black 1px;
	color: #1194da;
	padding-top: 0px;
	border-bottom: white 1px solid;
	font-family: Arial;
	background-color: #d2e3fd;
	text-align: center;
}
	
td.formheading
{
	color: #2E1771;
	background-color:#DDF0FE;
	border: 0px solid black;
	padding: 1px 1px 1px;
	font-family: Verdana, Arial;
	font-size: 12pt;
	text-align: left;
	font-weight: bold; 
}

td.menu
{
	text-align : center;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	COLOR: navy; 
	FONT-FAMILY: Verdana, Arial; 
	TEXT-DECORATION: none;
	background-color: #D2E3FD;
}

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;
	}	

