body {
	background-color: #f0efe7;
	background-image: url("/img/bg.jpg");
	margin: 0px;
	font-family: Sylfaen;
	font-size: 13px;
	color: #000000;
}
.topbg {
	background-image: url("/img/topbg.gif");
}
.headerbg {
	background-image: url("/img/headerbg.gif");
}
.menubg {
	background-image: url("/img/menubg.gif");
}
.bottombg {
	background-image: url("/img/bottombg.gif");
}
.footerbg {
	background-image: url("/img/footerbg.gif");
}
.bodyleftbg {
	background-image: url("/img/bodyleftbg.gif");
	background-repeat: repeat-y;
	background-position: right;
}
.bodyrightbg {
	background-image: url("/img/bodyrightbg.gif");
	background-repeat: repeat-y;
	background-position: left;
}
.logobg {
	background-image: url("/img/logobg.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.en {
	font-family: Trebuchet MS;
	font-size: 11px;
}
.arrow {
	font-family: Arial;
	font-size: 10px;
	color : #cc2027;
	font-weight: bold;
}
A:link, A:visited, A:active {
	font-family: Sylfaen;
	font-size : 13px;
	color : #cc2027;
	text-decoration : underline;
}
A:hover {
	font-family: Sylfaen;
	font-size : 13px;
	color : #000000;
	text-decoration : none;
}

A.sml:link, A.sml:visited, A.sml:active {
	font-size : 10px;
	color : #cc2027;
	text-decoration : underline;
}
A.sml:hover {
	font-size : 10px;
	color : #cc2027;
	text-decoration : none;
}

A.en:link, A.en:visited, A.en:active {
	font-family: Trebuchet MS;
}
A.en:hover {
	font-family: Trebuchet MS;
}

A.lang:link, A.lang:visited, A.lang:active {
	font-family: Trebuchet MS;
	font-size: 11px;
	text-decoration : none;
}
A.lang:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	text-decoration : underline;
}

A.day:link, A.day:visited, A.day:active {
	font-size : 10px;
	display: block;
	color : #FFFFFF;
	text-decoration : none;
	margin-right: 5px;
}
A.day:hover {
	font-size : 10px;
	display: block;
	color : #FFFFFF;
	text-decoration : underline;
	margin-right: 5px;
}

.sml {
	font-size : 10px;
}

.title {
	font-size: 13px;
	font-weight: bold;
}
.bold-red {
	font-weight: bold;
	color : #cc2027;
}
.big {
	font-size : 12px;
	font-weight: bold;
}
.small {
	font-size : 10px;
}
.grey {
	font-size : 10px;
	color : #666666;
}
.white {
	color : #ffffff;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 0px;
}
table.padded td {
	padding: 2px 4px 2px 4px;
}

table.calendar td {
	border-color: #f2f2f2;
	border-style: solid;
	border-width: 1px;
	height: 20px;
	text-align: right;
}
table.grid td {
	border-color: #e5e5e5;
	border-style: solid;
	border-width: 1px;
	padding: 4px 5px 4px 5px;
	vertical-align: top;

}
.red {
	color : #FF0000;
	font-weight: bold;
}
.green {
	color : #009900;
	font-weight: bold;
}
.sml-red {
	color : #FF0000;
	font-weight: bold;
	font-size : 10px;
}
.sml-green {
	color : #009900;
	font-weight: bold;
	font-size : 10px;
}
input, textarea, select {
	font-family: Sylfaen;
	font-size: 12px;
}
img {
	border: 0px;
}
label {
	cursor: pointer;
	cursor: hand;
}
.announcement {
	padding: 12px;
	background-color: #f2f2f2;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
}


.menudiv {
position:absolute;
visibility: hidden;
border:1px solid #999999;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
background-color: #ffffff;
width: 186px;
}

.menudiv a {
width: 100%;
display: block;
text-indent: 5px;
font-size: 11px;
border-bottom: 1px solid #999999;
padding: 2px 0;
text-decoration: none;
}

.menudiv a:visited{
color: #cc2027;
font-size: 11px;
text-decoration: none;
}

.menudiv a:hover{
background-color: #f4f4f4;
font-size: 11px;
color: #333333;
}
