/***********************************************/
/* SiteStyle#.css                              */
/* Use with N5 system by Illumicom, LLC        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	}

/******* hyperlink and anchor tag styles *******/

a:link{
	color: #005FA9;
	text-decoration: none;
}
a:active{
	color: #005FA9;
	text-decoration: none;
}
a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


#AutoScrollContainer {
	position:absolute;
	overflow:hidden;
	z-index:1;
	visibility:visible;
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	letter-spacing: .1em;
	padding-left: 11px;
}
#AutoScrollContent {
	position:absolute;
	visibility:visible;
}
/************** siteInfo styles ****************/
p {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.maintext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #000000;
}
.boldtext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
}
.redtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #144C97;
	text-transform: none;
	letter-spacing: 1px;
	font-style: italic;
}
.bluetext {
	font: bold normal 14px "Trebuchet MS", Verdana, sans-serif;
	color: #144C97;
	font-weight: bold;
}
.smalltext {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}
.tablelines {
	border: 1px dotted #C7D5E7;
}
.rightpic {
	margin-left: 10px;
}
