.corporate_access_cell
{
  text-align:          center;
  background:          #eeeeee;
}

.corporate_access_link
{
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           10;
  font-weight:         bold;
  color:               blue;
  text-decoration:     underline;
}

.corporate_access_link:hover
{
  text-decoration:     underline;
  color:               maroon;
}

.component_news_item
{
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           11;
  font-weight:         bold;
  color:               black;
}

.component_news_item:hover
{
  color:               maroon;
  text-decoration:     underline;
}

.component_frame
{
  background:          white;
  border-style:        solid;
  border-color:        #aaaaaa;
  border-top-width:    1px;
  border-bottom-width: 1px;
  border-left-width:   1px;
  border-right-width:  1px;
}

.component_header
{
  text-align:          center;
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           10;
  font-weight:         bold;
  border-style:        solid;
  border-color:        #aaaaaa;
  border-top-width:    0px;
  border-bottom-width: 1px;
  border-left-width:   0px;
  border-right-width:  0px;
}

.component_text
{
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           10;
  color:               black;
}

.component_link
{
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           12;
  font-weight:         bold;
  color:               black;
  text-decoration:     underline;
}

.component_link:hover
{
  color:               maroon;
  text-decoration:     underline;
}

.component_select
{
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           10;
  font-weight:         medium;
}

.component_button
{
	background-color: #777777;
	font: bold 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: white;
	border-color: #bbbbbb;
	text-align:	center;
	vertical-align: middle;
}

.component_text_box
{
  font-family:         verdana, arial, helvetica, sans-serif;
  font-size:           10;
  font-weight:         medium;
}

