@import url("layout.css");

Body{
	background: url(../img/bg-1.gif) repeat-y top left #FFF;
	}

.top-left{
	background: #6871BF;
	}

.bot-left{
	background: #6C7095;
	}

.top-right{
	background: url(../img/topl.gif) repeat-y top left #5D6080;
	}

.bot-right{
	background: #D1D3E6;
	}

.footer{
	color: #666600;
}

#main{
	background: #D1D3E6;
}

#main{
	color: #ffff00;
}

ol.decimal{
	background: #D1D3E6;
}

h1,h2,h3,h4{
	color: #FFF;
 }

h5{
	color:#000;
}

a.main{
/*	border: 2px outset #000;
	background: #5D6080;*/
	color: #D1D3E6;
}

a.main:hover{
/*	border: 2px inset #000;
	background: #6C7095;*/
	color: #FFF;
}

a.style1{
	background-color: #BFB360;
}

a.style2{
	background-color: #5D6080;
}

a.style3{
	background-color: #BF608A;
}

a.foot{
	text-decoration: none;
	color: #995C00;
}

a.foot:hover{
	text-decoration: underline;
	color: #660000;
}


