@charset "utf-8";

html, body {
	margin: 0;
	padding: 0;
	color: #ddd;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	background: #004a68;
}

a img {
	border: none;	
}

textarea, input, select {
	outline: none;
}

textarea {
  resize: vertical;
}

h1 {
	font-size: 120%;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.center {
	text-align: center;	
}

.alignRight {
	text-align: right;	
}

.bold {
	font-weight: bold;	
}

.block {
	display: block;	
}

.hidden {
	display: none;	
}

.clearBoth {
	clear: both;
	height: 1px;
	display: hidden;
}

.lineThrough {
	margin: 0 0.5em 0 0;
	text-decoration: line-through;
}

input[type=submit]{
	cursor:pointer;
}