/* !!! ======= HTML Tags - Default Styling ========== !!! */
html, body {
	height: 100%; min-height: 100%;
}

body {
	margin: 0; padding: 0; text-align: center; font: normal 11px Arial, Helvetica, sans-serif; 
	
	color: #000; 
	background: #FFF; 
}

table, td, th {
	font: normal 11px Arial, Helvetica, sans-serif; vertical-align: top; 
	
	color: #000; 
}

th {
	font-weight: bold; text-align: left; 
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 24px;
}


h3, h4, h5, h6 {
	font-size: 13px;
}

p {}

div {
	padding: 0; margin: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	
	color: #0046ae; 
}

a:hover, a:active {
	text-decoration: none;
	
	color: #6fa9ff;
}

form, fieldset {
	margin: 0; padding: 0; border: none;
}

form select, form input, form textarea {
	font: normal 100% Arial, Helvetica, sans-serif;
}


img {
	border: none;
}

