@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
}
.heading1 {
	font-size: 18px;
	color: #FF9900;
}
.heading2 {
	font-weight: bold;
	font-size: 13px;
	color: #7E8D9B;
}
body {
	background-color: #7FAFD6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
img {
	border: none;
}	
a:link {
	color: #609AFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #609AFF;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #609AFF;
}
.footer_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #BAD5F0;
}
a.footer_desc:link {
	color: #BAD5F0;
	text-decoration: none;
}
a.footer_desc:visited {
	text-decoration: none;
	color: #BAD5F0;
}
a.footer_desc:hover {
	text-decoration: underline;
	color: #BAD5F0;
}
a.footer_desc:active {
	text-decoration: none;
	color: #BAD5F0;
}
.bodytext {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	width: 500px;
}
.img_left {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	border-color: #7FAFD6;
	border-style: solid;
	border: 1px;
}
.personel_box {
	background-color: #EFF7FF;
	padding: 10px;
	border: 1px dashed #A9BBCD;
	background-image: url(images/personel_boxtop.gif);
	background-repeat: no-repeat;
}

