body 
	{
	margin: 0px
	}

a:link { 
    font-size: 13px;
	color: ##061E45;
	font-family: Trebuchet MS;
	text-decoration:underline 
	}
a:visited { 
    font-size: 13px;
	color: ##061E45;
	font-family: Trebuchet MS;
	text-decoration:underline 
	}
a:hover { 
    font-size: 13px;
	color: ##061E45;
	font-family: Trebuchet MS;
	text-decoration:underline 
	}
a:active { 
    font-size: 13px;
	color: ##061E45;
	font-family: Trebuchet MS;
	text-decoration:underline 
	}
	
	
h1{font-family: Trebuchet MS; font-size: 24px; font-weight: normal; margin-top: 0; margin-bottom: 0; color: #FFFFFF;}

h2{font-family: Trebuchet MS; font-size: 13px; font-weight: normal; color: #061E45;}

p{font-family: Trebuchet MS; font-size: 13px; font-weight: normal; color: #061E45;}

.container{
	position: relative;
	margin-right: auto;
	margin-left: auto;
    width: 100%;
    }

.mainback{
      position: absolute;
      left: 50%;
      width: 779px;
      height: 579px;
      margin-left: -389px; /* half of width */
	}
	
.Scroll{  
             scrollbar-face-color: #061E45;
			 scrollbar-track-color: #C0C0C0; 
             scrollbar-arrow-color: #6085A4; 
             scrollbar-3dlight-color: #CCCCCC; 
             scrollbar-shadow-color: #1E6180; 
             scrollbar-highlight-color: #7CBCDA; 
             scrollbar-darkshadow-color: #1E6180}