/*default links*/
a:link {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #FF6600; text-decoration: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; color: #FF6600}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #FF6600; text-decoration: underline}
a:active { font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #FF6600; text-decoration: none}

.navbar {
	background : #000099;
}



/*links of class navlink*/

.navlink a:link {
	color:#FFFFFF;
	text-decoration:none;
	}
.navlink a:visited {
color:#FFFFFF;
	text-decoration:none;}
.navlink a:hover {
color:#FFFF99;
	text-decoration:underline;}
.navlink a:active{
color:#FFFF99;
	text-decoration:none;}



body {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; font-weight: normal}
.callout {
	background-color: #FFFF66;
}
.callout2 {

	background-color: #FFFF99;
}
.texttitle {
	font-size: 12pt;
	color: #990000;
	font-weight: bold;

}
.sixteen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	}
	
.fourteen{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	}
.border1 {
	padding-top: 3px;
	padding-left: 3px;
	border: thin solid #666666;
}
.border2 {
	padding-top: 3px;
	padding-left: 3px
	border: thin solid
; 	border-color: #336600;
}
.filled  { background-color: #808080; padding: 3px; border-width: 0 }

