body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}

a
{
  color: #2C74C3;
  font-size: 13px;
}
a:hover
{
  text-decoration: none;
}


.header_caption
{
  color: #2C74C3;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0px 17px 0px;
}

.header_subtitle
{
  color: #2C74C3;
  font-size: 24px;
  font-weight: bold;
  padding: 0px 0px 20px 0px;
}

.header_caption_sub
{
  color: #2C74C3;
  font-size: 16px;
  font-weight: none;
  text-decoration: underline;
}

.caption_green {
  color: green;
  font-size: 22px;
  font-weight: bold;
  padding: 0px 0px 20px 0px;
}

.caption_red {
  color: red;
  font-size: 22px;
  font-weight: bold;
  padding: 0px 0px 20px 0px;
}

.header_caption_period
{
  color: #2C74C3;
  font-size: 18px;
  font-weight: none;
}

.header_image 
{
  border: solid 1px #000000;
}

.header_menu
{
  padding: 5px 0px 0px 10px;
}

.header_menu_item
{
  color: #2C74C3;
  font-size: 13px;
  text-decoration: underline;
  font-weight: bold;
}
.header_menu_item:hover
{
  text-decoration: none;
}

.body_item
{
  padding: 5px 0px 20px 10px;
}
.caption
{
  border-bottom: solid 1px #2C74C3;
}

.caption_text
{
  color: #2C74C3;
  font-size: 20px;
  text-decoration: none;
  font-weight: none;
}

.payment_caption
{
  color: black;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 0px 20px 0px;
}

.text
{
  font-size: 13px;
}

.text_bold
{
  font-size: 13px;
  font-weight: bold;
}

.errors
{
  color: red;
}

.list_table
{  
  border-left: solid 1px #888888;
  border-bottom: solid 1px #888888;
}

.list_table_header
{
  border-left: solid 1px #888888;
  border-bottom: solid 2px #888888;
}

input
{
  font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size:10px;
}

.login_form_caption
{
  font-size: 13px;
}

.login_form_caption_bold
{
  font-size: 13px;
  font-weight: bold;
}

