﻿body 
{
	font-family: Times New Roman, Times;
	font-size: 14px;
	background-color: #e9dec8;
	text-align:center;
	line-height:120%;
}

#centercontainer {
	margin: 10px auto;
	width: 780px;
}
  
a:link {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:active {color:#000000; text-decoration: none;}
a:hover {color:#000000; text-decoration: underline;}

a:link.whitelink {color:#ffffff; text-decoration: none; background-color:#817660; padding:2px 5px 2px 5px;}
a:visited.whitelink {color:#ffffff; text-decoration: none; background-color:#817660; padding:2px 5px 2px 5px;}
a:active.whitelink {color:#ffffff; text-decoration: none; background-color:#817660; padding:2px 5px 2px 5px;}
a:hover.whitelink {color:#ffffff; text-decoration: none; background-color:#000000; padding:2px 5px 2px 5px;}

.whitenav 
{
	color:#ffffff;
	font-size: 13px;
	font-weight:bold;
	text-align:center;
	width:100%;
}

.smallblack
{
	font-size: 12px;
	font-weight:bold;
}

.largeblack
{
	font-size: 18px;
	font-weight:bold;
}

.dottedlineHorizontal 
{
	border-top: 1px dotted #817660;
	height:1px;
	width:100%;
	padding:0 0 10px 0;
	margin-top: 10px;
}

.dottedlineVertical 
{
	border-left: 1px dotted #817660;
}





