body {
	font-family : Verdana, sans-serif;
}

h2 {
	font-style: italic;
	font-size: 14px;
	color: #990000;
}


a:link
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	color : #778899;
}

a:visited
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	color : ##778899;
}

a:hover
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : underline;
	color : #483D8B;
}

a:active
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	color : ##778899;
}

.redtext
{
	font-family : sans-serif;
	font-size : 14pt;
	font-weight  : bold;
	color : #8b0000;
}

a.red:link
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	color : #8b0000;
}

a.red:visited
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	color : #8b0000;
}

a.red:hover
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : underline;
	color : #e9967a;
}

a.red:active
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	color : #8b0000;
}

ul.twoColumnList, ul.twoColumnList_NoDisc {
	position: static;
	display: block;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	list-style: disc inside none;
	z-index: 1;
}
ul.oneColumnList_NoDisc, ul.twoColumnList_NoDisc {
	list-style: none inside none;
}
ul.twoColumnList li, ul.twoColumnList_NoDisc li {
	position: relative;
	padding-left: 5px;
	width: 48%;
	float: left;
	font-weight: normal;
	text-align: center;
}
ul.twoColumnList_NoDisc li {
	/*border: 1px solid blue;*/
	height: 24px
	/*line-height: 30px;*/;
}
#teamPage {
	font-size : 14px;
}
#teamPage a {
	font-size : 14px;
	color: #990000;
}
input#a {
	visibility:hidden;
	display:none;
}