/* Body */

body {
	margin: 0;
	background-color: #ffffff;
}
a:link {
	color:#808080;
	text-decoration:underline;
}
a:hover {
	color : #c8041c;
	text-transform : none;
	text-decoration : none;
}
a:visited {
	color:#808080;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}

/*------------------------------*/
/* Text Styles					*/
/*------------------------------*/
.copyright {
	font-family:tahoma;
	font-size:9px;
	color:#808080;
	font-weight:normal;
}
.text {
	font-family:tahoma;
	font-size:11px;
	color:#808080;
	font-weight:normal;
}
.text_bold {
	font-family:tahoma;
	font-size:11px;
	color:#808080;
	font-weight:bold;
}
.text_category {
	font-family:tahoma;
	font-size:20px;
	color:#af332b;
	font-weight:normal;
}
.text_category2 {
	font-family:Times New Roman;
	font-size:30px;
	color:#af332b;
/*	background-color:#c5e7f6; */
	font-weight:bold;
}
.text_news {
	font-family : tahoma;
	font-size : 11px;
	color : #444444;
	font-weight : normal;
}
.text_news_bold {
	font-family : tahoma;
	font-size : 11px;
	font-weight : bold;
	color : #444444;
}
.text_news_date {
	font-family : tahoma;
	font-size : 11px;
	color : #f27e1b;
	font-weight : normal;
}
.text_news_header {
	font-family : tahoma;
	font-size : 11px;
	color : #f27e1b;
	font-weight : bold;
}
.text_small {
	font-family : tahoma;
	font-size : 9px;
	color : #444444;
	font-weight : normal;
}
.text_small_white {
	font-family : tahoma;
	font-size : 9px;
	color : #ffffff;
	font-weight : normal;
}
input, textarea, select {
	font-family:tahoma;
	font-size:11px;
	color:#808080;
	font-weight:normal;
}