
/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
	font-family: 'Roboto',sans-serif;
	font-size: 12px;
    #line-height: 22px;
	font-weight: 400;
	color: #444;
	#color: #999;
	background-color: #FFF;
	/*background: url(../images/patterns/1.png) fixed repeat;*/
}
/* doesn't work for some reason... */
.colheader {
	background-color: C0C0C0;
}
td {
	font-size: 12px;
	border-color: WhiteSmoke; 
	border-width: 1pt; 
	border-style: solid;	
	padding: 4px;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
	margin-left: 20px;
}

a {
    transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

a:hover {
    color: #444;
}

a, a:hover {
    text-decoration: none;
}

i {
	font-size: 1.1em;
}
