/* CSS Document */
body {
	background-image: url(Image/bg.png);
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
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{
	font-weight: bold;
	color: #000000;
}
.titlebox{
	background: url(Image/titlebg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 21px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
}
.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;
}
.medtxt{
	font-size: 14px;
	color: #F00;
}
a.video,
a.video:link,
a.video:active,
a.video:visited {
	color: #F00;
	text-decoration: none;
	font-weight: bold;
}