* {
	margin:0;
	padding:0;
}

.small { font-size: 9pt; color: #222222; font-family: arial; }
.medium { font-size: 11pt; color: #222222; font-family: arial; }
.large{ font-size: 15pt; color: #222222; font-family: arial; }

body {
	background: #FFFFFF;
	color: #555555;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url("/img/background_repeat.gif");
	background-repeat: repeat-x;
}
a {
	color: #6db8de;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #97d6e2;
	text-decoration:none;
	font-weight: normal;
}
a img {
	border:none;
}

ul {
	padding: 0px 0px 0px 17px;
}

input {	width: 200px; padding: 3px; margin: 0px; font-size: 9pt; font-weight: normal; color: #333333;	border-style: solid; border-color: #CCCCCC; border-width: 1px; }
select {	width: 200px; padding: 3px; margin: 0px; font-size: 9pt; font-weight: normal; color: #333333;	border-style: solid; border-color: #CCCCCC; border-width: 1px; }
textarea {	padding: 3px; margin: 0px; font-size: 9pt; font-weight: normal; color: #333333;	border-style: solid; border-color: #CCCCCC; border-width: 1px; }


.wrapper {
	position: relative;
	width: 850px;
	margin: 0 auto;
	padding: 0px;
}

.main_block {
	position: relative;
	width: 851px;
	height: 379px;
	padding: 0px;
	background-image: url("/img/background.gif?=9");
	background-repeat: no-repeat;
}

.content {
	margin: 0px 15px 25px 15px;
}

.spacer {
	clear:both;
}

