/* GENERAL TAGS */

hr {
	color: #969696;
	width: 160px;
	}

a:link, a:active, a:visited {
	font-size: 8.5pt;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 
	cursor: crosshair;
	font-family: tahoma;
	}

.page_header {
	font-family: georgia;
	font-size: 25pt;
	letter-spacing: -2px;
	color: #DEDEDE;
	margin-right: 30px;
	text-align: right;
	}

p {
	font-family: tahoma;
	font-size: 9pt;
	text-align: justify;
	color: #C2C2C2;
	}

body {
	background: #0f0f0f;
	}

/* NEWS */
.div_news {
	width: 300px;
	height: 290px;
	padding: 15px;
	background-color: #010101;
	overflow: auto;
	}

.news_date	{
	font-family: tahoma;
	font-size: 7pt;
	padding:0px;
	margin:0px;
	text-transform: uppercase;
	color: #969696;
	}

.news_subject	{
	font-family: tahoma;
	font-size: 10pt;
	padding:0px;
	margin:0px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 20px;
	color: #CCCCCC;
	}

/* Photo pages */

.image_info {
	font-size:7pt;
	text-transform: uppercase;
	}

img	{
	border-style: none;
	}