@charset "utf-8";
/* CSS Document */
.ANotes {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	color: #555555;
}
/* foot menu hyper links */
#footmenu a {font-family:Tahoma; font-size:small; font-weight:normal}
#footmenu a:link {color:#222222; text-decoration: none;}
#footmenu a:visited {color:#222222;text-decoration: none;}
#footmenu a:hover {text-decoration:underline ; color:#FFFFFF;}
#footmenu a:active {color:#BBBBBB;text-decoration: none}

/* foot menu hyper links */
#footmenu2 a {font-family:Tahoma; font-size:small; font-weight:normal}
#footmenu2 a:link {color:#333333; text-decoration: none;}
#footmenu2 a:visited {color: #444444;text-decoration: none;}
#footmenu2 a:hover {text-decoration: none; color: #432F64; font-weight:bold;}
#footmenu2 a:active {color: #FF5087;text-decoration: none}

/* foot menu hyper links */
#pbmenu a {font-family:Tahoma; font-size:13px; font-weight:normal}
#pbmenu a:link {color:#0b2e57; text-decoration: none; font-weight:bold;}
#pbmenu a:visited {color: #0b2e57;text-decoration: none; font-weight:bold;}
#pbmenu a:hover {text-decoration:underline ; color:#2b496a;}
#pbmenu a:active {color: #FF5087;text-decoration: none}

/* news contents hyper links */
#newscont a {font-family:Tahoma; font-size:11px; font-weight:normal; color:#333333;}
#newscont a:link {color:#333333; text-decoration: none;}
#newscont a:visited {color:#222222;text-decoration: none;}
#newscont a:hover {text-decoration: none; color: #0066FF;}
#newscont a:active {color: #FF5087;text-decoration: none}

/* news contents hyper links */
#artcont a {font-family:Tahoma; font-size:12px; font-weight:normal; color:#333333;}
#artcont a:link {color:#333333; text-decoration: none;}
#artcont a:visited {color:#222222;text-decoration: none;}
#artcont a:hover {text-decoration: none; color: #0066FF;}
#artcont a:active {color: #FF5087;text-decoration: none}

/* news contents hyper links */
#anewscont a {font-family:Tahoma; font-size:14px; font-weight:normal; color:#333333;}
#anewscont a:link {color:#333333; text-decoration: none;}
#anewscont a:visited {color:#222222;text-decoration: none;}
#anewscont a:hover {text-decoration: none; color: #0066FF;}
#anewscont a:active {color: #FF5087;text-decoration: none}

/* purple (function) links */
#funca a {font-family:Tahoma; font-size:12px; font-weight:normal; color:#432F64;}
#funca a:link {color:#432F64; text-decoration: none;}
#funca a:visited {color:#432F64;text-decoration: none;}
#funca a:hover {text-decoration: underline; color: #432F64; font-weight:normal;}
#funca a:active {color: #FF5087;text-decoration: none}

/* purple (function) links */
#funcb a {font-family:Tahoma; font-size:12px; font-weight:bold; color:#432F64;}
#funcb a:link {color:#432F64; text-decoration: none;}
#funcb a:visited {color:#432F64;text-decoration: none;}
#funcb a:hover {text-decoration: underline; color: #616ed5; font-weight:bold;}
#funcb a:active {color: #FF5087;text-decoration: none}

/* purple (function) links */
#funcc a {font-family:Tahoma; font-size:16px; font-weight:bold; color:#432F64;}
#funcc a:link {color:#432F64; text-decoration: none;}
#funcc a:visited {color: #432F64;text-decoration: none;}
#funcc a:hover {text-decoration: underline; color: #616ed5; font-weight:bold;}
#funcc a:active {color: #FF5087;text-decoration: none}

/* purple (function) links */
#funcd a {font-family:Tahoma; font-weight:bold; color:#432F64;}
#funcd a:link {color:#432F64; text-decoration: none;}
#funcd a:visited {color:#432F64;text-decoration: none;}
#funcd a:hover {text-decoration: underline; color: #616ed5; font-weight:bold;}
#funcd a:active {color: #FF5087;text-decoration: none}

/* submenu links? */
#smenu a {font-family:Tahoma; font-size:14px; font-weight:normal; color:#432F64;}
#smenu a:link {color:#432F64; text-decoration: none;}
#smenu a:visited {color:#432F64;text-decoration: none;}
#smenu a:hover {text-decoration:underline; color: #616ed5; font-weight:normal;}
#smenu a:active {color: #FF5087;text-decoration: none}

/* big links (available jobs) links? */
#smenu2 a {font-family:Tahoma; font-size:16px; font-weight:normal; color:#432F64;}
#smenu2 a:link {color:#432F64; text-decoration: none;}
#smenu2 a:visited {color:#432F64;text-decoration: none;}
#smenu2 a:hover {text-decoration: underline; color: #616ed5; font-weight:normal;}
#smenu2 a:active {color: #FF5087;text-decoration: none}

/* used to expand information on click, use an class="outer" div */
.outer {
  display: block;
}
.outer .inner {
  display: none;
  margin-left: 10px;
}
.outer:hover {
  background-color: #EEEEEE;
}
.outer:active .inner {
  display: block;
}

/* Game Page styles */
.GameTitle {
	font-family: Tahoma;
	font-size: 25px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
}
.GameDesc {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	color: #000000;
}

/* Company Page */
.CompDesc {
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight:normal;
	color: #000000;
}

/* FAQ Category */
.SuppTitle {
	font-family: Tahoma;
	font-size: 18px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
}
.SuppQuest {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
}
.SuppAnsw {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	color:#333333;
}

/* various text styles */
.Text1 {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color: #000000;
}

/* various text styles */
.Text1 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
}
/* various text styles */
.Text2 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
}

/* various text styles */
.Text3 {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	color: #000000;
}
/* various text styles */
.TPink {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight:bold;
	color: #ff4d83;
}
.FootCopy {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight:normal;
	color: #FFFFFF;
}
.TopSMenu {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	color: #0b2e57;
}
/* article */
.ArtTitle {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight:bold;
	color: #000000;
}
.ArtDesc {
	font-family: Tahoma;
	font-size: 13px;
	font-style: normal;
	font-weight:normal;
	color: #000000;
}
