body {
	background-color:  Wheat;
	margin: 10px;
	}
.left   {
	float: left;
}
h1, h2, h3, h4		{
	text-align: center;
}

h1	{
	color: #000099;
	font-family: "Formal436 BT";
}
h2	{
	color: white;
}

h3	{
	color: #0000CC ;
	font-size: medium;
}

h4    {
	color: #CC0000;
}

table {
	font-weight: 400;
	font-size: medium;
	margin-left: auto;
	margin-right: auto;
}

table.links	 {
	background-color: Wheat;
	text-align: left;
	float: left;
}

table.links    td		{
	text-align: left;
}

span.small	{
	font-size: small;
	text-align: left;
}

span.medium	{
	font-size: medium;
	text-align: center;
}

ol.rules		{
	font-family: Arial;
	font-size: large ;
	font-weight: normal;
}

p.rules		{
	font-family: Arial;
	font-size: large ;
	font-weight: normal;
}

p.large {
	font-family: century;
	font-size: large;
	font-weight: bold;
	text-align: justify;
}

p.large5		{
	font-family: century;
	font-size: large ;
	font-weight: bold;
	text-align: justify;
	color: Crimson;
}

p.left		{
	text-align: left;
	text-indent: 0px;
}

p.FN		{
	text-align: left;
	font-family: "Lao UI";
	font-size:medium;
}

li	{
	font-family: "Lao UI";
}

span.large2	{
	font-size: large ;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}

span.center		{
	text-align: center;
}

span.define	{
	font-weight: bold;
	font-family: Tahoma;
	font-size: medium;
	color: MidnightBlue;
}

span.name	{
	font-size: x-large;
	color: DarkRed;
}

span.color1	{
	color: Black;
}


span.perfin		{
	font-family: "Arial Rounded MT";
	font-size: x-large;
}

span.perfin1	{
	font-family: Tahoma;
	font-size: x-large;
}

span.underline	{
	text-decoration: underline;
}

span.ClickOn	{
	font-family: Tahoma;
	font-size: medium;
}

span.diagonal	{
	line-height: 50%;
}

img#crain	{
	float: right;
	padding-left: 10px;
}

hr		{
	width: 75%;
	height: 4px;
	color: #990000;
}

table  td	{
	padding-right: 8px;
	padding-left: 8px;
	border: 5px;	
}

table tr	{
	text-align: center;
}

table td.left	{
	text-align: left;
}

td.header	{
	padding-top: 5px;
}

tr.alt {
	background-color: #FFFFCC;
} 

tr.alt2 {
	background-color: #00CCFF;
} 

tr.alt3		{
	background-color: #333399;
}

tr.alt4		{
	background-color: #FFFF99;
}

tr.alt5		{
	background-color: #FFFFFF;
}

table th	{
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #0000CC;
	color: white;
	font-family: arial;
	font-size: small;
}

table th.width	{
	width: 130px;
}

table th.width2	{
	width: 94px;
}

td.center 	{
	text-align: center;
}

table#Header	{
	background-color: Wheat;
	font-weight: 400;
	font-size: large;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

table#Header a:link {
	color: black;
}

table#Header h2	 {
	color: #000000;
	font-family: arial;
	font-size: 105%;
}

table#Header td#special {
	padding: 0px;
}

table#Header td {
	padding-right: 35px;
	padding-left: 35px;
}

table#Header td#below   {
	border-style: double;
	border-color: #0099FF;
	background-color: AliceBlue;
	text-align: left;
	color: #000000;
}

table#Header h2#XX	{
	color: #B20000;
	font-family: century;
}

table#Header h4#XXX		{
	color: black;
	font-family: century;
	font-size: 70%;
	font-family: arial;
}

p		{
	text-indent: 15px;
	font-family: arial;
}

p.noindent   {
		text-indent: 0px;
	}

div.content 	{
	text-align: left;
}

img.content		{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div.c		{
	text-align: left;
}

img.c		{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

img.FloatRight		{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

img.FloatLeft		{
	float: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* LINKS   */

a:link {
	color: DarkBlue;
	text-decoration: none;
	}
a:visited {
	color: RoyalBlue;
	text-decoration: none;
	}
a:hover {
	color: Red;
	background: yellow;
	text-decoration: none;
	}
a:active {
	color: aqua;
	text-decoration: none;
	}