
body {
	margin: 0;
	padding:0;
	min-height: 99%
	height: 100%;

	vertical-align : middle;
	color: black;

	background-color: white;
	background-image: url('bg2.jpg');
	background-repeat: no-repeat;

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

}

hr { clear: both; display: none; }



div {
	margin:0px;
	padding: 0px;
	border: 0px;
}

img {	border:0;	}

p {
	margin: 0px;
	padding:4px;
	padding-left:4px;
}

a, a:visited {
	color: #104E8B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: red;
}



h2 { text-align: right; border-bottom: solid 1px #ff0000; margin-top: 0px;}





.item-title, .item-text {

	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	padding:1px;
	width:94%;
}
.item-title {
	margin-top: 10px;
	font-weight: bold;
	padding-left: 10px;
	height: 16px;
	color: #000000;
}
.item-text {
	padding-left: 18px;
	font-weight: normal;
	color: #333333;
}

a .item-text, a:visited .item-text {
	color: #999999;
}


.item-title {

	margin-top: 15px;

	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #999999;

	background: white 0 8px no-repeat;
}



div#main {
	width: 640px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	}



/********************** FOOTER **********************/

div#footer {
	position: relative;
	margin-top: 30px;
	width: 100%;

	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;

	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EEEEEE;
	}

