@charset "utf-8";
/* CSS Document */

body{
  margin:0 0 0 0;
  background-color:#CFCE99;
}

.border{
  border:1px solid #CCCCCC;
}

.darkborder{
  border:1px solid #8C8A8A;
}



a.copyright{
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:12px;
  text-decoration:none;
}

a.copyright:hover{
	text-decoration:underline;
}

a.menulinks{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#000000;
  text-decoration:none;
}

a.menulinks:hover{
  font-family:Arial, Helvetica, sans-serif;
  font-size:14px;
  color:#666666;
  text-decoration:none;
}

.spacedtext{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  line-height:20px;
}

.text{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}

.whitetext{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#FFFFFF;
}

.textbox {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	
}

.button {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #EBECF3;
}

.tableheading{
  font-family:Arial, Helvetica, sans-serif;
  color:#FFFFFF;
  font-size:12px;
  background-color:#000000;
}

.subtableheading{
  font-family:Arial, Helvetica, sans-serif;
  color:#000000;
  font-size:12px;
  background-color:#737B8C;
}

.redtext{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#FF0000;
}

a.links{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#49525E;
  text-decoration:none;

}

a.links:hover{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333333;
  text-decoration:underline;

}

.dottedline{
  border-bottom:1px dotted #CCCCCC;
}

A.dropmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	line-height: 20px;
	width: 180px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	
	background-color:#4A525F;
	
	float:left;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;

}

A.dropmenu:hover {
	color: #000000;
	background-color: #FFFFFF;

}


.blueheading{
  font-family:Arial, Helvetica, sans-serif;
  color:#5E7695;
  font-size:12px;

}

.teamname{
  font-family:Arial, Helvetica, sans-serif;
  color:#5E7695;
  font-size:16px;
  font-weight:bold;

}