/* master styles */
body, html {
	height: 100%;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #1a4175;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, sans-serif;
	line-height: 18px;
}

body, ul, ol, li, dl, dt, dd, td, th, iframe, form, fieldset, input, select, textarea, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

img, fieldset, iframe {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	color: #B1E2F4;
	text-decoration: underline;
}

a, input, select, textarea {
	outline: none;
}

input, select, textarea {
	font-size: 20px;
    /*text-transform: uppercase;*/
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul {
	list-style: none outside;
}

ol {
	list-style: decimal;
}

/* custom selection colors */
::-moz-selection {
	color: #7fc9e9;
	background: #000000;
}

::selection {
	color: #7fc9e9;
	background: #000000;
}

/* iPhone */
@media screen and (max-device-width: 480px) {
	html {
		-webkit-text-size-adjust: none;
	}
}