body {
	color: #000033;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/bg.jpg);
	scrollbar-face-color: #DDDDDD;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #DDDDDD;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-highlight-color: #EFEFEF;
}
body,table,td {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.heading {
	height: 50px;
}
h1 {
	color: #444444;
	font-size: 18pt;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0px;
	letter-spacing: 3px;
}
h2 {
	color: #A70000;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px;
	margin: 20px 0 0 0;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}
p.main {
	text-align: justify;
	line-height: 20px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.content {
	padding: 10px;
	height: 200px;
}
.headBdr {
	border-width: 0px 0px 1px 0px;
	border-color: #666666;
	border-style: solid;
}
.sideBdr {
	border-width: 0px 1px 1px 0px;
	border-color: #666666;
	border-style: solid;
}
.navCell {
	background-color: #EEEEEE;
	font-weight: bold;
}
	.navCell a
	{
		color: #000;
		text-decoration: none;
		padding: 3px 7px;
		display: block;
	}
	.navCell a:hover
	{
		background: #000;
		color: #fff;
		text-decoration: none;
	}
.right {
	text-align: right;
	padding: 0 12px 0 0;
}
.footer {
	font-weight: bold;
	padding: 10px;
	text-align: right;
}
#nav {
	width: 180px;
}
#logo {
	width: 144px;
}
	#logo img {
		margin: 0 0 0 0;
	}
.sep {
	border-width: 0px 0px 1px 0px;
	border-color: #999999;
	border-style: dashed;
}
#c1,
#c2,
#c3 {
	position: relative;
	left: 20px;
	width: 85%;
}
#registration {
	margin-left: 26px;
}