<!--
// The Body Tags \\
Body							{
							background-color: #000000;
							color: #EE6622;
							font-family: VERDANA, ARIAL, HELVETICA, sans-serif;
							font-weight: bold;
							font-size: 10pt;
							}

Body.GenMenu					{
							background-color: #440077;
							color: #EE6622;
							font-family: GILL SANS MT, CALISTO MT, COMIC SANS MS, VERDANA, ARIAL, HELVETICA, sans-serif;
							font-weight: bold;
							font-size: 9pt;	
							}

Body.MainBody					{
							background-color: #222222;
							color: #EEEEEE;
							font-family: VERDANA, ARIAL, HELVETICA, sans-serif;
							font-weight: normal;
							font-size: 10pt;
							}

Body.NonMsie					{
							background-color: #222222;
							color: #EE6622;
							font-family: VERDANA, ARIAL, HELVETICA, sans-serif;
							font-weight: bold;
							font-size: 10pt;
							}

Body.Status						{
							background-color: #440077;
							color: #EE6622;
							font-family: VERDANA, ARIAL, HELVETICA, sans-serif;
							font-weight: normal;
							font-size: 10pt;
							}

// The GenMenu Tags \\
.GenMenu Input.UserFields			{
							background-color: transparent;
							border-color: #AA22FF;
							border-style: solid;
							border-width: 1px;
							margin-height: 0px;
							color: #EEEEEE;
							font-size: 8pt;
							}

.GenMenu Div.LogIn				{
							background-color: transparent;
							position: absolute;
							top: 1px;
							left: 5px;
							width: 70px;
							height: 40px;
							}

.GenMenu Div.UserManagement			{
							background-color: transparent;
							position: absolute;
							top: 1px;
							left: 75px;
							width: 100px;
							height: 45px;
							}

.GenMenu Div.Contact				{
							background-color: transparent;
							position: absolute;
							top: 1px;
							left: 195px;
							width: 60px;
							height: 45px;
							}

.GenMenu Div.Links				{
							background-color: transparent;
							position: absolute;
							top: 1px;
							left: 265px;
							width: auto;
							height: 45px;
							}

.GenMenu A:link					{
							text-decoration: none;
							color: #EE6622;
							}

.GenMenu A:active					{
							text-decoration: underline;
							color: #FF8844;
							}

.GenMenu A:hover					{
							text-decoration: underline;
							color: #FF6600;
							}

.GenMenu A:visited				{
							text-decoration: none;
							color: #FF8844;
							}

// The Status Tags \\
.Status #StatusBar				{
							background-color: transparent;
							border-color: #AA22FF;
							border-style: solid;
							border-width: 1px;
							margin-height: 0px;
							width: 450px;
							color: #EEEEEE;
							font-size: 10pt;
							font-family: Courier New, Courier, mono;
							}

.Status #DateBar					{
							background-color: transparent;
							border-color: #AA22FF;
							border-style: solid;
							border-width: 1px;
							margin-height: 0px;
							width: 110px;
							color: #EEEEEE;
							font-size: 10pt;
							}


.Status #ClockBar					{
							background-color: transparent;
							border-color: #AA22FF;
							border-style: solid;
							border-width: 1px;
							margin-height: 0px;
							width: 60px;
							color: #EEEEEE;
							font-size: 10pt;
							}

.Status #ICQStatus				{
							border: none;
							}

.Status A:hover					{
							text-decoration: underline;
							color: #AAAAAA;
							}

.Status A:visited					{
							text-decoration: none;
							color: #AAAAAA;
							}

// The MainBody Tags \\
.MainBody Div.SiteMenu				{
							background-color: #006666;
							border-width: 0px, 1px, 0px, 0px;
							border-color: #00AAAA;
							border-style: solid;
							color: #EEEEEE;
							font-family: VERDANA, ARIAL, HELVETICA, sans-serif;
							font-weight: bold;
							font-size: 10pt;
							width: 200;
							height: 100%;
							float: left;
							padding-top: 10px;
							padding-left: 5px;
							padding-right: 20px;
							}

.MainBody Div.MainArea				{
							color: #EEEEEE;
							font-family: VERDANA, ARIAL, HELVETICA, sans-serif;
							font-weight: normal;
							font-size: 10pt;
							margin: 10px;
							}

.MainBody .MainArea .Header			{
							text-align: center;
							text-decoration: none;
							font-size: 14pt;
							color: #EE6622;
							}

.MainBody .MainArea A:link			{
							text-decoration: none;
							color: #EE6622;
							}

.MainBody .MainArea A:active			{
							text-decoration: underline;
							color: #FF8844;
							}

.MainBody .MainArea A:hover			{
							text-decoration: underline;
							color: #FF6600;
							}

.MainBody .MainArea A:visited			{
							text-decoration: none;
							color: #FF8844;
							}


.MainBody .SiteMenu .MenuHR			{
							width: 150px;
							color: #557777;
							text-align: left;
							}

.MainBody .SiteMenu #Heading			{
							font-size: 12pt;
							}

.MainBody .SiteMenu A:link			{
							text-decoration: none;
							color: #EEEEEE;
							}

.MainBody .SiteMenu A:active			{
							text-decoration: underline;
							color: #EEDDFF;
							}

.MainBody .SiteMenu A:hover			{
							text-decoration: underline;
							color: #AAAAAA;
							}

.MainBody .SiteMenu A:visited			{
							text-decoration: none;
							color: #AAAAAA;
							}


// -->