﻿h1
{
	font-size:1.6em;
	padding-bottom:2px;
	margin-bottom:2px;
	margin-top:2px;
}

h2
{
	font-size:1.0em;
	padding-bottom:2px;
	margin-bottom:2px;
	margin-top:2px;
}

a
{	
	color:#fff;	
}

a:hover
{	
	color:#c9c9c9;	
}

.last
{
	padding-bottom: 10px;
}

p
{
	margin: 0px 0px 7px 0px;
}

#update_details a
{	
	color:#fff;
	font-weight:bold;
}

#update_details h3
{	
	color:#fff;
	position:relative;	
}

#update_details a:hover
{	
	color:#c9c9c9;	
}

#update_details p
{
	font-size:0.8em;	
	color:#fff;
	position:relative;	
}

.bar
{
	padding-top:5px;
	padding-bottom:5px;
	background-image: url(../images/bar.jpg);
	background-repeat: no-repeat;
	background-position: -5px 5px;
	border:0px 0px 0xx 0px;
	height:34px;
	width:475px;
	display:block;
}

.bar hr
{
	display:none;
}

.highlight
{
	color: Red;
}