@charset "utf-8";
/* TMS Styesheet */

/* Defaults */

* {margin:0px; padding:0px; top:0px;}

body {
	margin: 0px;
	color: #0f0f0f;
	font-size: 11pt;
	font-family: arial, helvetica, sans-serif;
	background-color: #006600;
}

h1 				{font-size:14pt; font-weight:bold; margin:20px; color:#006600; text-align:center;		}
h2	 				{font-size:14pt; font-weight:bold; color:#006600;text-align:left;		}
h3 				{font-size:12pt; font-weight:bold; margin:15px 0 5px 20px; color:#006600; text-align:left;	}
h4					{font-size:16pt; margin-left:20px; margin-bottom:10px; color:#006600; font-weight:bold; text-align:left;}
p 					{margin:0px 20px 10px 20px; text-align:left; line-height:20px; 	}
ul		 			{margin-left:40px; margin-top:10px; list-style: disc;	}
li					{margin-bottom:5px; text-align:left; line-height:18px; }

#containertop 		{margin:0 auto; width:990px; background-color:#ffffff; }
#container 			{width:990px; margin:0 auto; background-color:#ffffff; }
#header 			{margin-top:10px; width:990px; height:200px;  }
#widecontent		{width: 980px;  }
#contentrt			{padding-top:0px; float:right; display: inline; width:329px; 	}
#menuwrap 			{width:auto; background-color:#006600; }
#menu 				{width:990px; margin:0 auto; height:34px; background-color: #cccccc;	}
#menu ul			{margin:0px; padding:7px 0 0 38px; list-style:none; }
#menu li			{padding-right:33px; display:inline; list-style:none;}
#menu a				{font-weight:bold; font-size:10pt; color: #006600; text-decoration:none; }
#menu a:hover		{font-weight:bold; font-size: 10pt; color:#990000; text-decoration:none; }
#footer				{margin:0 auto; width:990px; height:34px; clear:both; background-color:#cccccc; }
#footer p 			{padding:5px 30px 0px 30px;	}

.bigger				{font-size:14pt; font-weight:bold; }	
.green				{color:#006600; font-weight:bold; }
.red				{color:#FF0000; font-weight:bold; }
.amber				{color:#FF9900; font-weight:bold; }
.bold				{font-weight:bold; }
.clear 				{clear:both; width:0px; height:0px; line-height:0px; }
.contentlft 		{float:left; display: inline; width:660px;  	}
.contentlftpad  	{padding-right:20px;	}
.fltrt 				{float:right; margin: 0px 5px 10px 10px;}
.fltlft 			{float:left; margin:10px 25px 10px 0px; }	
.fltmid				{float:right; margin:0px 90px 20px 0px; }	
.copyright 			{float:right; width:60%; font-size:8pt; text-align:right; }

a					{font-weight:bold; color:#006600; text-decoration:none; }
a:hover 			{font-weight:bold; color:#000099; text-decoration:underline; }
a.footer			{font-weight: normal; font-size: 9px; }
form	 			{padding:0px 20px 20px 20px; }

H1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14pt;
	font-weight:bold;
	margin: 20px; 
	color: #006600;
	text-align: center;		
  /* Page Title */
}
H3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #006600;
	text-align: left;
	margin-left:20px;
	margin-top:15px;
	margin-bottom:5px;
   /* Section Title */
}
p {
	text-align: left;
	line-height: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11pt;
}
p.indent1 {
  margin-left: 20px;
  /* Indented Text 1 */
}
p.indent2 {
  margin-left: 40px;
  /* Indented Text 2 */
}
p.indent3 {
  margin-left: 60px;
  /* Indented Text 3 */
}
p.indent4 {
  margin-left: 80px;
  /* Indented Text 4 */
}
table.default {
  text-align: left;
  margin: 20px;
  /* No Style */
}
td {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
  background-color: #f3f3f3;
  margin: 20px;
}
td.alignright {
  text-align: right;
  /* Align Middle Right */
}
td.aligncenter {
  text-align: center;
  /* Align Middle Center */
}
td.aligntop {
  vertical-align: top;
  /* Align Top Left */
}
td.alignbottom {
  vertical-align: bottom;
  /* Align Bottom Left */
}
td.aligntopright {
  vertical-align: top;
  text-align: right;
  /* Align Top Right */
}
td.aligntopcenter {
  vertical-align: top;
  text-align: center;
  /* Align Top Center */
}
td.alignbottomright {
  vertical-align: bottom;
  text-align: right;
  /* Align Bottom Right */
}
td.alignbottomcenter {
  vertical-align: bottom;
  text-align: center;
  /* Align Bottom Center */
}
th {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
  background-color: #0f0f0f;
  margin-left:5px;
}
a {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  color: #006600;
  text-decoration: none;
}
a:hover {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  font-size: 100%;
  color:#990000;
  text-decoration:underline; 
}
a.footer {
  font-weight: normal; 
  font-size: 9px; 
}
ul {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
  margin-left: 40px; 
  margin-top:10px;
}
li {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
  text-align: left;
  line-height: 18px;
  margin-bottom:5px;
}
ol {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 11pt;
}
ul.round {
	/* Round markers */
}
ol.norm {
	/* Ordered list */
}
span.sup {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 8pt;
  vertical-align: super;
  /* Superscript */
}
span.sub {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-size: 8pt;
  vertical-align: sub;
  /* Subscript */
}
span.amber {
	color: #FF9900;
	font-weight: bold;
	/* Amber Text */
}
span.bigger {
	font-size: 140%;
	font-weight: bold;
	/* Larger Text */
}
span.green {
	color: #006600;
	font-weight: bold; 
	/* Green Text */
}
span.red {
	color: #FF0000;
	font-weight: bold;
	/* Red Text */
}
img.fltlft {
	float:left;
	margin:10px 25px 10px 0px;
  /* Float Left */
}
img.fltrt {
	float:right;
	margin:0px 5px 10px 10px;
  /* Float Right */
}
img.fltmid {
	float:right;
	margin:0px 90px 20px 0px;
  /* Float Middle */
}
img.noborder {
  /* No Border */
}

