body {
	
			font-family: Helvetica;
			font-size: 12.5px;
			color: #112D3E;
			background-color: #E1E1E1;

		}

		h1 {

			color: black;

		}

		h2 {

			color: #0090D2;
			margin-top: -15px;

		}

		h3 {

			font-size: 135%;
			padding-top: 5px;

		}

		ul {

			list-style-type: square;
			margin-bottom: 40px;

		}

		li {

			width: 90%;	
			text-align: justify;
			margin-bottom: 10px;	

		}

		img {

			border: 0px;

		}

		a {
	
			color: #B0B0B0;

		}

		hr {

			border: 0px;
			height: 1px;
			color: #E8E8E8;	
			background-color: #E8E8E8;
			margin-right: 10px;

		}

		#box { 
  			
			background: white; 
			width: 60%;

	                margin-left: auto;
			margin-right: auto;

		}

		.desc {

			color: #B0B0B0;
			font-size: 90%;
			padding-bottom: 10px;

		}

		.footer {

			color: #B0B0B0;
			font-size: 85%;
			text-align: center;
		
		}

		.logo {

			float: right;		
			padding: 10px;

		}

		.boxtop { 
  
			background: url(../images/ne.gif) no-repeat top right; 

		}

		.boxtop div { 
  	

			margin-top: 15%;
			font-size: 0;
  			height: 10px; 
  			background: url(../images/nw.gif) no-repeat top left; 

		}

		.boxbottom { 
  
			background: url(../images/se.gif) no-repeat bottom right; 

		}

		.boxbottom div { 
  
			font-size: 0;
  			height: 10px; 
  			background: url(../images/sw.gif) no-repeat bottom left; 

		}

		.boxcontent {
  
			padding: 5px 10px 1px 25px;

		}