* {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-color: #272727; /*#272727*/
}

table {
	border-collapse: collapse;
    width: 100%;
}

#maincontentDIV {
    width: 1000px !important;
    height: 708px !important;
    margin-left: auto;
    margin-right: auto;
}

#topMenuDIV {
    width: 1000px !important;
    height: 196px !important;
   	background: url(../images/bg-top.png);
    background-repeat: no-repeat;
}

#mainLogoDIV {
	
    width: 1000px !important;
    height: 212px !important;
    background: url(../images/bg-middle.png);
    /*background-repeat: no-repeat;
    background-position: 60px 0px;
    */
}

#bottomDiv {
    width: 1000px !important;
    height: 300px !important;
    background: url(../images/bg-bottom.png);
    background-repeat: no-repeat;
}

#tournierLogo {
    margin-top: 13px;
    width: 170px !important;
    height: 27px !important;
    border: none;
    cursor: pointer;
}

#bddLogo {
    width: 155px !important;
    height: 30px !important;
    margin-top: 145px;
    border: none;
    cursor: pointer;
    
}

#daudinLogo {
    width: 155px !important;
    height: 27px !important;
    margin-top: 15px;
    border: none;
    cursor: pointer;
    
}

#footerDIV {
    width: 1000px !important;
    height: 40px !important;
    margin-left: auto;
    margin-right: auto;
    
}

.footerText {
    color: #ccc;
    font-size: 11px;
    font-weight: normal;
}

.grpgnameHome {
    color: white;
    font-size: 18px;
    font-weight: bold;
}

a.footerlink{
    color: #ccc;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none; 
}

a:hover.footerlink {
    color: #ccc;
    text-decoration: underline;    
}

a.welcomeLinks {
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
	color: #8c141a;
	text-decoration: none;
	cursor: pointer;
}

a:hover.welcomeLinks {
	text-decoration: underline;
}

p.welcomeText {
	font-size: 19px;
	font-weight: normal;
	color: #8c141a;
}
