/* CSS Document */

body {
	margin: 0;
	background-color: #fff;
	background-image: url('images/bg.gif');
}

.content {
	background-image: url('images/ideal_13.gif');
	background-repeat: repeat-x;
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

h1 {
	font-family: tahoma;
	font-size: 14pt;
	color: #009900;
	font-weight: bold;
	margin: 2px;
	padding: 4px;
	width: 100%;
	border-bottom: 1px dotted #444;
}

p, td {
	font-family: trebuchet ms;
	font-size: 10pt;
	line-height: 16pt;
	color: #000;
	text-align: left;
}

.footer {
	background-color: #222;
	padding: 6px;
	font-family: verdana;
	font-size: 9pt;
	line-height: 14pt;
	color: #efefef;
	text-align: center;
}

.footer a{
	color: #efefef;
}