/* fonts*/
body, table, tr, td  {
	font-family : Georgia, "New York", "Times New Roman", serif;
}

.h3, .copyright  {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
}

/* colors*/
a:link  {
	color : #cc3232;
}

/* red*/
a:active, a:hover  {
	color : #cc3232;
}

/* green; hover IE only*/
a:visited, .decoration, .h3  {
	color : #cc3232;
}

/* blue*/
em, .h5, .note  {
	color : #996600;
}

/* other attributes*/
body, td  {
	background-color : white;
	font-size : 11pt;
	color : black;
}

a  {
	text-decoration : none;
}

.piccap  {
	font-size : 9pt;
	color : black;
}

.h1  {
	font-size : 20pt;
}

.h2  {
	font-size : 18pt;
	font-weight : bold;
}

.h3  {
	font-size : 16pt;
}

.h4  {
	font-size : 14pt;
}

.smrt  {
	font-size : 9pt;
	text-align : right;
}

.h6  {
	font-size : 11pt;
	font-weight : bold;
}

em  {
	font-style : normal;
	font-weight : bold;
}

strong  {
	font-weight : bold;
}

ul  {
	list-style : square;
}

.initial  {
	text-indent : 0pt;
}

.paragraph  {
	text-indent : 11pt;
}

.center  {
	text-align : center;
}

.left  {
	text-align : left;
}

.right  {
	text-align : right;
}

.hidden  {
	display : none;
}

.dropcap  {
	font-size : 60pt;
	background-color : #006699;
	/* blue */
	color : #ffffff;
	width : 60pt;
	line-height : normal;
	float : left;
	padding-right : 6pt;
	padding-left : 6pt;
}

.smallcaps  {
	text-transform : uppercase;
	font-size : 30pt;
}
	

.bodycopy  {
	line-height : 18pt;
}

.copyright  {
	font-size : 9pt;
}

.russian {  }
