/* 1 - DFF Global
------------------------------------------------------*/

body {
	margin: 0px auto;
	padding: 0;
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	background-image:url('shade.jpg'); 
	background-repeat: 
	repeat-y; 
	background-position:right;
	font-size : 10pt;
	text-align: center;
}
	

.bodyInner {
	font-size: 10pt;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	width: 760px;
	text-align: left;
}

th {
	text-align: left;
}

table {
	font-size : 10pt;
}

/* 1 - DFF Site structure
------------------------------------------------------*/

#fixed_width {
	width: 770px;
	margin: 0 auto;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	padding: 0 0 30px 0;
}

/* 2 - DFF General
------------------------------------------------------*/

	form { /* required because IE6 leaves gaps */
		padding: 0px;
		margin: 0px;
	}

	 #validation {
		display: none;
		background: #ffffff;
		margin-top: 0px;
		padding-top: 0px;
		padding-bottom: 10px;
	 }


	 th {
		background-color: #0098d4;
		color: white;
		cursor: pointer;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	 }

	 td {
	 	/* text-align: left;*/
		/* background-color: #DDFFD2; */
	 }

/* 3 - General
------------------------------------------------------*/

	img {
		border: none;
		}

	input {
		font-family: verdana, helvetica, sans-serif;
		}

	ol {
		margin-top: 0px;
		margin-left: 20px;
		padding-left: 4px;
		}

	a.link {
		color: black;
		text-decoration: none;
		}

	a.link:visited {
		color: black;
		text-decoration: none;
		}

	a.link:hover {
		color: #0066ff;
		text-decoration: underline;
		}

	em {
		font-style: normal;
		}

	.strong {
		font-weight: bold;
		}

	.emphasise {
		color: #2000AC;
		}

	.emphasiseBold {
		color: #2000AC;
		font-weight: bold;
		}

	.lineDivider {
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 15px;
		margin-bottom: 15px;
		height: 1px;
		width: 100%;
		background: #CCCCCC;
		overflow: hidden;
		}

	.scroll {
		height: 150px;
		width: auto;
		overflow: auto;
		border: 2px inset;
		padding: 8px;
		}

/* 6 - Body
------------------------------------------------------*/

	#mainContent {
		width: 414px;
		border: none;
		text-align: left;
		margin-right: 5px;
		margin-left: 5px;
		}


	/** Titles, subtitles **/


	span.silver {
		color : silver;
	}

	span.j2eHeading {
		color: #0098d4;
		font-size : 16pt;
	}


