body {
  margin-top: 0px auto;
  background-color: #7AA1FF;
  font-weight: normal;
  font-family: arial, verdana, sans-serif;
  font-size: 16px;
  line-height:18px;
  
}

ul.italic { font-style:italic; line-height: 20px; }

ul { line-height:20px; }

.bodyBold a {
  font-size: 16px;
  color: #000;
}
.body a {
  color: #FF0;
  font-weight: bold;
}

table { font-size: 14px;
        font-family: arial, verdana, sans-serif;
        color: #000000;
        line-height:18px;
        font-weight:normal; }

.style2 {
	font-weight: normal;
	text-transform: none;
	line-height: 16px;
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
}
.style3 {
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	line-height: 18px;
	font-family: Arial;
	font-weight: bold;
}
.style4 {font-size: 14px; font-style: normal; text-transform: none; line-height: 18px; font-family: Arial;}
.style4 .bodyBoldBIGYellow .bodyBoldBIG .bodyBoldBIG {
	color: #000;
}
.bodyBoldBIGYellow .bodyBoldBIG .bodyBoldBIG {
	color: #000;
}

.red { color: #ff0000; font-size: 16px; font-weight:bold; }

.font25 { font-size: 25px; font-weight:bold; font-family: times new roman, courier, serif; }
.font35 { font-size: 35px; font-weight:bold; font-family: times new roman, courier, serif; }

.title2 { font-size: 20px;
          color: #000000;
          font-weight: bold;
          letter-spacing: 3px;
          line-height:25px; }
          
.title3 { font-size: 20px;
             color: #ffffff;
             font-weight:bold; 
             font-family: arial, verdana, sans-serif;
             letter-spacing:3px;
             line-height: 24px; }
          
.subtitle { font-size: 25px;
          color: #000000;
          font-weight: bold;
          letter-spacing: 3px;
          font-family: arial, verdana, sans-serif;
          line-height:30px; }
          
.subtitle2 { font-size: 18px;
             color: #ffffff;
             font-weight:bold; 
             font-family: arial, verdana, sans-serif;
             line-height: 24px; }
             
.subtitle3 { font-size: 16px;
             color: #000000;
             font-weight:bold; 
             font-family: arial, verdana, sans-serif;
             line-height: 20px; }
             


.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.just { text-align:justify; }
.under { text-decoration:underline; }

.top { vertical-align:top; }
.middle { vertical-align:middle; }
.bottom { vertical-align:text-bottom; }

.indent { text-indent: 50px;}

.imgleft { float:left; margin-right:20px; margin-bottom: 10px; }
.imgright { float:right; margin-left:20px; margin-bottom: 10px; }

.border { border: 1px solid #000000; }

.imgborder { border: 1px solid #B0BDF9; }

.noborder { border: 0px solid #ffffff; }

.footer { font-size: 12px;
          color: #EAB600; }
          
.notes { font-size: 12px; color: #000000;  }
          
a:link.footer { font-size: 12px;
          color: #EAB600; }
          
a:link.footer { font-size: 12px;
          color: #EAB600; }
          
a:link  { color: #AF2849;
          font-weight: bold;
          text-decoration: none;
          }
          
a:active  { color: #AF2849;
          font-weight: bold;
          text-decoration: none;
          }          

a:visited  { color: #AF2849;
          font-weight: bold;
          text-decoration: none;
          }

a:hover  { color: #FEFF23;
          font-weight: bold;
          text-decoration: underline;
          }          
          

.content { width: 800px; text-align:justify; font-size: 16px; }

.content2 { width: 650px; text-align:justify; font-size: 16px; }

/* START THE CODE FOR THE MENU */


.menuwidth		{ width: 175px; }

.menubackground		{
			background-color: #ffffff;
	        	background-image: url("picts/background-menu.jpg");
        		border-right: #284D75 1px solid;
			}


.topline	{ border-top: #284D75 1px solid; }


.menu		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		width: 175px;
		cursor: pointer;
		text-indent: 6px;
		text-align: left;
		display: block;
		padding-top: 7px;
		padding-bottom: 7px;
		margin-bottom: 0px;
		border-bottom: #000000 1px solid;
		}


a.menu:link 	{
		background-image: url("images/test/menu.jpg");
		background-color: #ffffff;
		color: #FFFFFF;
		}


a.menu:visited 	{
		background-image: url("images/test/menu.jpg");
		background-color: #000000;
		color: #ffffff;
		}


a.menu:active 	{
		background-image: url("images/test/menu.jpg");
		background-color: #000000;
		color: #FFFFFF;
		}


a.menu:hover 	{
		background-image: url("images/test/menuon.jpg");
		background-color: #000000;
		color: #3D5A7B;
		}


