.norm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.titleSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}

.ftr
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : Gray;
}

a
{
	text-decoration:none;
	color: #000000;
}

a:hover
{
	text-decoration:underline;
	color: #336699;
}

.subHdrBg
{
	background-color: #ffffff;
	background-image: url(images/sub-hdr-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.hdrBg {

	background-color: #ffffff;
	background-image: url(images/hdr-bg-gvsu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
	font-size: 9pt;
	background: #ffffff;
	color: #003366;
	border: 0px 0 #FFFFFF;
        text-align: left;
}

.cookie_nav a{
	margin:3px;
}

em{
  font-size:110%;
  color:#900;
  font-weight:bold;
}

#custom_query fieldset{
  margin:0;
  margin-left:10px;
  border:2px solid #e3e3e3;
}
#custom_query fieldset legend{
  font-weight:bold;
  text-transform:capitalize;
}
#custom_query h3{
  margin-bottom:2px;
}
#custom_query label{
  margin-right:5px;
}

table.query_result{
  font-size:small;
  border-collapse:collapse;
  border:1px solid #000;
}
table.query_result th{
  text-align:center;
  border-bottom:2px solid #000;
  border-right:1px solid #000;
  padding:5px;
  background:#eee;
}
table.query_result td{
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #3e3e3e;
}
table.query_result tr.odd{
  background:#eee;
}
table.query_result td{
  padding:4px;
}