/* white */
.box {
  background: #FFFFFF;
}
.boxtop {
  background: url(corners/white_ne.gif) no-repeat top right;
}
.boxtop div {
  font-size: 0;
  height: 10px;
  background: url(corners/white_nw.gif) no-repeat top left;
}
.boxbottom {
  background: url(corners/white_se.gif) no-repeat bottom right;
}
.boxbottom div {
  font-size: 0;
  height: 10px;
  background: url(corners/white_sw.gif) no-repeat bottom left;
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
/* purple */
.pbox {
  background: #33004C;
  color: white;
}
.pboxtop {
  background: url(corners/purple_ne.gif) no-repeat top right;
}
.pboxtop div {
  font-size: 0;
  height: 10px;
  background: url(corners/purple_nw.gif) no-repeat top left;
}
.pboxbottom {
  background: url(corners/purple_se.gif) no-repeat bottom right;
}
.pboxbottom div {
  font-size: 0;
  height: 10px;
  background: url(corners/purple_sw.gif) no-repeat bottom left;
}
.pboxcontent {
  padding: 0px 10px 0px 10px;
}
/* green */
.gbox {
  background: #005A01;
  color: white;
}
.gboxtop {
  background: url(corners/green_ne.gif) no-repeat top right;
}
.gboxtop div {
  font-size: 0;
  height: 10px;
  background: url(corners/green_nw.gif) no-repeat top left;
}
.gboxbottom {
  background: url(corners/green_se.gif) no-repeat bottom right;
}
.gboxbottom div {
  font-size: 0;
  height: 10px;
  background: url(corners/green_sw.gif) no-repeat bottom left;
}
.gboxcontent {
  padding: 0px 10px 0px 10px;
}
/* blue */
.bbox {
  background: #003F7F;
  color: white;
}
.bboxtop {
  background: url(corners/blue_ne.gif) no-repeat top right;
}
.bboxtop div {
  font-size: 0;
  height: 10px;
  background: url(corners/blue_nw.gif) no-repeat top left;
}
.bboxbottom {
  background: url(corners/blue_se.gif) no-repeat bottom right;
}
.bboxbottom div {
  font-size: 0;
  height: 10px;
  background: url(corners/blue_sw.gif) no-repeat bottom left;
}
.bboxcontent {
  padding: 0px 10px 0px 10px;
}
.bboxcontent a, .bboxcontent a:visited  { color: yellow; }
/* colombia */
.cbox {
  background: #007EFE;
  color: white;
}
.cboxtop {
  background: url(corners/columbia_ne.gif) no-repeat top right;
}
.cboxtop div {
  font-size: 0;
  height: 10px;
  background: url(corners/columbia_nw.gif) no-repeat top left;
}
.cboxbottom {
  background: url(corners/columbia_se.gif) no-repeat bottom right;
}
.cboxbottom div {
  font-size: 0;
  height: 10px;
  background: url(corners/columbia_sw.gif) no-repeat bottom left;
}
.cboxcontent {
  padding: 0px 5px 0px 5px;
}
.cboxcontent a, .bboxcontent a:visited  { color: yellow; }
/* red */
.rbox {
  background: #7F0000;
  color: white;
}
.rboxtop {
  background: url(corners/red_ne.gif) no-repeat top right;
}
.rboxtop div {
  font-size: 0;
  height: 10px;
  background: url(corners/red_nw.gif) no-repeat top left;
}
.rboxbottom {
  background: url(corners/red_se.gif) no-repeat bottom right;
}
.rboxbottom div {
  font-size: 0;
  height: 10px;
  background: url(corners/red_sw.gif) no-repeat bottom left;
}
.rboxcontent {
  padding: 0px 10px 0px 10px;
}
.rboxcontent a, .rboxcontent a:visited  { color: yellow; }
/* yellow */
.ybox {
  background: #FFFF00;
  color: black;
}
.yboxtop {
  background: url(corners/yellow_ne.gif) no-repeat top right;
}
.yboxtop div {
  font-size: 0;
  height: 10px;
  background: url(corners/yellow_nw.gif) no-repeat top left;
}
.yboxbottom {
  background: url(corners/yellow_se.gif) no-repeat bottom right;
}
.yboxbottom div {
  font-size: 0;
  height: 10px;
  background: url(corners/yellow_sw.gif) no-repeat bottom left;
}
.yboxcontent {
  padding: 0px 10px 0px 10px;
}
.yboxcontent a, .yboxcontent a:visited  { color: #003F7F; }

