/*body declaration */

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

/*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;}
	
/* callouts */

.callout {
	background-color: #FFFF66;
}
.callout2 {

	background-color: #FFFF99;
}

/*text styles*/

.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;
	
}
.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 16px;
	color: #333333;
}
.newbody12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 15pt;
}
.storytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.dotted {
	border: thin dotted #000000;
}

