@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	background-image:url(images/fade.jpg);
	background-repeat:repeat-x;
	background-color: #000000;

}

.HeaderBarRed {
	font: 14px sans-serif;
		color: #ffffff;

	background-color: #666666;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}



.ArticleSmall {
	font: 10px sans-serif;

}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

.title {

	font-family: Times New Roman, Times, serif;
	color: #AD0938;
	font-weight: bold;
}

.orng {color: #ffffff}

.Hilite {
	color: #00CC99
}


.BIGtitle {

  		font-size: 16px;
		font-weight: bold;
	color: #99FF33;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;
  color: #a22537;
}

a:link {
	color: #333333;
	font-weight: bold;
}

a:visited {
  color: #3366FF;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
}