BODY
{
    BACKGROUND-COLOR: #5d5a5c;/*#09144e;*/
    FONT-FAMILY: Arial, Arial Narrow, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
TABLE,TD
{
    BACKGROUND-COLOR: #e8e8b4;
    FONT-FAMILY: Arial, Arial Narrow, sans-serif;
    FONT-SIZE: 10pt;
}
UL
{
	margin-top:0px;
}
OL
{
	margin-top:0px;
}
.ApplicationFrame
{
	position:absolute;
	width:902px;
	height:602px;
   BACKGROUND-COLOR:#09144e;
/*	Note: instead of using a border, use a div within a div 1px bigger all around because Firefox puts border
	outside of div bounds while IE puts it inside, so they end up being different sizes*/
/*	border:solid 1px black;*/
	padding:0;
	visibility: hidden;
}
.ApplicationContent
{
	position:absolute;
	top:1px;
	left:1px;
   BACKGROUND-COLOR:#e3e3a8;
}
.content
{
	position:absolute;
	top:133px;
	left:0px;
	width:900px;
	height:450px;
	color:#09144e;
}
.pic
{
	position:absolute;
	top:100px;
	left:67px;
}
.NavFrame
{
	position:absolute;
	width:260px;
	height:322px;
	top:90px;
	left:0px;
	overflow:auto;
	scrollbar-base-color: #e3e3a8;
	scrollbar-track-color: #09144e;
}
.nav
{
	position:absolute;
	top:90px;
	left:0px;
	width:240px;
	text-align:right;
	font-size:11pt;
	line-height:30px;
}
.DividerLine
{
	position:absolute;
	top:20px;
	left:280px;
}
.CopyFrame
{
	position:absolute;
	width:592px;
	height:410px;
	top:2px;
	left:302px;
	color:#09144e;
	overflow:auto;
	scrollbar-base-color: #e3e3a8;
	scrollbar-track-color: #09144e;
}
.copy
{
	position: absolute;
	width: 560px;
	top:20px;
	left:0px;
	color:#09144e;
	line-height:20px;
}
.Link
{
	color:#62ac1e;
}
.Link:hover
{
	color:#09144e;
}
.title
{
	color:#62ac1e;
	font-weight:bold;
	font-size:15px;
}
.Subtitle
{
	color:#09144e;
	font-weight:bold;
	font-size:11pt;
}
.InputLine
{
	width:550px;
	clear:both;
}
.TextBoxLabel
{
	width:140px;
	float:left;
}
.TextBoxLabel2
{
	width:20px;
	text-align:right;
	float:left;
}
.TextBoxLabelBold
{
	width:140px;
	float:left;
	font-weight:bold;
}
.TextBoxDiv
{
	width:180px;
	float:left;
}
.TextBox
{
	width:180px;
	height:20px;
	font-size:10px;
}
.ErrorMsg
{
	color:Red;
	font-size:90%;
}
.textarea
{
    FONT-FAMILY: Arial, Arial Narrow, sans-serif;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
    width:400px;
}
.TableHeader
{
	background-color:#EDEDBF;
}

