a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #121212;
	text-decoration: none;
}

a:hover {
	color: #121212;
	text-decoration: underline;
}

a.article:link {
	font-size: 18px;
	color: #CC0000;
	text-transform: uppercase;
	text-decoration: none;
}

a.article:visited {
	font-size: 18px;
	color: #CC0000;
	text-transform: uppercase;
	text-decoration: underline;
}

a.article:hover {
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #CC0000;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
	line-height:18px;
}
body.home {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
	line-height:18px;
	background:url(images/bg.jpg) no-repeat;
}
.admin {
	position:absolute; 
	top:20px;
	left:120px;
	width:360px;
	font-family: Arial, sans-serif;
	line-height:18px;
	font-size: 14px;
}
.header {
	font-family: Arial, sans-serif;
	font-size: 27px;
	font-weight: 600;
	letter-spacing: -1px;
}

.subh {
	font-family: Arial, sans-serif;
	font-size: 27px;
	font-weight: 400;
	letter-spacing: -1px;
}

small {
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 9px;
	line-height: 9px;
	font-weight: bold;
}

.fn{
	color: #333333;
	font-size: 11px;
	font-style: oblique;

}

p.margin{
	color: #333333;
	font-size: 9px;
	line-height: 9px;
	margin-left: 20px;
	font-style: oblique;
}

p {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
}

img.feature {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 9px;
	padding-bottom: 9px;

}

img {
	border: 0px;
}

.disclaimer{
	font-size: 9px;
	line-height: 9px;
}

.issue{	
	position:absolute; 
	height:27px;
	top:9px;
	left:80px;
	height:18px;	
}

.bigimage{
	position:absolute; 
	top:27px;
	left:0px;
	height:220px;
	width:760px;
}

.bodytext{
	position:absolute; 
	top:284px;
	left:80px;
	width:360px;
	border-right: 1px solid #999999;
	padding-right: 40px;
	font-family: Times;
	line-height:18px;
	font-size: 14px;
}

.features{
	position:absolute;
	top:284px;
	left:520px;
	width:200px;
	padding-right: 20px;
	font-family: Arial, sans-serif;
	line-height:18px;
	font-size: 14px;
}

.articletext{
	position:absolute; 
	top:36px;
	left:80px;
	width:360px;
	padding-right: 40px;
	border-right: 1px solid #999999;
	font-family: Times;
	line-height:18px;
	font-size: 14px;
}

.articletitle{
	color:#CC0000;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 300;
	letter-spacing: -1px;
}

.icontent{
	position:absolute; 
	top:36px;
	left:520px;
	width:200px;
	font-family: Arial, sans-serif;
}

.video{
}

.logout{
	position:absolute;
	top:20px;
	left:10px;
}



