/* CSS Document */



body	{
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #fff;
	font-family: "Trebuchet MS", verdana, Lucida, geneva, Helvetica, sans-serif;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: top;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	}

img	{
	border: 0;
	display: block;

	}
	
.inline	{
	display: inline;
	}

	
.hide {
	display: none;
	}

p, li, dd, dl	{
	font-family: "Trebuchet MS", verdana, Lucida, geneva, Helvetica, sans-serif;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: top;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	
	}
		
strong {
	font-weight: bold;
	}	
	
h1	{
        font-family: "Trebuchet MS", verdana, Lucida, geneva, Helvetica, sans-serif;
	font-size: 17px;
	margin-top: 12;
	margin-bottom: 5px;
	text-align: top;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #C73737;
	}

.date	{
	font-size: 10px;
	color: #111111;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	}		


a	{
	text-decoration:	none;
	font-weight:	normal;
	color: #FF6600;
	border-bottom-style: none;
	}
	
a:link	{
	color:	#C73737;
	background-color: transparent;
	border-bottom: 1px;
	}
	
a:visited	{
	color:	#C73737;
	background-color: transparent;
	border-bottom: none;
	}
	
a:hover	{
	color:	#0C7373;
	background-color: transparent;
	border-bottom: 1px dotted #0C7373;
	}
	
a:active	{
	color:	#0C7373;
	background-color: transparent;
	border-bottom: 1px solid #0C7373;
	border-top: 1px;
	}
	
	
#fullheight{height:100%}
	
