.text {
	font-size : 9pt;
	font-family : arial, sans-serif; 
	color :#000000; 
	font-style : normal;
}
.textsmall {
	font-size : 8pt;
	font-family : arial, sans-serif; 
	color :#000000; 
	font-style : normal;
}


.textbold {
	font-size : 9pt;
	font-family : arial, sans-serif; 
	color :#000000; 
	font-style : normal;
	font-weight : bold;
}
.textboldlarge {
	font-size : 11pt;
	font-family : arial, sans-serif; 
	color :#000000; 
	font-style : normal;
	font-weight : bold;
}
.textlghtbluebold {
	font-size : 9pt;
	font-family : arial, sans-serif; 
	color :#FF3300; 
	font-style : normal;
	font-weight : bold;
}
.textlargebold {
	font-size : 11pt;
	font-family : arial, sans-serif; 
	color :#000000; 
	font-style : normal;
	font-weight : bold;
}
.whitetext{
	font-size : 8pt;
	font-family : arial, sans-serif; 
	color :#FFFFFF; 
	font-style : normal;

}
.yellowtextbold {
	font-size : 9pt;
	font-family : arial, sans-serif; 
	color :#FFCC00; 
	font-style : normal;
	font-weight : bold;
}

.whitetextbold {
	font-size : 9pt;
	font-family : arial, sans-serif; 
	color :#FFFFFF; 
	font-style : normal;
	font-weight : bold;
}

a.yellowlink {
	font-size : 8pt; 
	font-family : arial, helvetica; 
	color :#FFCC00;
	font-style : normal;
	font-weight : bold;
	text-decoration: underline;
}
a.yellowlink:hover {
	color: #6699FF;
}

a.yellowlink:visited {
	color: #003399;
}

a.bluelink {
	font-size : 9pt; 
	font-family : arial, helvetica; 
	color :#FF3300;
	font-style : normal;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}
a.bluelink:hover {
	color: #006699;
}

a.bluelink:visited {
	color: #006699;
}

.big-image {
	max-width: 100%;
}