body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table.standard{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6e181e;
}
.style2 {
	color: #6D161C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.style3 {font-size: large}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #FF0000;
	font-weight: bold;
}

.td_flower {
background-color: #6e181e;

	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	
#blueblock{
width: 276px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #6e181e;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 276px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 2px 2px 2px 5px;
border-left: 10px solid #a10f12;
border-right: 10px solid #f01d22;
background-color: #de1419;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #3e356b;
border-right: 10px solid #6a5bb6;
background-color: #52478c;
color: #fff;
}
