body {
	font-family:Arial, sans-serif;
	font-size:14px;
	margin:0px 0px 0px 0px;
	}
#title {
	position:relative;
	width:100%;
	min-width:690px;
	padding-top:72px;
	padding-bottom:4px;
	background-color:#293380;
	background-image: url(title.gif);
	background-repeat:no-repeat;
	border-bottom:solid 5px #7C9FFA;
	top:0px;
	font-size:20px;
	color:#FFFFFF;
	}
#menu {
	position:relative;
	top:0px;
	width:100%;
	min-width:690px;
	font-size:17px;
	background-color:#293380;
	padding:0px;
	height:22px;
	background-image: url(menu.gif);
	background-repeat:no-repeat;
	left:0px;
	color:#FFFFFF;
	}
#menu a:link, #menu a:visited {
	color:#FFFFFF;
	padding-top:2px;
	padding-left:7px;
	padding-right:7px;
	text-decoration:none;
	float:left;
	border-right:1px solid #7C9FFA;
	}
#menu a:hover {
	text-decoration:overline underline;
	}
#content {
	position:relative;
	top:30px;
	min-width:650px;
	margin:10px;
	}
#content .title {
	font-size:18px;
	}
#content .hedding {
	font-size:15px;
	text-decoration:underline;
	}
#content .picture {
	text-align:center;
	}
a img {
	border: none;
	}
#table {
	width:500px;
	border:solid #F4F4F4;
	}
.c1 {
	width:170px;
	text-align:left;
	padding-left:10px;
	}
.c2 {
	width:340px;
	text-align:left;
	padding-left:15px;
	}
.r1 {
	background-color:#EFEFEF;
	color:#000000;
	}