body {
	margin: 0;
	padding: 0;
}
form 
{
	display: inline;
}

td 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a
{
}
ul 
{ 

	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 10px;
	list-style: outside;
}
.absmiddle
{
	vertical-align: middle;
}
.blackLeftRight 
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.blue 
{
	background-color: #0069A2;
}
.white 
{
	color: #FFFFFF;
}
.blueLeftRight 
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
}
.gray
{
	background-color: #EAEAEA;
}
.moreGray 
{
	color: #999999;

}
.yellowBox 
{
	background-color: #FFF0B7;
	border-top: 1px none #146E9D;
	border-right: 1px solid #146E9D;
	border-bottom: 1px solid #146E9D;
	border-left: 1px solid #146E9D;
}
.pinkBox 
{
	background-color: #FFE5FF;
	border-top: 1px none #146E9D;
	border-right: 1px solid #146E9D;
	border-bottom: 1px solid #146E9D;
	border-left: 1px solid #146E9D;
}
.greenBox 
{
	background-color: #CCE599;
	border-top: 1px none #146E9D;
	border-right: 1px solid #146E9D;
	border-bottom: 1px solid #146E9D;
	border-left: 1px solid #146E9D;
}
.whiteBox 
{
	border-top: 1px none #146E9D;
	border-right: 1px solid #146E9D;
	border-bottom: 1px solid #146E9D;
	border-left: 1px solid #146E9D;
}
.searchResultBlue 
{
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.margin
{
 margin-left: 10px;
 margin-right: 10px;
}
hr 
{ 
	color: #0069A2;	
}
.black
{
	color: #000000;
}
ul.pinkBullet 
{ 
	list-style-image: url("/images/Bullet_2.gif");
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 10px;
	list-style: outside;
}
ul.greenBullet 
{ 
	list-style-image: url("/images/Bullet_3.gif");
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 10px;
	list-style: outside;
}
.graybox {
	background-color: #F5F5F5;
	border: 1px solid #cccccc;

}

ul.graybullet 
{ 
	list-style-image: url("/images/Bullet_4.gif");
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 10px;
	list-style: outside;
}
.txtbox {
	border: 1px solid #000000;
	height: 17px;
	font-size: 9px;
	font-weight: bold;
	line-height: 17px;
	padding-left: 5px;




}
.blackleftbottom {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}
.blackbottomskybk {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #E5EFF5;

}
#bluebox {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	color: #FFFFFF;
	background-color: #0069A2;

}
.blackleftbottomright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;

}
.orangebox {
	background-color: #FFE5B2;
	border: 1px solid #FFD74E;
}
.orangelbr {
	border-right: 1px solid #FFD74E;
	border-bottom: 1px solid #FFD74E;
	border-left: 1px solid #FFD74E;

}
ul.multi {
	margin-left: 20px;
  float: left;
  width: 50em; /* width is changed */

  padding: 0;
  list-style: none;
}
 
li.multi {
  float: left;
  width: 15em;
  margin: 0;
  background-image: url("/images/Bullet.gif");
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 0 1.5em; /* left padding moves the text away from the bullet */
}
.blackborder {
	border: 1px solid #000000;
}
