@charset "utf-8";
/* CSS Document */

/*FONTS*/
 @import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&subset=latin-ext');

body {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #605e5e;
	background:#f0f0f0;
	margin: 0;
	padding: 0;
	color: #333;
}

ul, ol, dl {  
	font-size:14px;
	line-height: 22px;
	padding-left:30px;
	color:#605e5e;
	list-style:square;
}

h1 {
	font-size:26px;
}
h2 {
	font-size:18px;
}

a img { 
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	padding:4px 8px;
}
tr:first-child {
	font-weight:bold;
}
tr:nth-child(even) {
	background: #dedede;
}

a:link {
	color: #605e5e;
	text-decoration: underline; 
}
a:visited {
	color: #605e5e;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 960px;
	margin: 0 auto; 
}

.content {
	padding: 10px 0;
}



