body {
   position:absolute;top:0;left:0;width:100%;height:100%;margin:0;   
   font:12px Tahoma;color:#000000;
   background-image:url(../images/bg_tile_main.gif);
   text-align:left;
}

A:link     {color:#0066CC; text-decoration:underline;}
A:visited  {color:#0066CC; text-decoration:underline;}
A:active   {color:#0066CC; text-decoration:underline;}
A:hover    {color:#000000; text-decoration:underline;}

h1     {font-family:Tahoma; font-size: 22pt; font-weight: bold; color:#993333}
.head1 {font-family:Tahoma; font-size: 22pt; font-weight: bold; color:#993333}
h2     {font-family:Tahoma; font-size: 18pt; font-weight: bold; color:#993333}
.head2 {font-family:Tahoma; font-size: 18pt; font-weight: bold; color:#993333}
h3     {font-family:Tahoma; font-size: 15pt; font-weight: bold; color:#993333;}
.head3 {font-family:Tahoma; font-size: 15pt; font-weight: bold; color:#993333;}
h4     {font-family:Tahoma; font-size: 12pt; font-weight: bold; color:#993333}
.head4 {font-family:Tahoma; font-size: 12pt; font-weight: bold; color:#993333}
h5     {font-family:Tahoma; font-size: 9pt; font-weight: bold; color:#993333}
.head5 {font-family:Tahoma; font-size: 9pt; font-weight: bold; color:#993333}
h6     {font-family:Tahoma; font-size:  8pt; font-weight: bold; color:#993333}
.head6 {font-family:Tahoma; font-size:  8pt; font-weight: bold; color:#993333}
h7     {font-family:Tahoma; font-size:  12pt; font-weight: bold; color:#993333; text-decoration:underline}
.head7 {font-family:Tahoma; font-size:  12pt; font-weight: bold; color:#993333; text-decoration:underline}


.bg_tile_nav {
	background-image:url(../images/nav-bg-tile.jpg);height:20px;
	background-repeat: repeat;
}
.bg_tile_border_black {
	background-image:url(../images/tile_black.gif);width: 1px;
}
.bg_tile_nav_black {
	background-image:url(../images/tile_black.gif);height: 1px;
}
.bg_tile_nav_white {
	background-image:url(../images/tile_white.gif);
}
.bg_tile_footer {
	background-image:url(../images/footer-bg.jpg);
}

.content {
  margin: 25px;
}

.bodytext {
  margin-left: 15px;
  font-size: 12px;
  line-height: 18px;
  color: #023;
}

.messages {
  margin: 10px 0 20px;
  font-weight: bold;
}

.messages ul.general {
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages ul.general li {
  padding: 0;
}

.messages ul.general li.message {
  color: #900;
}

.messages ul.general li.error {
  color: #f00;
}

.messages ul.specific {
  margin: 5px auto;
}

.messages ul.specific li.message {
}

.messages ul.specific li.error {
}


