body{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.border-left {
	background: url(img/border_l.jpg) no-repeat;
}

.header {
	background: url(img/header.jpg) no-repeat;
}


.footer {
	background: url(img/footer.jpg) no-repeat;
}


ul,li{
	margin:0;
	padding:0;
}

ul {
	margin-top:5px;
	padding-left:15px;
}

ul a{
	color:#000000;
	text-decoration:none;
}

h5 {
	padding:0px;
	margin:0px;
	font-size:11px;
}

.text1 span, .text2 span, .text3 span{
	background-color:#ffd140;
}

.text1 {
	background: url(img/border_d.jpg);
	background-position: right top;
	background-repeat:repeat-y;	
	padding: 9px 5px 0px 5px; 
}

.text2 {
	background: url(img/border_d.jpg);
	background-position: right top;
	background-repeat:repeat-y;	
	padding: 14px 5px 0px 5px;
}

.text3 {
	background: url(img/border_d.jpg);
	background-position: right top;
	background-repeat:repeat-y;	
	padding: 14px 5px 0px 5px;
}




.red {
color: #e1061c;
}
