body {
	font-family:tahoma;
	font-size:16pt;
/*	line-height:130%;*/
/*
	margin:0;
	padding:0;
*/
	background-image:url(images/background.png);
	background-repeat:repeat;


}
h1, h2 {
	font-size: 4vw;
	font-weight: 100;
	line-height: initial;
	text-align: center;
	text-shadow: -1px -1px 1px #FFFFFF,1px 1px 1px #D8D8D8;
}

h2 {
font-size: 24pt;
}


body a {
	color: #CB0019;
		text-decoration:none;

}
body a:hover {
	color:#AD0002; 

}
.container {
	width:100%;
	margin:auto;

}



table {
	width:100%; 
	max-width:800px;
/*
	font-size:1em;
	color: #333;
*/
}
/* Zebra striping */
/*
tr:nth-of-type(odd) {
	background:#fff;
}
tr:nth-of-type(even) {
	background:#f5f5f5;
}
th {
	background:#333;
	color:white;
	font-weight:bold;
}
*/
td,th {
	padding:10px;
	border:1px solid #ccc;
	text-align:center; background-color: white

}



.content {
/*    background-repeat: no-repeat;*/
    margin: auto;
    padding: 0 20px;
/*    clear: both;*/
    max-width: 1200px;
}


.img {
	max-width:100%;
	height:auto;
	width: auto\9;
	/* ie8 */
}


@media only screen and (max-width:768px) {
	
		h1 {
			font-size:30px;
	}
.content {
  
    padding: 0 10PX;

}



}
