body {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(img/bg-web.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0 auto;
	text-align: center;
	padding-top: 3px;
}

.bgMain {
	background-image: url(img/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.TopMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #073d42;
	font-weight: bold;
}

.TopMenu a:link { color: #073d42; text-decoration: none; }
.TopMenu a:visited { color: #073d42; text-decoration: none; }
.TopMenu a:hover { color: #ff6600; text-decoration: none; }
.TopMenu a:active { color: #ff6600; text-decoration: none; }

.BottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414446;
}

.BottomMenu a:link { color: #073d42; text-decoration:none; border-bottom:dashed 1px; }
.BottomMenu a:visited { color: #073d42; text-decoration: none; border-bottom:dashed 1px; }
.BottomMenu a:hover { color: #ff6600; text-decoration: none; border-bottom:dashed 0px; }
.BottomMenu a:active { color: #ff6600; text-decoration: none; border-bottom:dashed 0px; }

.LeftMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414446;
}

.LeftMenu a:link { color: #414446; text-decoration:none; border-bottom:dashed 0px; }
.LeftMenu a:visited { color: #414446; text-decoration: none; border-bottom:dashed 0px; }
.LeftMenu a:hover { color: #4a7991; text-decoration: none; border-bottom:dashed 1px; }
.LeftMenu a:active { color: #4a7991; text-decoration: none; border-bottom:dashed 1px; }

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414446;
}
.normal  a:link    { text-decoration: undeline; color: #015199; }
.normal  a:visited { text-decoration: underline; color: #015199; }
.normal  a:active  { text-decoration: none; color: #000000; }
.normal  a:hover   { text-decoration: none; color: #000000; }

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.small  a:link    { text-decoration: undeline; color: #0000cc; }
.small  a:visited { text-decoration: underline; color: #0000cc; }
.small  a:active  { text-decoration: underline; color: #0000cc; }
.small  a:hover   { text-decoration: underline; color: #000066; }

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 073d42;
}
.Text  a:link    { text-decoration: underline; color: #244978; }
.Text  a:visited { text-decoration: underline; color: #244978; }
.Text  a:active  { text-decoration: none; color: #0033CC; }
.Text  a:hover   { text-decoration: none; color: #0033CC; }


.MenuOver {
	background-color: #eafffe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #073d42;
	font-weight: bold;
}
.MenuOver a:link { color: #073d42; text-decoration: none; }
.MenuOver a:visited { color: #073d42; text-decoration: none; }
.MenuOver a:hover { color: #FF6600; text-decoration: none; }
.MenuOver a:active { color: #FF6600; text-decoration: none; }

.MenuOut {

}

/* /////------- Page ------------- /// */


.CateName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.CateName  a:link    { text-decoration: underline; color: #2b7db2; }
.CateName  a:visited { text-decoration: underline; color: #2b7db2; }
.CateName  a:active  { text-decoration: none; color: #000000;  }
.CateName  a:hover   { text-decoration: none; color: #000000;  }

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: ff7800;
}

.ListLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
.ListLink  a:link    { text-decoration: underline; color: #2b7db2; }
.ListLink  a:visited { text-decoration: underline; color: #2b7db2; }
.ListLink  a:active  { text-decoration: none; color: #000000;  }
.ListLink  a:hover   { text-decoration: none; color: #000000;  }


