@charset "UTF-8";
/* CSS Document */

body {
text-align: center;
		margin: 0; 
	padding: 0;
	text-align: center;
	}

a {
color: #000000;
text-decoration:none;
}

a:visited {
	color: #333333;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
color:#000000;
}

#mainFrame {
background: #FFFFFF;
margin: 0 auto;
width: 775px;
text-align: left;
border-left: 3px #e5e5e5 solid;
border-right: 0px #e5e5e5 solid;
align: center;
vertical-align:top;
}

#header {
height: 343px;
background-image:url(images/bg-slp_02.png);
background-repeat:no-repeat;
}

#communique {
padding: 2px 5px 2px 5px;
margin: 10px 5px 10px 5px;
background: #F0F0F0;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
font-weight: 100;
}

.comtitle {
font-weight:bold;
}