body {
font-size:12px;
margin-top:0px;
margin-left:30px;
color:#FFFFFF;
font-family:"Lucida Grande", Verdana, sans-serif;
background-color:#1E1D35;

	
	}

.background {
	font-family:"Lucida Grande", Verdana, sans-serif; 
	background-image:url(../images/back4.gif);
	/*background-image:url(../images/bglines.png);*/
	/*#1E1D35*/
	background-color:#487189;
	background-repeat:repeat-x;
	text-align: left;
	
}

.leftmargin {
	width:100px;
	}
	
.rightmargin {
	width:100px;
	}
	
.logo {

width:960px;
height:140px;
background-repeat:no-repeat;
background-image:url(../images/back.png);
	
	}
	
.contents {
	width:960px;
	height:100%;
	background-color:#1E1D35;
	
	
	}
	
.space {
	width:960px;
	height:10px;
	
	}
	
td
{
background-color:#1E1D35;

}	

table
{
color:#FFFFFF;
border-color:#CCCCCC;
border:1px;

}

a
{
color:#CCCCCC;
}

.section
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:100;
margin-left:auto;
color:#FFFFFF;
/*background-color:#0079b2;*/
background: #777 url("../menu/images/current-bg.gif") top left repeat-x;
width:960px;
}

p{
/*color:#487189;*/
color:#FFFFFF;
margin:5px;
}

.picture 
{
height: 100px;
border:solid;


}

input {
    border-right: #000000 1px solid; 
    border-top: #000000 1px solid; 
    font-size: 12px; 
    background: #d4e2ed; 
    border-left: #000000 1px solid; 
    color: #000000; 
    border-bottom: #000000 1px solid
}

select {

border-right: #000000 1px solid; 
    border-top: #000000 1px solid; 
    font-size: 12px; 
    background: #d4e2ed; 
    border-left: #000000 1px solid; 
    color: #000000; 
    border-bottom: #000000 1px solid
}


a:link {
  color: #d4d0c8;
  text-decoration: none;
  }/*normal links in the text*/
a:visited {
  color: #cccc99;
  text-decoration: none;
  }
a:hover { /*this effect is not shown in NN4.xx*/
  color: #0099ff;
  text-decoration: underline;
  }
a:active {/*colour in NN4.xx is red*/
  color: #9999CC;
  text-decoration: underline;
  }