@charset "utf-8";
/* CSS Document */


body {
	background-color:#c0c0c0;
	}
.language {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#818181;
	text-decoration:none;
	}

.red {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color:#f70101;
	text-align:right;
	padding-right:20px;
}

a {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#606160;
}

a:hover {
	color:#f70101;
	}

p {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	padding-left: 20px;
	padding-right: 20px;
	text-align:left;
	}
	
h1 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#323232;
	padding-left: 20px;
	padding-right: 20px;
	}

h2 {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-style:italic;
	color:#323232;
	padding-left: 20px;
	padding-right: 20px;
	}
	
h3 {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#323232;
	padding-left: 20px;
	padding-right: 20px;
	}
	
.bolded {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#323232;
	font-weight:bold;
	}

.copyright {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#b9b8b8;
	text-align:center;
	}
	
ul {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000000;
	}

li {
	padding-left: 0px;
	margin-left:0px;
	}

