body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: #EEEEEE url(images/layout/bg_body.gif) repeat-x;
	margin:0px auto;
	padding:0px auto;
	text-align:center;
	color:#666666;
	text-align:center;
}
a:link, a:visited {
	color:#666666;
	text-decoration:underline;
}
a:hover{
	color:#ff6600;
	text-decoration:underline;
}
p {
	margin:3px;
	padding:3px;
}

#container {
	padding:1px;
	margin:0px auto;
	margin-top:4px;
}

#header{
	background: #ffffff url(images/layout/bg_head.gif) repeat-x;
	text-align:center;
	border-bottom:1px dotted #BBBBBB;
}

#header h1{
	font-weight:bold;
	color:#009900;
	font-size:120%;
	padding:1px;
	margin:1px;
}
#header h2{
	font-weight: normal;
	font-size:100%;
	padding:1px;
	margin:1px;
}


#path{
	background: #f2f2f2 url(images/layout/bg_head.gif) repeat-x;
	text-align:left;
	border-bottom: 1px dotted #BBBBBB;
	padding:3px;
}

#path a:link, #path a:visited{
	text-decoration:underline;
}

.titlemenu{
	display:block;
	font-weight:bold;
	background: #33CC33;
	color:#FFFFFF;
	text-align:center;
	line-height:18px;
	font-size:110%;
}

.alert{
	font-weight:bold;
	text-align:center;
	font-size:110%;
	padding:6px;
}
.alert2{
	font-weight:bold;
	text-align:center;
	font-size:110%;
	padding:1px;
}

#menuleft p{
	padding:0px;
	margin:1px 0px 0px 0px;
}

#menuleft p a:link, #menuleft p a:visited {
	display:block;
	background: #FFFFFF url(images/icone/bg_link.gif);
	font-weight:bold;
	color:#0A7ACD;
	padding: 4px;
	border-left:4px solid #33CC33;
	border-right:4px solid #33CC33;
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	text-decoration:none;
}
#menuleft p a:hover{
	color: #ff6600;
	font-weight:bold;
	text-decoration:underline;
	border-bottom:1px solid #0A7ACD;
	border-top:1px solid #0A7ACD;
	border-left:4px solid #0A7ACD;
	border-right:4px solid #0A7ACD;
	background: #F2F2F2 url(images/icone/bg_hover.gif);
}


.phototable{
	width:100%;
}

.phototable td{
	text-align:center;
	/*border-bottom:2px solid #33CC33;*/
}

.phototable img{
	border: 2px solid #33CC33;
	background:#ffffff;
	padding:2px;
	margin:3px;
}

#footer{
	clear:both;
	border: 1px dotted #33CC33;
	background: #ffffff url(images/layout/bg_head.gif) repeat-x;
	text-align:center;
	font-size:90%;
	padding:3px;
	margin-top:4px;
}

#footer a:link, #footer a:visited {
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.banner{
	/*border-top: 1px dotted #cccccc;*/
	border-bottom: 1px dotted #cccccc;
	padding:2px;
	margin:3px;
}
.banner a:link, .banner a:visited {
	text-decoration:none;
}
.banner a:hover{
	text-decoration:underline;
}

.banner img{
	border: 1px solid #33CC33;
	background:#ffffff;
	padding:1px;
	margin:0px;
}

