/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	color: #336699;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

table
{
	font-size:12px;
}

input, textarea, select
{
	border: 1px solid #336699;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

td#content
{
	padding: 10px;
	padding-top: 20px;
	text-align: justify;
	vertical-align: top;
}

font.email
{
	color: #336699;
}

.news
{
	width: 100%;
}

.news td
{
	padding: 5px;
	padding-left: 6px;
	font-size: 14px;
	border-left: 2px solid #72b8e5;
}

td.news_date
{
	background-image: url(../images/news_date.gif);
	background-repeat: no-repeat;
	color: #334466;
	font-weight: bold;
	height: 30px;
	padding-left: 20px;
}

td.news_title
{
	background-color: #72b8e5;
	color: #334466;
	text-align: center;
	font-weight: bold;
}

td.news_content
{
	text-align: justify;
}



.sch
{
	width: 100%;
}

.sch td
{
	padding: 5px;
	padding-left: 6px;
	font-size: 14px;
/*	border-left: 2px solid #72b8e5;*/
}

td.sch_title
{
	background-image: url(../images/sch_title.gif);
	background-repeat: no-repeat;
	color: #334466;
	font-weight: bold;
	height: 30px;
	padding-left: 20px;
}


td.sch_content
{
	text-align: justify;
}




table.sch_inner_table
{
    background-color: #72b8e5;
}

table.sch_inner_table td, table.sch_inner_table th
{
    background-color: #ffffff;
    padding: 5px;
    text-align: justify;
}



.asso_menu
{
	font-size:11pt;

}
td.asso_title
{
	font-size:12pt;
	background-image: url(../images/sch_title.gif);
	background-repeat: no-repeat;
	color: #334466;
	font-weight: bold;
	height: 30px;
	padding-left: 20px;
}

td.asso_content
{
	text-align: justify;
	font-size:11pt;
	width:100%; 
}


table.asso_inner_table
{
    background-color: #72b8e5;
}

table.asso_inner_table td, table.asso_inner_table th
{
    background-color: #ffffff;
    padding: 5px;
    text-align: justify;
	font-size:11pt;
}
