body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	background-color: #DDDDDD;
}
h1,h2{
	line-height: 18px;
}
.style7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
}
table.topnavbar {
   border-collapse: collapse;
   
}
table.topnavbar td a{
   display: block;
   text-decoration: none;

   padding: 14px 10px;

}
table.topnavbar td a:link, table.topnavbar td a:visited {
	color:#222;
	border-left: 1px solid #CCC;


}
table.topnavbar td a:hover, table.topnavbar td a:active {
   color: #FFFFFF;
    background-color: #000;
	text-decoration:none;
 } 
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-bottom: 6px;
	border-bottom: 3px solid #CCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;

 
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
 border: 1px solid #0066FF; 
 background: #E1F0FF;
 
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 0px;

}
h4 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	color: #000;

}
h4 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
	color: #BB105E;

}
a{
	color: #3366CC;
}
a:hover{
	color: #BB105E;
}

.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.style10 {color: #FFFFFF}
.boxRed{
	border: 1px solid #BB105E;
	margin-left: 20px;

	
}
.style11 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #333333; }
.inputText{
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 18px; color: #333333; width: 98%; }
.img1{
	padding: 5px;
	border: 1px solid #CCC;
}
.footer{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #888;
}
.footer a{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #888;
	text-decoration: none;
}
.footer a:hover{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #BB105E;
}
.Post
{
	margin-left: 30px;
}

#PostTop
{
	position: absolute;
	/*border: solid 1px black;*/
	width: 100px;
	height: 50px;
	z-index: 3;
}

#PostMiddle
{
	position: absolute;
	/*border: solid 1px black;*/
	width: 150px;
	height: 250px;
	z-index: 2;
}

#PostBase
{
	position: relative;
	top: 147px;
	/*border: solid 1px black;*/
	width: 100px;
	height: 50px;
	z-index: 1;
}

.popupA
{
	position: relative;
	z-index: 0;
}

.popupA:hover
{
	/* Needed for IE.  Gah. */
	background-color: transparent;
	z-index: 50;
}

.popupA span
{
	position: absolute;
	background-color: lightyellow;
	padding: 1em;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	text-align: justify;
}

.popupA:hover span
{
	visibility: visible;
	top: 0;
	left: 30px; /*position where enlarged image should offset horizontally */
	width: 150px;
}

.orderTD label
{
	font-size: 16px;
	color: #000;
	 border: 1px solid #0066FF; 
 	background: #E1F0FF;
	padding: 2px;
	font-weight: bold;
}

.redNotice
{
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	padding: 10px;
	display: block;
	border: 2px dashed #fff;
	text-align: center;
	background-color: #bb105e;
}