/* -------------------------------------------------------------------------------- */
/*                               SOF Style Sheet 3 :                                */

html, body{
	margin: 0px;
	padding 0px;
	background-color: #ACADB1;
	font-size: 12px;
	font-family: Times New Roman;
}

.mainTable, .topTable, .bottomTable{
	width: 1000px;
}

.introTable {
	width: 950px;
	height: 675px;
	background-image: url(/images/backgroundIntro.jpg);
}

.introTable  td{
	vertical-align: top;
	text-align: right;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 50px;
	
	font-size: 18px;
}

.introTable  td img{
	vertical-align: absmiddle;
}

.introTable a{
	color: #000000;
	text-decoration: none;
}
/*                               EOF Style Sheet 3 :                                */
/* -------------------------------------------------------------------------------- */

