@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: helvetica, verdana;
	font-size: 12px;
	background-image: url("/img/bg_website.gif");
	background-repeat: repeat-x;
	background-color: #a9cce6;
}
table, p {
	font-family: helvetica, verdana;
	font-size: 12px;	
}
a {
	color: #900;
	text-decoration: none;
}
img {
	border: none;
}
a:hover {
	text-decoration: underline;
}	
#header {
	background-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000;
}
#footer {
	margin-top: 50px;	
}
#content {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
}
h1, h2, h3 {
	text-align: center;
}
h1 {
	font-size: 28px;
	color: #993300;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 16px;
	color: #993300;
	text-align: left;
}
div#menu {
	background-color: #ccc;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
}
th {
	color: #993300;
	text-align: left;
}
td {
	padding: 1px;
}
input {
	font-size: 16px
} 
.button {
	font-size: 16px;
	width: 70px;
}
div#csic {
	position: absolute;
	top: 0px;
	right: 0px;
}
