body {
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F7F7F;
}

boldBody {
	font-style: bold;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #545454;
}

.text2 {
	color: #DD5100;
}

.text3 {
	font-size: 9px;
	color: #DD5100;
}

.text4 {
	color: #8F8F8F;
}

.text5 {
	font-size: 9px;
	color: #999999;
}

.buttonText {
	font-size: 9px;
	color: #BF2A24;
	cursor:hand;
}

.button {
	cursor:hand;
	cursor:pointer;
}

ul br {
	height: 3em;
}

a:link {
	color: #DD5100; /* links including button links */
}

a:visited {
	color: #DD5100;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	font-size: 9px;
	color: #DD5100;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2:link {
	color: #8F8F8F;
}

a.link2:visited {
	color: #8F8F8F;
}

.subarticles {
	margin-left: 4px;	
	margin-right: 4px;	
	vertical-align: bottom;
}

a.subarticles {
	font-size: 9px;
	color: #0080FF;
	text-decoration: none;
}

a.subarticles:hover {
	text-decoration: underline;
}

a.subarticles:link {
	color: #0080FF;
}

a.subarticles:visited {
	color: #1B2CA0;
}