body, html {
	background-image: url(Images/header_bg_ri.jpg);
	background-repeat: repeat-x;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #075ba9;
}

a:link {
	text-decoration: none;
	color:#075ba9;
}

a:visited {
	text-decoration: none;
	color: #075ba9;
}

a:hover {
	text-decoration: none;
	color: #8a8a8a;
}

a:active {
	text-decoration: none;
	color: #8a8a8a;
}

/* Content */

.form {
	font-family: Tahoma;	
	font-size: 8pt;
	color: #5D5D5D;
	line-height: 140%;
}

.content {
	font-family: Tahoma;	
	font-size: 8pt;
	color: #5D5D5D;
	line-height: 140%;
	text-align: justify;
}

a.content {
	color: #075BA9;
	text-decoration: none;
}

a.content:hover {
	color: #8A8A8A;
	text-decoration: underline;
}

.title {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #075BA9;
	line-height:16px;
}

.footer {
	font-family: Tahoma;	
	font-size: 7pt;
	color: #5D5D5D;
}

/* End Content */

