
body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}
STRONG	{
	font-weight : bold;
}
.underline	{
	text-decoration : underline;
}
.strikethrough	{
	text-decoration : line-through;
}
TD, P, BLOCKQUOTE	{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444499;
}
LI	{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 14px;
}
.pic-right{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}
A:link	{
	text-decoration : none;
	color : #8080f0;
}
A:visited	{
	text-decoration : none;
	color : #8080f0;
}
A:hover	{
	text-decoration : underline;
	color : #FF0000;
}
.big	{
	font-size : 150%;
}
.medium	{
	font-size : 100%;
}
.small	{
	font-size : 85%;
}
.smaller	{
	font-size : 75%;
}
.caption	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 60%;
	font-weight : normal;
	line-height : 100%;
	color : #000000;
}
.box{
	border: 2px solid #cccccc;
	padding: 3px 3px 3px 3px;
	margin: 1px 1px 1px 1px;
}
.menu	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;
	background-color : #ffffff;
	font-weight : bold;
/*	line-height : 100%; */
}
.footer	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 60%;
	font-weight : normal;
	color : #808080;
}
.toptitle	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 200%;
	font-weight : bold;
}
.onwhite	{
	background-color : #ffffff;
}
.hilite	{
	background-color : #ffff00;
}
.headrow	{
	background-color : #c0c0c0;
}
.oddrow	{
	background-color : #e0ffff;
}
.evenrow	{
	background-color : #f0f0f0;
}
.black	{
	color : #000000;
}
.gray	{
	color : #a0a0a0;
}
.white	{
	color : #FFFFF0;
}
.red	{
	color : #FF0000;
}
.yellow	{
	color : #FFFF00;
}
.green	{
	color : #008000;
}
.blue	{
	color : #0000A0;
}
.purple	{
	color : #800040;
}
