﻿body
	{
		margin: 20px 0 0 0;
		padding: 0;
        background-color: #ffffff;
        font-family: Arial, Sans-Serif;
        color: #000000;
        font-size: 14px;
	}

a:active { color: #333333; text-decoration: underline; }
a:link { color: #333333; text-decoration: underline; }
a:visited { color: #333333; text-decoration: underline; }
a:hover { color: #333333; text-decoration: none; }

hr
	{
		border: 1px #cccccc solid;
	}

.small
	{
		font-size: 11px;
	}
		
.textbox
	{
		border: 1px #000000 solid;
	}
	
.links
	{
		font-size: 10px;
		text-transform: uppercase;
	}
	
h2
	{
		font-size: 24px;
		font-family: Garamond, Times New Roman, Serif;
		color: #993333;
		margin: 0;
		padding: 0;
	}
	
.box-day
	{
		width: 75px;
		height: 40px;
		background-color: #993333;
		color: #ffffff;
		padding-top: 5px;
		font-size: 36px;
		border-top: 1px #000000 solid;
		border-left: 1px #000000 solid;
		border-right: 1px #000000 solid;
	}
	
.box-month
	{
		width: 75px;
		height: 30px;
		background-color: #993333;
		color: #ffffff;
		border-bottom: 1px #000000 solid;
		border-left: 1px #000000 solid;
		border-right: 1px #000000 solid;
		padding-bottom: 5px;
	}
	
.info-assoc
	{
		/*color: #999966;*/
		color: #000000;
		font-size: 16px;
	}
	
.info-title
	{
		/*color: #666600;*/
		color: #000000;
		font-size: 20px;
	}
	
.info-text
	{
		padding-bottom: 10px;
	}
	
.info-more
	{
	}
	
.info-more a:active { color: #993333; text-decoration: underline; }
.info-more a:link { color: #993333; text-decoration: underline; }
.info-more a:visited { color: #993333; text-decoration: underline; }
.info-more a:hover { color: #993333; text-decoration: underline; }

.warning
	{
		color: #ff0000;
	}
	
	
.newssection
    {
        line-height: 25px;
    }