/*##################################################################################################################
	General CSS
##################################################################################################################*/
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
		background-image: url('./images/bg.png')
}
h4 {	
background-image: url('./images/bg.png')
}

body A:link {
	color: #000000;
}

body A:visited {
	color: #000000;
}

body A:hover {
	color: #AAAAAA;
}

div {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

img {
	border: 0;
}

.small {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 9px;
}

.small A:link {
	color: #000000;
	text-decoration: none;
}

.small A:visited {
	color: #000000;
	text-decoration: none;
}

.small A:hover {
	color: #000000;
	text-decoration: none;
}

.medium {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}

.medium A:link {
	color: #000000;
	text-decoration: none;
}

.medium A:visited {
	color: #000000;
	text-decoration: none;
}

.medium A:hover {
	color: #000000;
	text-decoration: none;
}

.big {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.big A:link {
	color: #000000;
	text-decoration: none;
}

.big A:visited {
	color: #000000;
	text-decoration: none;
}

.big A:hover {
	color: #000000;
	text-decoration: none;
}

.xbig {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 24px;
}

.xbig A:link {
	color: #000000;
	text-decoration: none;
}

.xbig A:visited {
	color: #000000;
	text-decoration: none;
}

.xbig A:hover {
	color: #000000;
	text-decoration: none;
}

.wide {
 width: 300px;
}


/*##################################################################################################################
	Links CSS
##################################################################################################################*/
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

.links A:link {
	color: #000000;
	text-decoration: none;
}

.links A:visited {
	color: #000000;
	text-decoration: none;
}

.links A:hover {
	color: #000000;
	text-decoration: none;
}


/*##################################################################################################################
	Menu CSS
##################################################################################################################*/
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #ffcc00;
}

.menu A:link {
	color: #000000;
	text-decoration: none;
}

.menu A:visited {
	color: #000000;
	text-decoration: none;
}

.menu A:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.menu_bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #ffcc00;
}

.menu_bold A:link {
	color: #000000;
	text-decoration: none;
}

.menu_bold A:visited {
	color: #000000;
	text-decoration: none;
}

.menu_bold A:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/*##################################################################################################################
	Copyright CSS
##################################################################################################################*/
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

.copyright A:link {
	color: #000000;
	text-decoration: none;
}

.copyright A:visited {
	color: #000000;
	text-decoration: none;
}

.copyright A:hover {
	color: #000000;
	text-decoration: none;
}


/*##################################################################################################################
	Error CSS
##################################################################################################################*/
.error_big {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 16px;
}

.error_xbig {
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	font-size: 24px;
}


/*##################################################################################################################
	News CSS
##################################################################################################################*/
.news_general{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #555555;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
}

.news_date{
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	font-weight: lighter;
	color: #999999;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
}

.news_header{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #555555;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
}

.news_table_header{
	font-family: "Times New Roman", Times, serif;
	font-size: 0px;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
}

.news_link{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-left: 0;
}

.news_link A:link {
	color: #000000;
}

.news_link A:visited {
	color: #000000;
}

.news_link A:hover {
	color: #999999;
}
