/* styles.css */ /* Stylesheet for index pages */ 

a:link  {
text-decoration: none;
color: #008000;
}

a:active  {
text-decoration: underline;
color: #008000;
}

a:visited  {
text-decoration: none;
color: #008000;
}

a:hover  {
text-decoration: underline;
color: #008000;
}

a.nav:link  {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	font-size:14px;
}

a.nav:visited  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-family: verdana;
	font-size:14px;
}

a.nav:hover  {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	font-size:15px;
}

a.nav:active  {
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana;
	font-size:14px;
}

a.rightnavd:link  {
	text-decoration: none;
	color:#747274;
}

a.rightnavd:visited  {
	color:#747274;
	text-decoration: none;
}

a.rightnavd:hover  {
	text-decoration: underline;
	color:#747274;
}

a.rightnavd:active  {
	text-decoration: underline;
	color:#747274;
}

a.topnav:link  {
	text-decoration: none;
	color: #ffffff;
}

a.topnav:visited  {
	color: #ffffff;
	text-decoration: none;
}

a.topnav:hover  {
	text-decoration: underline;
	color: #ffffff;
}

a.topnav:active  {
	text-decoration: underline;
	color: #ffffff;
}

a.rightnav:link  {
	text-decoration: none;
	color:#747274;
}

a.rightnav:visited  {
	color:#747274;
	text-decoration: none;
}

a.rightnav:hover  {
	text-decoration: underline;
	color:#747274;
}

a.rightnav:active  {
	text-decoration: underline;
	color:#747274;
}

p {  
	font-family: verdana, arial, sans-serif; 
	font-size: 12px;
	line-height:17px;
}

h1 {
	margin: 0px;
	display: inline; 
	font-family: verdana; 
	font-size: 12px;
	font-weight: bold;
}



.texta { 
	font-size: 12px; 
	background-color: #CCCCCC; 
	border: 1px solid #666666; 
}

.input.button {
    font-size: 11px;
    font-color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	margin-bottom: 2px;
  	width: 27px;
}

.ob-outer {
	border-style: solid;
	border-width: 1px;
	boder-color: #008000;
	background-color: #F5E6A5;
	margin: 0px;
	width: 100%;
	text-align: center;
}


.ob-inner {
	border-width: 0px;
	padding: 0px;
	margin: 4px;
	background-color: #FFFFCC;
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
	

.norm {
	font-size: 12px;
}

.strong {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.invis {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.crumb {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 10px;
	font-family: verdana;
}