@import "menu.css";
@import "form.css";
@import "view.css";
@import "documents.css";

Body, .Body
{
  border: none;
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #FFFFFF;
  text-align: center;
}
.Body_White
{
  border: none;
  padding: 0px;
  margin: 0px;
  color: #808080;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #ffffff;
  text-align: center;
}
A:visited, .Anchor:visited
{
  color: #ff0033;
  text-decoration: underline;
}
A:hover, .Anchor:hover

{
  color: #ff0099;
  text-decoration: underline;
} 
A:link , .Anchor:link

{
  color: #3300ff;
  text-decoration: underline;
}
H1, .H1
{
  font-weight:bold;
  font-size: 14pt;
  color: #6600ff;
  font-family: Arial, Helvetica, sans-serif; 
  font-variant: normal;
}
H2,.H2
{
  font-size: 12pt;
  color: #6600ff;
  font-family: Arial, Helvetica, sans-serif; 
  font-variant:normal;
  font-weight:bold;
}
H3, .H3
{
  font-weight:bold;
  font-size: 10pt;
  color: #6600ff;
  font-family: Arial, Helvetica, sans-serif; 
  font-variant: normal;
}
H4, .H4
{
  font-weight:bold;
  font-size: 10pt;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif; 
  font-variant: normal;
}
ul 
{
  list-style-position: outside; 
  list-style-type: disc; 
}
ol 
{
  list-style-position: outside; 
}
li 
{
  margin-bottom: 5pt ;
  margin-top: 5pt 
}
dl 
{
  list-style-position: outside; 
  list-style-type: disc; 
}
dd 
{
  margin-top: 5pt ;
  margin-bottom : 5pt 
}
table
{
 	color: #3300ff;
  font-size: 10pt;
  font-family: Arial, Helvetica, sans-serif;
}
p
{
  list-style-position: inside;
  font-size: 10pt;
	color: #3300ff;
  font-family: Arial, Helvetica, sans-serif;
  TEXT-DECORATION: none
}

.Page_Break_Before
{
  page-break-before: always;
  vertical-align: top;
}

#Content
{
  width: 100%;
  border: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  vertical-align: top;
  background: #ffffff;
  color: #000000;
  z-index: 0;
}

#Footer
{
  /*position: fixed;*/
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: smaller;
  color: #a9a9a9;
}
#Properties
{
  visibility: hidden;
}
#divDataChange
{
  border-right: #a9a9a9 solid;
  border-top: #a9a9a9 solid;
  margin-left: 10%;
  border-left: #a9a9a9 solid;
  margin-right: 10%;
  border-bottom: #a9a9a9 solid;
}

.Title
{
  font-weight:bold;
  font-size: 16pt;
  text-transform: uppercase;
  color: #6600ff;
  font-family: Arial, Helvetica, sans-serif; 
  font-variant: normal;
}
.DivLeft
{
  float:left;
}
.DivRight
{
  float: right;
}

.Error
{
  font-weight: bold;
  color: #000000;
  background-color: #ff0000;
}
.Alert
{
  font-weight: bold;
  color: #000000;
  background-color: #ffcc66;
}
.Small
{
  font-size: 8pt;
}
.Larger
{
  font-size: 12pt;
}

.LinkBackground
{ 
  border: 0px;
  padding: 0px;
  margin: 0px;
  background-image: url(.//button.jpg );
	background-color: #ffffff;
	height: 20pt;
	vertical-align: middle;
	font-weight: normal;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.LinkDisabled
{
  text-align: center;
  color: #808080;
  text-decoration: none;
}
.LinkDisabled:visited
{
  text-align: center;
  color: #808080;
  text-decoration: none;
}
.LinkDisabled:hover
{
  text-align: center;
  color: #808080;
  text-decoration: none;
}
.LinkDisabled:link
{
  text-align: center;
  color: #808080;
  text-decoration: none;
}

.LinkButton
{  
  text-align: center;
  color: #00008b;
  text-decoration: none;
}

.LinkButton:visited
{  
  text-align: center;
  color: Red;
  text-decoration: none;
}
.LinkButton:hover
{
  text-align: center;
  color: Yellow;
  text-decoration: none;
}
.LinkButton:link
{
  text-align: center;
  color: #00008b;
  text-decoration: none;
}
.LinkButton:disbled
{
  text-align: center;
  color: #808080;
  text-decoration: none;
}
