/* CSS Document */
body {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
.menu {
	display: none;
}
.top {
	display: none;
}
.bottom {
	display: none;
}
.leftside {
display: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.box{
	border: 1px solid #000099;
	
}
.titletxt{
	font-weight: bold;
	color: #FFFFFF;
}
.titletxtbl{
	
}
.titlebox{
	
}
.smtxt{
	font-size: 10px;
}
.purp {color: #FF0000}
.blue {
	color: #000099;
}
.orange {
	color: #FF6600;
}
a.menu,
a.menu:link,
a.menu:active,
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.menu:hover {
	text-decoration: underline;
	color: #FFFF00;
}
