body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.leftcell {
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.menu {
	margin: 0px;
	padding: 1px;
	font-size: 12px;
}

.menu:link {
	display: block;
	color: #36638F;
	text-decoration: underline;
	padding-left: 1px;
	border: 1px solid #FFFFFF;
}
.menu:visited {
	display: block;
	color: #36638F;
	text-decoration: underline;
	padding-left: 1px;
	border: 1px solid #FFFFFF;
}
.menu:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #EEEEEE;
	padding-left: 1px;
}
.menu:active {
	display: block;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #666666;
	padding-left: 1px;
}
.topborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EBF1F5;
	border-right-color: #EBF1F5;
	border-bottom-color: #EBF1F5;
	border-left-color: #EBF1F5;
}
.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.bigfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #675F5C;
	text-transform: none;
}
.allborder {
	border: 1px solid #CCCCCC;
}
.allborderdoted {
	border: 1px dotted #CCCCCC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
.bold {
	font-weight: bold;
	color: #666666;
}
a:link {
	font-weight: normal;
	color: #36638F;
	text-decoration: underline;
}
a:visited {
	font-weight: normal;
	color: #36638F;
	text-decoration: underline;
}
a:hover {
	font-weight: normal;
	color: #000033;
	text-decoration: underline overline;
}
a:active {
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

