html
{
  overflow: -moz-scrollbars-vertical;
}

body
{
  margin : 0px;
}

table
{
  font-family : Tahoma;
  font-size : 10pt;
  line-height : 14pt;
  color : #000000;
  border-collapse : collapse;
  margin-left : auto;
  margin-right : auto;
}

td
{
  padding : 0px;
}

a
{
  color : #000000;
  text-decoration : none;
}

a:hover
{
  text-decoration : underline;
}

img
{
  border : 0;
}

form
{
  margin : 0px;
}

.font-purple
{
  color : #492A63;
}

.font-white
{
  color : #FFFFFF;
}

.font-large
{
  font-size : 14px;
}

.font-extralarge
{
  font-size : 16px;
}

.font-bold
{
  font-weight : bold;
}

.bg-pink
{
  background-color : #E9E3F1;
}

.bg-top
{
  background : url("../image/background_top.jpg");
}

.bg-menu
{
  background : url("../image/menu1_r3_s1.gif");
}

.bg-page-bar
{
  background : url("../../image/background_pagebar.gif");
}

.bg-subpage-bar
{
  background : url("../../image/background_subpagebar.gif");
}

.bg-footer
{
  background : url("../image/background_footer.gif");
}

.form-text
{
  font-size : 8pt;
  color: #000000;
  width: 140px;
  height: 14px;
  border-right : #492A63 1px solid;
  border-top : #492A63 1px solid;
  border-left : #492A63 1px solid;
  border-bottom : #492A63 1px solid;
}

.margin-center
{
  border-collapse : collapse;
  margin-left : auto;
  margin-right : auto;
}

.margin-small-left
{
  margin-left : 10px;
}

.margin-small-right
{
  margin-right : 10px;
}

.margin-big-left
{
  margin-left : 25px;
}

.margin-big-right
{
  margin-right : 25px;
}

.align-left
{
  text-align : left;
}

.align-center
{
  text-align : center;
}

.align-right
{
  text-align : right;
}

.valign-top
{
  vertical-align : top;
}

.valign-middle
{
  vertical-align : middle;
}

.valign-bottom
{
  vertical-align : bottom;
}
