body {
	margin: 0;
	padding: 0;
	font: 11px/1.5em  Arial, Helvetica, sans-serif;
	color: #333333;
}

a, a:visited {
	text-decoration: none;
	color: #DD0C07;
}
a:hover {
	text-decoration: underline;
	color: #FFA23E;
}

/**************************/

#footer {
	font-size: 10px;
	color: white;
}

#footer a{
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

/**************************/

.news_title {
	font-size: 11px;
	color: #023564;
	font-weight:bold;
}

.news_text {
	font-size: 11px;
	color: #333333;
}

.news_text a{
	color: #DD0C07;
	text-decoration: underline;
}

.news_text a:hover {
	color: BABABA;
	text-decoration: none;
}

/**************************/

.title_white{
font-size: 11px;
color: #FFF;
font-weight: bold;
}

.title_red{
font-size: 12px;
color: #AA1111;
font-weight: bold;
}

.title_grey{
font-size: 11px;
color:#333333;
font-weight: bold;
}

/**************************/

#subnav {
	font-size: 11px;
	color: #AA1111;
	font-weight: bold;
}

#subnav a{
	color: #3E3E3E;
	text-decoration: none;
	font-weight: normal;
}
#subnav a:hover {
	color: #003A93;
	font-weight: normal;
}
.orgbanner {
background-image:url(../images/org_bg1.jpg);
width:567px;
height:109px;
background-repeat:no-repeat;
}