﻿body {
	background-image: url(images/backg_texture5.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #98b1c7;
}

.bodycopyhead  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	padding: 1px;
	color: #18517e;
}
  .bodycopyheadbig  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	padding: 1px;
	color: #18517e;	
	
}
  .bodycopysmall  {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 11px;
   line-height : 14px;
   font-weight : normal;
   padding:5px;
   color: #18517e;
}
  .bodycopy  {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   line-height : 16px;
   font-weight : normal;
   color: #505050;
}
  .mini  {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 9px;
   line-height : 11px;
   font-weight : normal;
   padding:1px;
   color: #000000;
}
  .bold  {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   line-height : 18px;
   font-weight : bold;
   padding:1px;
   color: #505050;
}   
   a:link {
   color: #18517e;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none
}
  a:visited {
   color: #999999;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none
}
  a:active {
   color: #18517e;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:none
}
  a:hover {
   color: #18517e;
   font-family: Arial, Helvetica, sans-serif;
   text-decoration:underline
}


.TopMenuItem
        {
            background-color: #7B793E;
            color: white;
            font-family: tahoma;
            font-size: 13px;
            font-weight: normal;
            padding: 10px;
            cursor: pointer;
            margin: 5px 0 0 0;
        }
        .TopMenuItemHover
        {
            background-color: black;
            background-image: url(images/mainmenu/black-button.jpg);
            color: white;
            text-decoration: underline;
            font-family: tahoma;
            font-size: 11px;
            font-weight: normal;
            padding: 10px;
            cursor: default;
            margin: 5px 0 0 0;
        }
        