.main {
	background-image: url("images/box.jpg");
	padding-top: 8px;
	padding-bottom: 27px;	
	padding-right: 48px;
	padding-left: 34px;
}

body {
	background-image: url("images/background.jpg");
	font: 13px/17px Verdana;
   	color: #05054E;
   	margin: 0px;
   	text-align: left;   
   	scrollbar-face-color:#ffffff;
   	scrollbar-highlight-color:#ffffff;
   	scrollbar-3dlight-color:#3ffffff;
   	scrollbar-darkshadow-color:#ffffff;
   	scrollbar-shadow-color:#ffd756;
   	scrollbar-arrow-color:#3133bc;
   	scrollbar-track-color:#ffffff;	
}

/* Content */

h1, h2, h3, h4, h5, h6 {
	color: #05054E;
	font-weight: 800;
}

h2 {
   font: 15px/19px Verdana;
   padding-top: 8px;
}
h3 {
	color: gray;
	font-size: large;
}
h4 {
	color: #606060;
	font-size: 13px;
	margin: 0 0 0.5em;
}

a {
   text-decoration: none;
   font-weight: bold;
   color: #05054E;
}

a ins  {
   text-decoration: none;
   font-weight: bold;
}

A:link    {color: #05054E; font-weight: bold; }	       /* unvisited link */
A:hover   {color: #3535d5;	font-weight: bold; text-decoration: none;  }   /* hover links */
A:active  {color: #05054E;	font-weight: bold; text-decoration: none; border: none; }   /* active links */

/* A:visited  {color: #3535d5; font-weight: normal;}     /* visited links */ */

p {   
	margin: 0px;
   	padding-top: 8px;
}

p.center {
	text-align: center;
}

.content table {
	margin: auto;
	border-style: "1px dotted #c8c8c8" ;
}

td {
	border-width: 0px;
	border-style: none;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0 ;
}

tr {
	border-width: 1px;
	border-style: solid;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0 ;
}

/* header */

.header h1 {
	margin-top: 35px;
	font-size: 24px ;
	text-align: center;
}

.header img {
	margin-left: 180px;
	margin-top: 20px;
}

/* Top menu */

.top-menu a{
	font: Verdana;
	font-size: 14px;
	font-weight: 800;
	color: #000000;
	display: block;
	width: 135px;
	height: 40px;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	line-height: 30px;
}

.top-menu .yellow {
	background-image: url('images/buttonyellow.png');
	color: #05054E;
}
.top-menu .blue {
	background-image: url('images/buttonblue.png');
	color: #F2DC6E;
}

.top-menu a:hover{
	font-style: italic;
   	font-weight: bold;
   	color: #ffffff;

}
.top-menu a.active{
	font-style: italic;
   	font-weight: bold;
   	color: #ffffff;
}



