/* CSS Document */

body {
	margin-top: 5px;
	background-image: url(images/back.jpg);
	}

td {
	font:11px arial;
	color:#333333;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
a {
	color: #003300;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #006600;
	text-decoration:underline;
	}
		
.header_wireless {
	background-image: url(images/header.png);
	height: 68px;
}

.menu_wireless  {
	background-image: url(images/menu.gif);
	background-repeat: repeat-y;
}

.main_wireless  {
	background-image: url(images/sides.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footer_wireless  {
	background-image: url(images/footer2.gif);
	background-repeat: no-repeat;
}

.sidebar  {
	background-image: url(images/sidebar.gif);
	background-repeat: repeat-y;
}

#navigation a {
	font:11px arial;
	color: #000000;
	text-decoration:none;
	letter-spacing:0.1em;
	font-weight: bold;
	}
	
#navigation a:hover {
	color: #CCCCCC;
	text-decoration:underline;
	font-weight: bold;
	}

#navigation a:visited {
	color: #003300;
	font-weight: bold;	
	}
		
#padding {
	padding:20px 5px 20px 5px;
	}
	
.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}

.footerText  {
	font:10px arial;
	color: #333300;
	letter-spacing:0.1em;
	text-align: right;
	vertical-align: top;
	}
	
