@charset "utf-8";

body {
font-family: Arial, Helvetica, sans-serif;
background-image: url(../Img/background.png);
background-repeat: repeat-x;
background-color: #5A5858;
width: 622px;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
}

#header {
background-image: url(../Img/header.png);
width: 622px;
height: 170px;
}

#num {
position: absolute;
top: 1em;
left: 2em;
}

#num24h {
position: absolute;
top: 120px;
left: 2em;
}

#google {
position: absolute;
width: 160px;
height: 600px;
top: 13em;
right: 5em;
}

#corps {
background-image: url(../Img/body.png);
background-repeat: repeat-y;
width: 582px; /*-40px*/
padding: 20px;
}
	#corps h1 {
	margin: 0;
	color: #333333;
	font-size: 20px;
	}
	#corps h3 {
	margin: 0;
	padding-top: 10px;
	color:  black;
	font-size: 13px;
	}
	#corps p {
	margin: 0;
	padding-top: 0px;
	color:  black;
	font-size: 12px;
	}

DIV.PosImg {
/*background-image: url(../Img/top-1.png);*/
width: 566px;
height: 134px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
margin-bottom: 10px;
}
	DIV.PosImg .PosText {
	color: white;
	font-size: 13px;
	width: 460px;
	height: 35px;
	float: right;
	margin-right: 30px;
	}
	DIV.PosImg .PosText table {
	width: 100%;
	}
	DIV.PosImg .PosText table .Pos-Title {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	}
	DIV.PosImg .PosText table .Pos-Links {
	text-align: right;
	}
	DIV.PosImg .PosText table a {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 12px;
	}
	DIV.PosImg .PosText table p {
	color: white;
	font-size: 12px;
	margin: 0;
	}
	DIV.PosImg img {
	display: block;
	border: none;
	margin-top: 18px;
	margin-left: 6px;
	}

#footer {
background-image: url(../Img/footer.png);
width: 622px;
height: 50px;
text-align: center;
}
	#footer p {
	color: white;
	margin: 0;
	font-size: 13px;
	padding-top: 16px;
	}
	#footer a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}
	#footer a:hover {
	text-decoration: underline;
	}

P.BoxError {
margin: 0;
padding: 10px;
font-size: 14px;
background-color: #FFDEDD;
border: 1px solid #CC0000;
color: #CC0000;
font-weight: bold;
}
P.BoxGood {
margin: 0;
padding: 10px;
font-size: 14px;
background-color: #E8FFEB;
border: 1px solid #009966;
color: #009966;
font-weight: bold;
}
	.BoxError A {
	color: #666666;
	display: block;
	padding-top: 10px;
	}
	.BoxGood A {
	color: #666666;
	display: block;
	padding-top: 10px;
	}

form {margin-top: 20px;}
	form label {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
	font-size: 12px;
	}

.Blue {
color: #6f9dcb;
font-size: 13px;
text-decoration: underline;
display: block;
margin-top: 10px;
}
.Blue:hover {
color: #003399;
text-decoration: none;
}

.red {color: red;}
.strong {font-weight: bold;}
.size13 {font-size: 13px;}

table.table {width: 100%; border-top: 1px solid black; border-right: 1px solid black; margin-top: 20px; margin-bottom: 20px;}
table.table th {font-size: 12px; background-color: #f4a981; color: white; padding: 3px; border-bottom: 1px solid black; border-left: 1px solid black; text-align: left;}
table.table td {font-size: 12px; padding: 3px; color: black; background-color: white; border-bottom: 1px solid black; border-left: 1px solid black;}

table.matable {width: 100%; border-top: 2px solid #bbb; border-right: 2px solid #bbb;}
table.matable th {font-size: 12px; background-color: #c8977d; color: white; padding: 3px; border-bottom: 2px solid #bbb; border-left: 2px solid #bbb; }
table.matable td {font-size: 12px; padding: 3px; color: black; background-color: white; border-bottom: 2px solid #bbb; border-left: 2px solid #bbb;}
