body,html {	
  font: normal 13px Arial;
  padding: 0px;
  border: 0px;
  border-spacing: 0px;
  white-space: normal;
  margin: 1px;
  color: #FFFFFF;
  background-color: #EBEBEB;
}

table {	
  font: normal 13px Arial, sans-serif;  
  color: #FFFFFF;
}

.menu {
  font-size: 18px;
  color: #FFFFFF;
}

/* General Style Info */
A {
  color: #FFFFFF;
  text-decoration: none;
}

A:hover {
  color: #C2C2C2;
  text-decoration: none;
}

A.menu_link {
  color: #FFFFFF;
  text-decoration: none;
}

A.menu_link:hover {
  color: #ACACAC;
  text-decoration: none;
}

.errorBox {
  background-color: #ff0000;
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #9a9a9a;
}

.successBox {
  background-color: #CCCCFF;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #9a9a9a;
}

.errorForm {
  color: #ff0000;
  font-size: 11px;
}

.successBForm {
  color: #000099;
  font-size: 12px;
  font-weight: bold;
}

.smallText {
  font-size: 8px;
}

.example {
  font-size: 11px;
  color: red;
}

.drawTopline {
  border-top: 1px solid #ACACAC;
}

.drawRightline {
  border-right: 1px solid #ACACAC;
}

.drawLeftline {
  border-left: 1px solid #ACACAC;
}

.subTitle {
  border-bottom: 1px solid #ACACAC;
  font-size: 16px;
  color: #ACACAC; 
  font-weight: bold;
}

.subSubTitle {
  border-bottom: 1px solid #ACACAC;
  font-size: 16px;
  color: #ACACAC;
  font-weight: bold;
  padding-bottom: 2px;
}

.setJustify {
	text-align: justify;
}

.drawBox {
  border: 1px solid #ACACAC;
  background-color: #EBEBEB;
  padding: 1px;
}

/* Round Coner - Purple */
.niftyContent{margin: 0 10px}

div#nifty{ margin: 0 2px;background: #A1459F; color: #FFF}

b.rtop, b.rbottom{display:block;background: #872385}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #A1459F}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* Round Coner - Gray */
.brContent{margin: 0 10px}

div#br{ margin: 0 2px;background: #22537B; color: #FFF}

b.btop, b.bbottom{display:block;background: #872385}
b.btop b, b.bbottom b{display:block;height: 1px;
    overflow: hidden; background: #22537B}
b.b1{margin: 0 5px}
b.b2{margin: 0 3px}
b.b3{margin: 0 2px}
b.btop b.b4, b.bbottom b.b4{margin: 0 1px;height: 2px}