﻿body 
{
	margin:0px;
	padding:0px;
	background-color:#666666;
	cursor:default;
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 14px;
}

.header
{
	font-size: 20px;
	color:#d36100;
}

.bodyHighlight
{
	font-weight:bold;
	font-size: 14px;
	color:#d36100;
}
.footer 
{
	font-size:12px;
	color:#666666;
}

a 
{
	font-weight:bold;
	text-decoration:underline;
	color:#d36100;
}

a:hover
{
	font-weight:bold;
	text-decoration:underline;
	color:#d3000f;
}
.footer a 
{
	font-weight:normal;
	text-decoration:none;
	color:#d36100;
}

.footer a:hover 
{
	color:#d3000f;
	text-decoration:underline;
}

.yellowBlockMed
{
	background-image:url(../images/pagedesign/yellowblockmed.gif);
	height:270px;
	background-repeat:no-repeat;
	overflow:hidden;
	padding:10px;
}

