﻿/* Display of old letters as in ark/lrk history */

@import url('site.css');

table			{
	color: #000000;
}
td				{
	text-align: left;
	vertical-align: top
}
.border			{
	border: 2px solid #000000;
}
.col1			{
	text-align: right;
	width: 252px;
	vertical-align: top;
}
.col1_down		{
	text-align: right;
	width: 252px;
	vertical-align: bottom;
}
.col2			{
	vertical-align: top;
	text-align: left;
	width: 100%;
	color: #000000
}
.centre_ul		{
	text-decoration: underline;
	text-align: center;
}
.centre			{
	text-align: center;
}
.centre_nw		{
	text-align: center;
	white-space: nowrap;
}
.centre_bold	{
	text-align: center;
	font-weight: bold;
	white-space: nowrap;	
}
.centre_bold_medium	{
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.centre_bold_large	{
	text-align: center;
	font-size: large;
	font-weight: bold;
	white-space: nowrap;
}
.half			{
	width: 50%;
}
.indent			{
	text-indent: 40px;
}
.large			{
	font-size: large;
}
.margin1		{
	margin-left: 20px;
}
.margin2		{
	margin-left: 80px;
	white-space: nowrap;
}
.medium 		{
	font-size: medium;
}
.nb				{
	text-align: center;
	font-style: italic;
	color: #FF0000
}
.pad			{
	padding-right: 10px;
	padding-left: 10px;
}
.red			{
	color: #FF0000;
	text-align: center;
}
.report_10pc	{
	vertical-align: middle;
	text-align: center;
	width: 10%;
	white-space: nowrap;
}
.report_10red	{
	vertical-align: middle;
	text-align: center;
	width: 10%;
	white-space: nowrap;
	color: #FF0000;
}
.report_20pc	{
	vertical-align: middle;
	text-align: center;
	width: 20%;
	white-space: nowrap;
}
.report_20red	{
	vertical-align: middle;
	text-align: center;
	width: 20%;
	white-space: nowrap;
	color: #FF0000;
}
.report_30pc	{
	vertical-align: middle;
	text-align: left;
	width: 30%;
	white-space: nowrap;
}
.report_50pc	{
	vertical-align: middle;
	text-align: left;
	width: 50%;
	white-space: nowrap;
}
.right			{
	text-align: right;
	width: 100%;
}
.right_bold		{
	text-align: right;
	font-weight: bold;
}
.right_nw		{
	text-align: right;
	white-space: nowrap;
}
.right_ul		{
	text-decoration: underline;
	text-align: right;
}
.small			{
	font-weight: normal;
	font-size: small;
}
.smaller		{
	font-weight: normal;
	font-size: x-small;
}
.table_25pc		{
	vertical-align: middle;
	text-align: left;
	width: 25%;
}
.table_75pc		{
	vertical-align: middle;
	text-align: left;
	width: 75%;
}
.table_50pc		{
	vertical-align: middle;
	text-align: left;
	width: 50%;
}
.table_50pc_c	{
	vertical-align: middle;
	text-align: center;
	width: 50%;
}
.table_50pc_r	{
	vertical-align: middle;
	text-align: right;
	width: 50%;
}
.table_30pc		{
	vertical-align: middle;
	text-align: left;
	width: 30%;
	white-space: nowrap;
}
.table_70pc		{
	vertical-align: middle;
	text-align: left;
	width: 70%;
	white-space: nowrap;
}
.small_red		{
	font-size: x-small;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	color: #FF0000;
}
.strike			{
	text-decoration: line-through
}
.small_centre	{
	font-size: small;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.smaller_centre	{
	font-size: x-small;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.up				{
	text-align: right;
	width: 332px;
	vertical-align: top;
}
.down			{
	vertical-align: bottom;
	text-align: right;
	width: 332px;
}
.ul				{
	text-decoration: underline;
}
.unbold			{
	font-weight: normal;
}
.v_large		{
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	font-size: x-large;
}
.width_50pc		{
	width: 50%;
}
.width_100pc	{
	width: 100%;
}


