/* Skywalk Wireless Cascading Style Sheet */

body      	{ 	background-color: #FFFFFF; background-image:  
           	url('background-repeat%20no-repeat'); margin: 0px }
           	
SELECT 		{
				background-color: #C0C0C0;
				color: 000000;
				font-family: arial;
				font-size: 11pt; 
				font-weight: 500;
				border: inset 1px gray;
				padding: 1;
			}

a.				{ 	color: #000000; text-decoration: none }
a:hover			{ 	color: #FF0000; text-decoration: none }

.alignleft		{	text-align: left }
.alignright		{  	text-align: right }



/* Site and Menu Body CSS */

.pagetitle		{	font-family: sans-serif;
					font-size: 11pt;
					font-weight: bold;
					color: #000000 	}	
				
.bodytext		{ 	font-family: sans-serif;
					font-size: 11pt;
					color: #000000 	}
					
.smallgrtext	{ 	font-family: sans-serif;
					font-size: 11pt;
					color: #808080 	}
					
.boldbodytext	{ 	font-family: sans-serif;
					font-size: 11pt;
					font-weight: bold;
					color: #000000 	}
				
.redbodytext	{ 	font-family: sans-serif;
					font-size: 11pt;
					color: #FF0000 	}
					
.greybodytext	{ 	font-family: sans-serif;
					font-size: 11pt;
					color: #5E5E5E 	}
					
.menubacktext	{ 	font-family: sans-serif;
					font-size: 11pt;
					color: #A4A4A4 	}
					
.header			{ 	font-family: Times New Roman;
					font-size: 35px;
					font-weight: bold;
					color: #000000 	}
				
.smallheader	{	font-family: Times new Roman;
					font-size: 20px;
					font-weight: bold;
					color: #000000	}
					
.smallheader2	{	font-family: sans-serif;
					font-size: 20px;
					font-weight: bold;
					color: #000000	}
					


/* Site Footer CSS */

.whtfoottext	{ 	font-family: sans-serif;
					font-size: 10pt;
					color: #FFFFFF 	}
					
					
					
/* Site News Ticker CSS*/
					
.newsdate		{	font-family: sans-serif;
					font-size: 11pt;
					font-weight: bold;
					color: #000000	}
					
.newsubject		{	font-family: sans-serif;
					font-size: 11pt;
					font-weight: bold;
					color: #FF0000	}
					
.newsbody		{	font-family: sans-serif;
					font-size: 11pt;
					color: #404040	}