@charset "UTF-8";

/* CSS Document */

body {
	background-color: #FFFFFF;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 600px;
	width: 100%;
	font-size: 12px;
	color: #333333;
	background-image: url(../img/bkgbody.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #4B4B4B;
}
.titleNews {
	font-size: 18px;
}

/* href */

a {
	color:#ABABAB;
	text-decoration:none;
}
a:link{
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a:active {
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
}
img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#contain {
	margin-right: auto;
	margin-left: 40px;
	width: 432px;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 20px;
}
#PopMenu {
	width: 100%;
	background-image: url(../img/BkgUpMenu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	bottom: 0px;
	position: absolute;
}
/* title */

h1 {
	font-size: 24px;
	margin: 0px;
}
h2 {
	font-size: 24px;
	margin: 0px;
	color: #000000;
}
table {
	font-size: 12px;
}
.menu {
	height: 100px;
}

.menu a {
	color:#333333;
	text-decoration:none;
}
.menua:link{
	text-decoration:none;
}
.menu a:visited {
	color:#DCD7C9;
	text-decoration:line-through;
}
.menu a:hover {
	color:#DDDAD3;
	text-decoration:none;
	background-color: #544737;
}

.new {
	color:#F1E600;
	font-size:12px;
}

