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

th {
	font-size: 16px;
	font-weight: bold;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color:#224968;
}

.nodetails {
	font-size: 16px;
	font-weight: bold;
}

#contentbodytop {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height:133px;
}
#contentbody {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/middle.jpg);
	margin-top: 0px;
	padding-top: 0px;
}
#contentbodybottom {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bottom.jpg);
	height:123px;
}

.pagetitle {
	font-size:16px;
	margin-top: 10px;
}

#headerlinks{
	text-decoration: none;
	padding-right: 10px;
}

a:link, a:visited{
	text-decoration: none;
	color:#ff7e00;
}

a:hover{
	text-decoration: underline;
	color:#ff7e00;
}

#contentbodytop2 {
	width: 1255px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/top2.jpg);
	background-repeat:no-repeat;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height:128px;
}
#contentbody2 {
	width: 1250px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/middle2.jpg);
	margin-top: 0px;
	padding-top: 0px;
}
#contentbodybottom2 {
	width: 1250x;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bottom2.jpg);
	height:116px;
}

#table1 td{
border-color:#224968;
border:1px solid #224968;
}
