﻿body	{
		background-color:#000040; 
		color:#000080; 

		font-family: Verdana,Arial,Helvetica; 
		
		margin: 0px;
		padding: 0px;
		
		}

*		{ font-size : 12px; }

h1		{ font-size : 18px; }
h2		{ font-size : 16px; }
h3		{ font-size : 14px; }
h4		{ font-size : 12px; }

a:link    { color:#000080; text-decoration: underline; }
a:visited { color:#000080; text-decoration: underline; }
a:active  { color:#ff0000; text-decoration: none; }
a:hover   { color:#ff0000; text-decoration: none; }

button	{
		font-family : Verdana,Arial,Helvetica;
		width : auto; 
		height : auto; 
		font-size : 10px; 
		font-weight : bold; 
		background-color: #ff0000;
		color: #ffffff;
		text-align : center; 
		border-width: 0;
		padding : 0px; 
		} 

.prompt	{
		font-weight: bold;
		text-align: right;
		}

.Site {
		position: absolut;
		width:728px;
		background-color:#ffffff;
		color:#000000;				
}

.Skyscraper	{
					position: fixed;
					top:0px;
					left:890px; 
					width:160px; 
					height: 600px; 
/*					overflow:auto; */
					overflow:visible;
/*					height: 300%; */
/*					bottom: 0; */
/*					background-color:#6060a0; */
					background-color: transparent; 
					z-index: 90;
					}


.Header 	{ 
					z-index:9;
					position: fixed;
					left:0;
					top:0;
					width:100%;
					height:60px;
					background-color: #ff0000; 
					}

.Navig 	{ 
					z-index:10;
					position: fixed;
					left:728px;
					top:0px;
					width: 150px;
					min-height:100%;
					background-image:url('/images/iradio_bg.gif');
					}

.Navig table *	{ color: #ffffff; }
.Navig *	{ color: #ffffff; font-size: 95%; }
.Navig th	{ color: #ffffff; font-size: 120%; text-align: left; background-color: #000080; }
.Navig td	{ color: #ffffff; font-size: 90%; }
.Navig	a:link		{ font-weight:bold; color:#ffffff; text-decoration: none; }
.Navig	a:visited	{ font-weight:bold; color:#ffffff; text-decoration: none; }
.Navig	a:active	{ font-weight:bold; color:#ffffff; text-decoration: underline; }
.Navig	a:hover		{ font-weight:bold; color:#ffffff; text-decoration: underline; }
					
.Content	{
				position: relative;
				left:0px;
				top:93px;
				background-color:white;
				color:black;
}					

.Minipage
	{
	background-color: #ffffff;
	color:#000000;
	font-size : 12px; 
	margin-bottom:12px;
}
.Minipage table {
				border: 0;
				padding:0;
				margin:0;
				width:100%;
}
.Minipage th	{ font-weight: bold; background-color: #ff0000; color: #ffffff; text-align: left; margin-top: 0; margin-bottom: 0; }
.Minipage td	{
}
.Minipage h3	{
				padding:0;
				margin:0;
}
.Minipage *	{ color: #000000; }
.Minipage a	{ font-weight:bold; color: #000000; }
		
.Footer		{ 
			position: relative;
			left:0px;
			top:93px;
			background-color:#ff0000;
			color: #ffffff; 
			font-size: 95%;
			}
			
.Footer	*	{ 
			color: #ffffff; 
			font-size: 95%;
			}
			
.Footer	a		{
				color: #ffffff;
				}					}
.Footer	a:link		{
					text-decoration: none; 
					}
					
.Footer	a:visited	{
					text-decoration: none; 
					}
					
.Footer	a:active	{
					text-decoration: underline; 
					}
					
.Footer	a:hover		{
					text-decoration: underline; 
					}



.CMS_Form th	{
				background-color: #ff0000;
				color: #ffffff;
				text-align: left;
				}


.CMS_List th	{
				background-color: #ff0000;
				color: #ffffff;
				text-align: left;
				}
.CMS_List th a	{
				color:#ffffff;
				}
				
.CMS_List th a:link		{
					font-weight:bold; 		
					color:#ffffff; 
					text-decoration: none; 
					}
					
.CMS_List th a:visited	{
					font-weight:bold; 		
					color:#ffffff; 
					text-decoration: none; 
					}
					
.CMS_List th a:active	{
					font-weight:bold; 		
					color:#ffffff; 
					text-decoration: underline; 
					}
					
.CMS_List th a:hover		{
					font-weight:bold; 		
					color:#ffffff; 
					text-decoration: underline; 
					}				
				
.CMS_List h1	{
				font-size: 16px;
				}

.CMS_List a	{
			font-weight: bold;
			}
			
.LineHigh	{
			background-color: #eeeeff;
			color: #000000;
			}

.LineLow	{
			background-color: #ddddff;
			color: #000000;
			}

.LineDelete	{
			background-color: #ffcccc;
			color: #000000;
			}
