/* CSS Document */

body {
margin:0px;
font-family:"Times New Roman", Times, serif;
text-decoration:none; 

}

/* table */
td { 
color:#000; 
font-family:"Times New Roman", Times, serif;
font-size: 15pt;
text-decoration:none; 
}

.Title
{
	color:#000;
	font-size:20pt;
	font-weight:bold;
}

.red
{
	color:Red;
	font-size:10pt;

}

.SubTitle
{
	color:#000;
	font-size:16pt;
	font-weight:bold;
}

.SubSubTitle
{
	color:#000;
	font-size:15pt;
	font-weight:bold;
}

.Padding
{
	padding-right:30pt;
	padding-left:30pt;
}

a {color: Gray;
font-weight:normal;
font-family:"Times New Roman", Times, serif;
font-size: 8pt;
text-decoration:none;}

/* hover link color */
a:hover {color:#990000;
text-decoration:none;
font-family:"Times New Roman", Times, serif;
font-size: 8pt;
text-decoration:underline;
}

.Button
{
	Background-color:#036500;
	font-size: 9pt;
	font-weight:bold;
	color:White;
}

.InputBox
{
	BORDER-RIGHT: #036500 1px solid;
	BORDER-TOP: #036500 1px solid;
	BORDER-LEFT: #036500 1px solid;
	BORDER-BOTTOM: #036500 1px solid;
	COLOR: #000;
}

.Footer
{
	color:#000; 
	font-family:"Times New Roman", Times, serif;
	font-size: 12pt;
	text-decoration:none; 
}

.Slogan
{
	color:#000; 
	font-family:"Times New Roman", Times, serif;
	font-size: 13pt;
	text-decoration:none; 
}