@CHARSET "ISO-8859-1";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600&subset=latin,latin-ext);
body {
	background-color: #f0f0ff;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	background-image: url(../../images/default/bg.png);
}

img {
	border-width: 0px;
	display: block;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

a, a.default {
	color: #fd9c03;
	text-decoration: none;
}

a:hover, a.default:hover {
	text-decoration: underline;
}

input[type='text'], input[type='password']  {
	font-size: 8pt;
	font-family: Arial;
}
