<style type="text/css"><!-- 

font {
	font-size: small;
	font-family: arial;
	color: black;
}

.font1 {
	font-size: 8pt;
	font-family: arial;
	color: black;
}

.font1_lg {
	font-size: 13pt;
	font-family: arial;
	font-weight: bold;
	color: black;
}

.font2 {
	font-size: 8pt;
	font-family: arial;
	color: black;
}

.lgRed {
font-size: 13pt;
font-family: arial;
text-decoration: none;
color: red;
font-weight:bold;
}

.smRed {
font-size: 12px;
font-family: arial;
text-decoration: none;
color: red;
font-weight:bold;
}

.font3 {
	font-size: 8pt;
	font-family: arial;
	color: WHITE;
}

.success {
	font-size: 12px;
	font-family: arial;
	color: green;
	font-weight: bold;
}

.fail {
	font-size: 12px;
	font-family: arial;
	color: red;
	font-weight: bold;
}

.header {
	font-size: 14px;
	font-family: arial;
	color: 1F308A;
	font-weight: bold;
}



/*-----------------------------*/





/* Links */

a:link {
  font-family:  arial, sans-serif;
  font-size: 12px;
  color: 1F308A;
  line-height: 17px;
  text-decoration: none;
}
a:visited {
  font-family:  arial, sans-serif;
  font-size: 12px;
  color: 1F308A;
  line-height: 17px;
  text-decoration: none;
}

a:hover {
  font-family:  arial, sans-serif;
  font-size: 12px;
  color: 1F308A;
  line-height: 17px;
  text-decoration: underline;
}




/* small links */
A.link3{
font-size: 10pt;
font-family: verdana;
text-decoration: none;
color: white;
font-weight:bold;
}
A.link3:visited {
font-size: 10pt;
font-family: verdana;
text-decoration: none;
color: white;
font-weight:bold;
}
A.link3:hover{
font-size: 10pt;
font-family: verdana;
text-decoration: underline;
color: white;
font-weight:bold;
}
/* small links */


A.link_class_1:link{
font-size: 15pt;
font-family: arial;
text-decoration: none;
color: white;
font-weight:bold;
  line-height: 2;
}
A.link_class_1:visited {
font-size: 15pt;
font-family: arial;
text-decoration: none;
color: white;
font-weight:bold;
  line-height: 2;
}
A.link_class_1:hover{
font-size: 15pt;
font-family: arial;
text-decoration: underline;
color: white;
font-weight:bold;
  line-height: 2;
}



A.playerMenu:link{
font-size: 12pt;
font-family: arial;
text-decoration: none;
color: 3F6B98;
font-weight:bold;
  line-height: 2;
}
A.playerMenu:visited {
font-size: 12pt;
font-family: arial;
text-decoration: none;
color: 3F6B98;
font-weight:bold;
  line-height: 2;
}
A.playerMenu:hover{
font-size: 12pt;
font-family: arial;
text-decoration: underline;
color: 3F6B98;
font-weight:bold;
  line-height: 2;
}



A.lgRed:link{
font-size: 15pt;
font-family: arial;
text-decoration: none;
color: red;
font-weight:bold;
}
A.lgRed:visited {
font-size: 15pt;
font-family: arial;
text-decoration: none;
color: red;
font-weight:bold;
}
A.lgRed:hover{
font-size: 15pt;
font-family: arial;
text-decoration: underline;
color: red;
font-weight:bold;
}


/*-----------------------------*/

TABLE.form {
  font-family:  arial, sans-serif;
  font-size: 12px;
  color: black;
  margin-left: 1em;
  font-weight: bold;
  padding: 5;
}

TR.tableHeader {
  font-family:  arial;
  background: 1F308A;
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-align: center;
}


TD{
  font-family:  arial, sans-serif;
  font-size: 12px;
  color: black;
  line-height: 16px;
  vertical-align: top;
}

TD.bracket {
  font-family:  arial, sans-serif;
  font-size: 12px;
  color: 192C8A;
  margin-left: 1em;
  font-weight: bold;
  vertical-align: middle;
}

TD.questionTD {
  font-family:  arial, sans-serif;
  font-size: 12px;
  color: black;
  margin-left: 1em;
  font-weight: bold;
  vertical-align: top;
}


TD.answerTD {
  font-family:  arial, sans-serif;
  font-size: 11px;
  color: black;
  margin-left: 1em;
  vertical-align: top;
}

TD.tdHeader {
  font-family:  arial;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

input.post, textarea.post, select.post, textbox.post {
	background-color : white;
	color: black;
	font-weight: bold;
	font-size: 1pt;
}




select,option{
	background-color:white;
	color:black;
	font-weight: bold;
	font-size: 10px; 
}



input.button {
	background-color : white;
	color : 5B70B9;
	font-size: 13px; 
	font-weight: bold;
	font-family: arial, arial, Helvetica, sans-serif;
	border-width: 1;
	border-color: 99A8DB;

}



--></style>