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

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-size: 14px;
	color: #313C69;
}

a:link {
	color:#3A6993
}

a:visited {
	color:#3A6993
}

a:hover {
	color:#3A6993
}

p, ol{
	font-size: 70%;
	line-height: 140%;
	color:#666666
}

div p{
	font-size: 100%;
}

#topNotchInterface {
	width: 300px;
	font-size: 11px;
	line-height: 16px;
	color: #666666;	
}

#topNotchInterface input {
	font-size: 10px;
	padding: 1px;
}

#topNotchInterface select {
	font-size: 10px;
	padding: 0px;
}


#topNotchInterface h1 {
	font-size: 14px;
	font-weight: bold;
	color: #31386E;
	margin: 0px 0px 0px 0px;	
}


#topNotchHeaderTop {
	height: 14px;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
}

#topNotchHeaderTopLeft {

}

#topNotchHeaderTopRight {
	float: right;
}

#topNotchHeader {
	padding: 0px 12px 6px 12px;
	background-color: #EDEDED;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}

#flashComponent {
	height: 120px;
	border: 2px solid #AAAAAA;
	border-top: 0px
}

#searchComponent {
	background-color: #F5F5F5;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	padding: 5px 12px 6px 12px;
	margin: 0px;
}

#resultsComponent {
	background-color: #ffffff;
	border-top: 1px solid #AAAAAA;
	border-left: 2px solid #AAAAAA;
	border-right: 2px solid #AAAAAA;
	padding: 5px 12px 6px 12px;
	margin: 0px;
}

#resultsComponentList {
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	margin: 10px 0px 5px 0px;
	border: 1px solid #AAADBF;
	padding: 0px;
}

#listWords {
	font-size: 11px;
	color: #666666;
	font-weight:bold;
	margin: 10px 0px 5px 0px;
	border: 0px solid #AAADBF;
	padding: 0px;
}


#resultsComponentList a{
	color: #336B9D;
	text-decoration:none
}

#resultsComponentList a:hover{
	color: #336B9D;
	text-decoration: underline
}



#topNotchFooter {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #31386E;
	padding: 6px 12px 6px 12px;
}

.topNotchNote {
	font-size: 9px;
	line-height: 12px;
}

.tnpRowbgOff {
	background-color: #FFFFFF;
	padding: 0px 2px 0px 2px 
}

.tnpRowbgOn {
	background-color: #F5F5F5;
	border-top: 1px solid #AAADBF;
	border-bottom: 1px solid #AAADBF;
	padding: 1px 2px 1px 2px 
}

.tnpRowHover{
	background-color: #C4C6D3;
	cursor: default;
}

.tnpRowSelected {
	color:#3A6993;
}


/*.even {
	background-color: #66CCFF;
}
.odd {
	background-color: #FFFFCC;
}
.hover{
	background-color: #000000;
	color:#FFFFFF;
	#C4C6D3
}
.selected {
	background-color: #FFFFFF;
	color:#FF0000;
}
*/