/* CSS Document */
body {
	padding:0px;
	margin:0px;
	background-color: #CCCCCC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;

}
.bottom {
	font-family: Arial, Helvetica, Verdana, "Gill Sans MT", Calibri;
	font-size: 11px;
	color: #333333;
}
.bottom a:link {
	color: #006699;
	text-decoration: none;
}
.bottom a:visited {
	text-decoration: none;
	color: #006699;
}
.bottom a:hover {
	text-decoration: none;
	color: #AA1908;
}
.bottom a:active {
	text-decoration: none;
	color: #006699;
}
.table_border {
	border: 1px solid #EFEFF1;
}

.links {
	font-family: Calibri,Arial, Helvetica, Verdana ;
	font-size: 14px;
	color: #2C3093;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	line-height: 35px;
}
.links a:link {
	color: #2C3093;
	text-decoration: none;
}
.links a:visited {
	text-decoration: none;
	color: #2C3093;
}
.links a:hover {
	text-decoration: none;
	color: #ED1B24;
	display: block;
	background-color: #FFFFFF;
	background-image: url(images/link_hover_back.gif);
}
.links a:active {
	text-decoration: none;
	color: #2C3093;
}
.Links_Activate {
	font-family: Calibri, Arial, Helvetica, Verdana,"Gill Sans MT";
	font-size: 14px;
	text-transform: capitalize;
	color: #FF6600;
	font-weight: bold;
	background-color: #EFEFF1;
}
.title {
	font-family: Calibri, Arial, Helvetica, Verdana;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
	line-height: 30px;
	vertical-align: top;
}
.date_place {
	font-family: Calibri, Arial, Helvetica, Verdana;
	font-size: 14px;
	color: #2D3194;
}
.content {
	font-family: Calibri, Arial, Helvetica, Verdana;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.content a:link {
	color: #000000;
	text-decoration: none;
}
.content a:visited {
	text-decoration: none;
	color: #000000;
}
.content a:hover {
	text-decoration: none;
	color: #000099;
	}
.content a:active {
	text-decoration: none;
	color: #000000;
}
