/* Globals */

body {
	background-color: black;
	font-family: "Times New Roman", Times, serif
	text-decoration:none;
	font-style: italic;
	font-size:14px;
	line-height: 15px;
	color: silver;
	margin: 0px;
	text-align:center;
	}
span, div {padding:0px; margin:0px}
td {vertical-align: top}
img {border:0px}






/* Text */

.primary {
	font-family: "Times New Roman", Times, serif
	text-decoration:none;
	font-size:14px;
	color:a2a2a2;
	line-height: 19px;
	font-style: italic;
	
	}
	
	
.secondary {
	font-family: "Times New Roman", Times, serif
	text-decoration:none;
	font-size:13px;
	color:929292;
	line-height: 16px;

	}

	
.Titles {
	font-family: "Times New Roman", Times, serif
	font-size:22px;
	color:a2a2a2;
	line-height: 24px;
	font-weight:none;

    }


a:link {
	font-family: "Times New Roman", Times, serif
	font-size:14px;
	text-decoration: none;
	font-style: italic;
	color:white;
	line-height: 17px;

	
	}

a:visited {
	font-family: "Times New Roman", Times, serif
	font-size:14px;
	text-decoration: none;
	font-style: italic;
	color:white;
	line-height: 17px;

	
	}

a:active, a:hover {
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
	font-family:  "Times New Roman", Times, serif
	line-height: 17px;
	color: gold;
	
	}

