/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Helvetica, sans-serif;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 2pt;
}

/* Table Data (td) must be defined separately from the rest of the document,
   even though there is no structure overriding the layout.  
   Match it to the Body above.  
*/

td	{
	font-size: 10pt;
	font-family: Tahoma, Helvetica, sans-serif;
	vertical-align: top; /* align with the top of large text input boxes */
	height: 16; /* control spacing between, but can't override font needs */
	}

img.systemicon {
	height: 	64;
	width: 		64;
	border: 	none;
	}

.companyname {
	position: 	absolute;
	top:		.05in;
	left:		1.9in;
	color: 		tan;
	z-index: 	3;
	font-size: 	24pt;
	color:		black;
	font-weight:	normal;
	font-style:	italic;
	}

.pagename {
	display:	none;
	position: 	absolute;
	top: 		1.1in;
	font-size: 	14pt;
	padding: 	12px;
	font-style: 	italic;
	}

.hidden {
	display: 	none;
	}

.pagelabel {
	display:	none;
	}
/******************************************************************/

.mainbody {
	position: 	absolute;
	top: 		.9in;
	width: 		5in;
	padding: 	12px;
	}
P 	{
	padding:	0;
	margin:		0;
	padding-top:	3pt;
	}

.content {
	position: 	relative;
	left: 		2em;
	font-family:	times;
	}

h1 	{
	font-size: 	14pt;
	font-style: 	Bold;
	padding: 	0;
	margin:		0;
	padding-top:	3pt;
	}

h2 	{
	font-size: 	14pt;
	font-style: 	Bold;
	padding: 	0;
	margin:		0;
	padding-top:	3pt;
	}

h3 	{
	font-size: 	12pt;
	font-style: 	normal;
	padding: 	0;
	margin:		0;
	padding-top:	6pt;
	}

.copyright {
	position:	relative
	width: 		2in;
	border-top: 	1px solid #066;
	margin-top:	1em;
	}

/******************************************************************/

.menubox {
	position: absolute;
	top: .6in;
	line-height: .3in;
	background-color: #066;
	width: 7.5in;
	z-index: 2;
	}
.menubar {
	text-align: left;
	}
.menutitle {
	display: none;
	}
.menuitem1 {
	padding-left:	2em;
	padding-right: 	1em;
	}
.menuitem {
	border-left: 	1px solid tan;
	padding-left: 	1em;
	padding-right: 	1em;
	}
.menuseparator {
	display: 	none;
	padding-left: 	1em;
	padding-right: 	1em;
	color: 		tan;
	}
A.menuitem1:link	{text-decoration: none; color: wheat;}	
A.menuitem1:visited	{text-decoration: none; color: wheat;}	
A.menuitem1:active 	{text-decoration: none; color: tan;}
A.menuitem1:hover 	{text-decoration: none; color: tan;}
A.menuitem:link		{text-decoration: none; color: wheat;}	
A.menuitem:visited 	{text-decoration: none; color: wheat;}
A.menuitem:active  	{text-decoration: none; color: tan;}	
A.menuitem:hover 	{text-decoration: none; color: tan;}

/******************************************************************/

.altmenubox {
	position: absolute;
	top: 2px;
	left: 6in;
	width: 1in;
	height: 99%;
	background-color: 	wheat;
	z-index: 1;
	}
.altmenubar {
	position: relative;
	padding-top: 1.25in;
	margin: 1em;
	}
.altmenutitle {
	position: relative;
	display: block;
	text-align: center;
	color: #066;
	font-weight: bold;
	padding-bottom: 1em;
	}
.altmenuitem {
	padding-top: .5em;
	padding-bottom: .5em;
	display: block;
	text-align: center;
	border-top: 1px solid #066;
	}
.altmenuitem1 {
	padding-top: .5em;
	padding-bottom: .5em;
	display: block;
	text-align: center;
	border-top: 1px solid #066;
	}
.altmenuseparator {
	display: none;
	}
A.altmenuitem1:link	 	{text-decoration: none; color: #066;}	
A.altmenuitem1:visited 		{text-decoration: none; color: #066;}
A.altmenuitem1:active  		{text-decoration: none; color: red;}	
A.altmenuitem1:hover 		{text-decoration: none; color: red;}
A.altmenuitem:link		{text-decoration: none; color: #066;}	
A.altmenuitem:visited 		{text-decoration: none; color: #066;}
A.altmenuitem:active  		{text-decoration: none; color: red;}	
A.altmenuitem:hover 		{text-decoration: none; color: red;}

/******************************************************************/

.formbox {
	z-index: 3;
	position: absolute;
	left: 5in;
	top: 3.25in;
	width: 3in;
	height: 1.5in;
	}

.formtitle {}

.formlabelbox {
	float: left;
	width: 1in;
	text-align: right;
	padding-right: 1em;
	color: #066;
	}

.formlabel {
	position: relative;
	color: #066;
	width: 1in;
	text-align: right;
	}

.forminput {
	float: right;
	width: 1.3in;
	border: 1px solid #066; 
	}

.formbutton {
	float: right;
	background-color: white;
	font-size: 9pt;
	font-family: Tahoma, Helvetica, sans-serif;
	border: 1px solid #066;
	width: 75px;
	height: 20px;
	color: #066;
	}

/******************************************************************/



A:link		{text-decoration: none; color: darkblue;}	
A:visited 	{text-decoration: none; color: darkblue;}
A:active  	{text-decoration: none; color: red;}	
A:hover 	{text-decoration: none; color: red;}

