@charset "utf-8";
/* CSS Document */
body {
	background-image: url(/Shared/images/bkground.jpg);
	background-repeat: repeat-x;
	/*font-family : Arial, Helvetica, sans-serif;*/
	margin-top: 30px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.BanMenu {
	align: left;
	font-size: 11px;
}
.Link1 A:link {color: #555555; text-decoration: none}
.Link1 A:visited  {
	color: #555555;
	text-decoration: none
}
.Link1 A:active  {color: #555555; text-decoration: none}
.Link1 A:hover   {
	cursor: default;
	color: #000000;
	text-decoration:underline;
}
.styleA {
	font-size: 14px;
}

.style1 {
	font-size: 12px;
}
.style1b {
	font-weight: bold;
	font-size: 12px;
}
.style2 {
	font-size: 11px;
	line-height: 15px;
}
.style2b {
	font-weight: bold;
	font-size: 11px;
}
.style3 {
	font-size: 10px;
}

.CenAlign {
text-align:justify;
}
.float-left {
/*  float: left;*/
  margin-top: 0.3em;
  padding: 0 0.3em 0 0.3em;
  border-right: 1px dotted #cd853f;
  border-left: 1px dotted #cd853f;
}

.float-right {
  margin-top: 0.3em;
  padding: 0 0.3em 0 0.3em;
  border-right: 1px dotted #cd853f;
  border-bottom: 1px dotted #cd853f;
}
.float-right1 {
  margin-top: 0.3em;
  padding: 0 0.3em 0 0.3em;
  border-right: 1px dotted #cd853f;
}
.float-bottom {
  margin-top: 0.3em;
  padding: 0 0.3em 0 0.3em;
  border-bottom: 1px dotted #cd853f;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
