body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.borderit img{
border: 1px solid #ccc;
}

.borderit:hover img{
border: 1px solid navy;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}



a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF33;
}
a:link {
	text-decoration: none;
	color: #E188FF;
}
a:visited {
	text-decoration: none;
	color: #E188FF;
}
a:hover {
	text-decoration: none;
	color: #FFCCFF;
}
a:active {
	text-decoration: none;
	color: #5F3279;
}
h1 {
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 2px;
	margin-top: 2px;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
}
h3 {
	font-size: 10px;
	color: #CCCCCC;
}
h4 {
	font-size: 14px;
	color: #CCCCCC;
}
.style1 {
	font-size: 12px;
	color: #999999;
}
.style2 {font-size: 10px}
.body-txt {
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.body-ital {
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	font-style: italic;
}
.body-txt14 {

	font-size: 14px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
}
.body-bld {
	font-size: 12px;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
