body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image:   url(images/bg_gradiant.jpg);
}
.vertctr {
	vertical-align: middle;
}
a:link {
	color: #999999;
}
a:visited {
	color: #849CFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #CC6666;
}
.footer {
	font-size: xx-small;
}
.footer2 {
	font-size: xx-small;
	font-weight: bold;
	color: #3366FF;
}
.novert {
	background-repeat: no-repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #6699ff;



}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;




}
ul {
	list-style-type: circle;
	list-style-image:   url(images/bullet_cd.gif);


}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
