/* NOTE: it is VERY important you keep the "a" selectors exactly the same as the ones in section.css.  If you don't you will see weird things when those pages are rendered on the home page.*/

<!--

a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

a:link.int{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: blue;
	letter-spacing: 0.0em;
	text-decoration: underline;
	text-align:left;
}

a:visited.int{
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: normal;
	color: #663366;
	letter-spacing: 0.0em;
	text-decoration: underline;
	text-align:left;
}

a:hover.int {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: red;
	letter-spacing: 0.0em;
	text-decoration: underline;
	text-align:left;

}
a:link.normal{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: yellow;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-align:left;
	
}


a:visited.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: yellow;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-align:left;
	
}

a:hover.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: red;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-align:left;
	
	
}

li {

	margin-bottom: 5px;

}
.xpl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	visibility: visible;
	z-index: 1;
	
}

.nav {
	border-right-width: 2px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-right: 2px;
	vertical-align: top;
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}
.arrow{
	color: #006600;
	vertical-align: middle;
}

/* This isn't meant to put printer stylesheets in the screen stylesheet, this is only to format the printer-friendly link */
.print {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
}
body.index {
	margin: 5px 10px 0px;
	padding: 0px;
	background-color: #000066;
	color: #FFFFFF;
	
}
body.interior
{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.search {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC00FF;
	text-align: center;
}
p {
	text-align: justify;
}


.head {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	

	
}

.jumpbox{
	vertical-align: middle;
	
	


}
a.big{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;

}
a.small{
    font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;

}

.force{
	position: relative;
	top: 10px;


}

.textsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6699FF;
	font-weight: bold;
}
.sizexpl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: white;
	text-align:left;
	padding:0px;
	margin:0;
}

.viewxpl {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: white;
	text-align:center;

}

.space{
margin:0;
padding:0px;
}

-->


