/* CSS Document */

body {
	font-family:		"Century Gothic", "Trebuchet MS", Arial;
	font-size:		10pt;
	text-align:		center;
	margin:			0px;
	padding:		20px;
}

div.container {
	margin:			auto;
	width:			750px;
}

div.content-middle {
	padding:		20px;
	margin:			0px;
	background-image:	url(images/div-content-middle_el.png);
	text-align:		left;
}

div.footer {
	text-align:		right;
	width:			730px;
	padding-right:		20px;
}

h1 {
	font-family:		"Century Gothic", "Trebuchet MS", Arial;
	font-size:		14pt;
	font-weight:		bold;
	color:			#009900;
}

h2 {
	font-family:		"Century Gothic", "Trebuchet MS", Arial;
	font-size:		10pt;
	font-weight:		bold;
	color:			#009900;
}

p {
	text-indent:		20px;
}

a.rsd {
	color:			#880000;
	text-decoration:	none;
}

a {
	color:			#009900;
	text-decoration:	none;
	font-weight:		bold;
}

table {
	border:			medium solid #999999;
      }

td {
	padding:		2px;
	vertical-align:		text-top;
	padding-right:		20px;
   }

td.left {
	width:			220px;
	text-align:		right;
	}
