@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #555555;
}

img {
	border: 0 none;
	margin: 10px;
	vertical-align: middle;
}

td {
	padding: 5px;
}

ul {
	margin: 5px 5px 5px 45px;
	list-style-type: disc;
}

li {
	text-align: justify;
}

ol {
	margin: 5px 5px 5px 45px;
}

fieldset {
	border: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

input {
	border: solid 1px #CCCCCC;
	padding: 3px;
	vertical-align: middle;
}

input[type='radio'], input[type='checkbox']  {
	border: none;
}

select {
	vertical-align: middle;
}

button, input[type='submit'], input[type='reset'] {
	border: none;
	background: #496DA9;
	color: white;
	padding: 1px 3px;
}

textarea {
	border: solid 1px #CCCCCC;
}
