body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(images/background1.jpg);
	background-repeat:repeat-x;
	margin:0;
	text-align:center;
	height:100%;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a{ 
	color: blue; text-decoration: none; 
}
a:hover {
	color: #000000; text-decoration: underline;
}
a:active {
	color: #000000; text-decoration: underline;
}

h3 {
	font-variant:small-caps;
	font-style:normal;
	font-weight:bold;
	font-size:16px;
	color:#000099;
}
em {
	font-variant:normal;
	font-style:normal;
	font-weight:bold;
	color:#000099;
	}
#container{
	margin:auto;
	width:850px;
}
#middle{
	border:1px;
	width:850px;
	height:700px;
}
#content_left{
	float:left;
	height:700px;
	width:25px;
	background-image:url(images/content_left_r.jpg);
	background-repeat:repeat-y;
}
#content_right{
	float:right;
	height:700px;
	width:25px;
	background-image:url(images/content_right_r.jpg);
	background-repeat:repeat-y;
}
#content{
	height:700px;
	float:left;
	width:800px;
	text-align:left;
	background-color:#c2bee0;
	background-image:url(images/logo_refl.jpg);
	background-repeat:no-repeat;
	background-position:right top;
}
#text{
	padding:20px;
	text-align:left;
}
#header{
	width:850px;
	height:180px;
	background-image:url(images/header.jpg);
	vertical-align:bottom;
}
#menu{
	float:left;
	position:relative;
	top: 120px;
	left: 50px;
}
#footer{
	clear:both;
	width:850px;
	height:50px;
	background-image:url(images/footer.jpg);
}
#background_under{
	color:red;
	width:100%;
	background-image:url(images/background2.jpg);
	background-repeat:repeat;
	height:100%;
}
.property{
	font-style:italic;
}
.title{
	font-variant:small-caps;
	color:#000066;
}
.htitle{
	font-variant:small-caps;
	color:#000066;
	font-size:12px;
	font-weight:bold;
}
.required {
	color:red;
}

