.gray {color: #CCCCCC}
.small {font-size: 11px}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
}

.border {
	border: solid 1px #d68200;
}

#BodyDiv {
	height: 100%;
	width: 100%;
}
#MenuDiv {
	display:none;
}
#HeaderDiv {
	display:none;
}
#LogoDiv {
	display:none;
}
#MiddleArea {
	width: 950px;
	clear:both;
}
#LeftArea {
	display:none;
}
#ContentArea {
	float: left;
	width: 576px;
}
#RightArea {
	position: absolute;
	left: 520px;
	top: 0px;
}
#TextArea {

	margin-bottom: 70px;
	width: 494px;
	border: solid 1px #d68200;
	background-color: #FFF;
}
#TextField {
	margin-top: 38px;
	margin-right: 34px;
	margin-left: 34px;
	padding-bottom:38px;
}

h1 {
	font-size: medium;
	line-height: normal;
}
a {
	color: #EB0605;
}

.schema {
	border: solid 1px #EFEFEF;
}
.schema tr td {
	height: 20px;
	width: 50px;
	vertical-align: middle;
	text-align:center;
}

.odd {
	background-color: orange;
}
ul.list {
	list-style-image:url(../images/pil.gif);
}

h2, h3 {
	font-size: small;
	line-height: normal;
}
.announcements {
	border: 1px solid #d68200;
	padding: 10px;
	width: 160px;
}
.large {
	font-size: 110%;
	font-weight: bold;
}
