/* Globals */

body {
	background-color: #000000;
	background-image:url(images/bg.jpg);
	font-family:serif, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	line-height: 14px;
	color:#0c0700;
	margin: 0px;
	text-align:left;
	}
span, div {padding:0px; margin:0px}
td {vertical-align: top}
img {border:0px}


/* Styles......................................................................... */

/* Text */
.primary {
	font-family: serif, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	color:d0d0d0;
	line-height: 18px;
	font-style: normal;
	text-transform: capitalize;
}
.secondary {
	font-family:serif,  "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	color:d0d0d0;
	line-height: 18px;
	text-transform:uppercase;
	
	}

.information {
	font-family: serif, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	color:d0d0d0;
	line-height: 18px;
	font-style: normal;

}

.news {
	font-family: serif, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	color:d0d0d0;
	line-height: 18px;
	font-style: normal;

}


.tertiary {
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size:12px;
	color:d0d0d0;
	line-height: 18px;
	text-decoration:none;
	text-transform:uppercase;

}
.white {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	color:#0c0700;
	line-height: 14px;

}
.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
    color:gray;
	line-height: 14px; 	
}
.latest {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:italic;
	font-size:12px;
	color:#FF0000;
	line-height: 14px;
}

a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	color:silver;
	line-height: 14px;
	font-style: normal;
	text-transform:uppercase;
	font-weight: bold;
}

a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	color:silver;
	line-height: 14px;
	font-style: normal;
	text-transform:uppercase;
	font-weight: bold;
}

a:active, a:hover {
	font-size: 12px;
	text-decoration:line-through;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: 14px;
	color:white;
	text-transform:uppercase;
	font-weight: bold;
}


