@charset "utf-8";
/* /css/global.css */

/* ---------------- global styles ---------------- */

/* GLOBAL USAGE SHARE BASED ON:
 http://en.wikipedia.org/wiki/Usage_share_of_operating_systems
 http://getclicky.com/global-marketshare-statistics

 - Windows & IE: ~88% & 50-55% respectively
 - Mac & Safari: 4-7% &  5%
 - Firefox (all): ~ 30%
 - Linux: ~2%

*/

body {
	margin: 0 0 0 0;
	padding: 10px 0 0 10px;
	height: 100%;
	text-align: left;
	font-family: calibri, 'trebuchet ms', tahoma, verdana, arial, sans-serif;
	background-color: #FFFFFF;
	width: 980px;
	display: table;
}

body a img {
    border: none;
}

a:link, a:visited {
    text-decoration: underline;
}

a:hover, a:active {
    text-decoration: none;
}

li {
	list-style-type: none;
}