/* CSS Document */

body				{
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					}
		
td					{
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					}

p					{
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					}

A:link				{text-decoration: none; color: #0000FF;}
A:visited			{text-decoration: none; color: #0000FF;}
A:active			{text-decoration: underline; color: #0066FF;}
A:hover				{text-decoration: underline; color: #0066FF;}

.menus				{
					border-style:solid;
					border-width:1px;
					border-color:#FF0000;
					}

.menus_tableborders	{
					border-left-style:solid;
					border-left-width:1px;
					border-left-color:#FF0000;
					border-bottom-style:solid;
					border-bottom-width:1px;
					border-bottom-color:#FF0000;
					}

.menus_tdborders	{
					border-top-style:solid;
					border-top-width:1px;
					border-top-color:#FF0000;
					border-right-style:solid;
					border-right-width:1px;
					border-right-color:#FF0000;
					}

.redhead			{
					font-family:Arial, Helvetica, sans-serif;
					color:#E21E27;
					font-size:16px;
					font-weight:bold;
					}
