/* CSS Document */

body {
	margin: 40px;
	background-color: #000000;
	background-image: url(../images/background.png);
	background-repeat: repeat;	
}


td {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

ul {
list-style-type: none;
padding: 0;
margin: 0;
}

li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-left: 10px;
	font-size: 12px;
}



a, a:visited {color: #ffffff; text-decoration: none;}
a:hover, a:visited:hover {color: #00ff33; text-decoration: underline;}

hr {border: none 0;
border-top: 1px dotted #000000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}


.tableMaster {
	text-align: left;
	vertical-align: top;
	height: 600px;
	width: 960px;
	border: .5px solid #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	background-color: #000000;
}
.tableContact {
	text-align: left;
	vertical-align: top;
	padding-top: 15px;
}
.tableCentre {
	padding-right: 40px;
}

.textBig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
}

.headings {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #00ff33;
}
.textGreen {
	color: #00ff33;
}
.navigation {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 5px;
	color: #00ff33;
	font-family: Arial, Helvetica, sans-serif;
}
	
.picturesRight {
	text-align: right;
	vertical-align: top;
}
.picturesRight img {
border:none; 
margin:0px 0px 0px 0px;
width: 200px;
height: 550px;
}

/*Navigation */
.textHome {
	font-size: 32px;
	line-height: 34px;
	color: #FFFFFF;
}
.logosHome {
	padding-bottom: 5px;
	padding-top: 5px;
}
.frenchText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	line-height: 10pt;
}
.headingsSub {
	font-family: Georgia, Times, serif;
	font-size: 15px;
	color: #00FF33;
}
.headingsWhite {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	color: #00FF33;
	font-style: italic;
}
.headingsSubWhite {
	font-family: Georgia, Times, serif;
	font-size: 15px;
	color: #CCCCCC;
}

