body {background-color: #D2D8E0; background-image: url("./images/blue-back.jpg"); background-repeat: repeat-x; background-position-y:80px;}
table {background-color: #FFFFFF;}
td {font: normal 11px Tahoma, Arial;color: #858581;}
.white {color: #FFFFFF;}
a {font: normal 11px Tahoma, Arial;color: #FFFFFF;text-decoration: none;}
a:hover {text-decoration: underline;}

.blue {
	color: #1A75B7;
}

.BigBlue {
	color: #1A75B7;
        font-weight: bolder;
        font-size:14;
}

.green {
	color: #6A9700;
}

.blueLink 
a {font: bolder 12px Tahoma, Arial; color: #1A75B7;text-decoration: none;}

ul {
	padding: 5px 15px 15px 15px;
	list-style: none;
	margin: 0px;
}
.blueBox
li {
	padding: 3px 20px;
	background: url(images/menu_fig.gif) no-repeat left center;
	border-bottom: 1px dotted #FFFFFF;
}
.redBox
li {
	padding: 3px 25px;
	background: url(images/screen.gif) no-repeat left center;
	border-bottom: 1px dotted #FFFFFF;
}
.greenArrow
li {
	padding: 3px 25px;
	background: url(images/arrowGreen.gif) no-repeat left center;
	border-bottom: 1px dotted #FFFFFF;
}

