@charset "utf-8";
/* CSS Document */

body {
	padding-left:32%;
	padding-top:20%;
	/*padding-top:200px;*/
}

.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#000000;
	text-align:left;
	background-color:#FFFFFF;
	border:1px #000099 dotted;
	width:402px;
}

.title {
	border-bottom:1px #000099 solid;
	padding-top:3px;
	text-align:center;
}

.links {
        width:100%;
        text-align:center;
        padding:3px;
        font-size:small;
}

.links a:link a:visited {
        text-decoration:none;
        text-transform:lowercase;
        border-bottom:1px #000099 solid;
        text-align:center;
        width:100%;
}

.links a:hover {
        text-decoration:none;
        text-transform:uppercase;
        border:1px #000077 solid;
        text-align:center;
        width:100%;
}
	
.content_legal_title {
	text-decoration:underline;
	text-transform:uppercase;
	font-weight:bold;
}

.content_legal_content {
	text-transform:lowercase;
}

.content_legal {
	margin:3px;
	padding:3px;
	border-bottom:1px #000099 solid;
}

.copyright {
	text-align:center;
	vertical-align:bottom;
}
