@charset "utf-8";
body
{
	background: #333;
	border-top: 5px solid #000;
	color: #666666;
	font-size: 12px;
	padding: 20px 0 40px;
	
}

a
{
	color: #0099CC;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.link
{
	color: #cccccc;
	text-decoration: none;
}
h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: left;
	color: #666666;
	padding-left: 5px;
}

h2
{
	/*padding: 10px 0 0;*/
	text-align: left;
	/*font-family: Georgia, serif;*/
	font-weight: bold;
	color: #006633;
}
h3
{
	/*padding: 10px 0 0;*/
	text-align: left;
	font-family: Georgia, serif;
	font-weight: bold;
	color: #999999;
}


p
{
	/*border: 1px solid #666;*/
	overflow: hidden;

	padding-left: 10px;
	/*text-align: center;*/
}

.container_16
{

	background: #fff;
	margin-bottom: 20px;
}

.style1 {color:#006633; font-weight: bold;}
.style2 {color:#333333; font-weight: bold;}
.style3 {color:#000000; font-weight: bold; font-size: 14px;}
.style4 {color:#CCCCCC; text-decoration: line-through;}
.events {border-bottom: 1px dotted #999999; padding-bottom: 5px;}
p#indent {padding-left: 20px;}

