@charset "utf-8";
/* CSS Document */

body {
background-attachment:fixed;
background-image:url(../img/bg.jpg);
background-position:center;
background-position:top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
margin-top:0px;
}

a {
color:#0070BD;
}

a:hover {
color:#FFE707;
text-decoration:none;
}

.img a {
color:#0070BD;
text-decoration:none;
}

.img a:hover {
color:#FFE707;
text-decoration:none;
}

.top_02 {
color:#FFFFFF;
padding-right:20px;
text-align:right;
}

.top_02 a {
color:#FFFFFF;
text-decoration:none;
}

.top_02 a:hover {
color:#FFFFFF;
text-decoration:none;
}

.menu {
color:#FFFFFF;
font-size:14px;
text-align:center;
}

.menu a {
color:#000000;
text-decoration:none;
}

.menu a:hover {
color:#FFFFFF;
text-decoration:none;
}

.bg {
background-repeat:no-repeat;
}

.tdC {
text-align:center;
}

.special {
color:#FFFFFF;
background-position:center;
background-repeat:no-repeat;
font-size:24px;
}

.list {
height:46px;
color:#FFFFFF;
font-size:18px;
padding-left:20px;
text-align:left;
}

.page {
color:#FFFFFF;
}

.page a {
color:#FFFFFF;
text-decoration:none;
}

.page a:hover {
color:#FFE707;
text-decoration:none;
}

.bottom {
color:#FFFFFF;
padding-right:20px;
text-align:right;
line-height:32px;
}

#containerul, #containerul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin-left:14px;
  margin-bottom:5px;
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .clicker{			/* Various styles to position the clickable symbols next to the items in the menu. */
  display:block;
  padding-left:14px;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#containerul .symbols{			/* Various styles to position the non-clickable symbols next to the items in the menu. */
  float:left;
  width:14px;
  height:15px;
  background-position:0 50%;
  background-repeat:no-repeat;
}