﻿@charset "UTF-8";

html {
	position: relative;
	min-height: 100%;
}

body {
	height : 100%;
	margin:0;
	//margin-bottom: 60px;
}

p.fontselect {
	font-family: Impact,Charcoal;
}

#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 0px;
	padding: 0;
	line-height: 60px;
}

input {
	width: 180px;
	height: 48px;
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 12px;
	padding: 0 5;
	border-width: 1%;
	border-color: black;
}

img{
	vertical-align: bottom;
}

table{
	border: 0;
}

td{
	padding: 10px 0 0 0;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0 0 0 30px;
}