/* interz0ne styles.css */

body.intro {
	background-color:#333333;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}

body {
	background-image:url(../images/main_bg.gif);
	color:#FFFFFF;
	font-size:10pt;
	font-family:Courier New, Courier, mono;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;	
}

a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.nav {
	font-family:Courier New, Courier, mono;
	font-size:8pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.main {
	font-family:Courier New, Courier, mono;
	font-size:12pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
a.news {
	text-decoration: underline;
}
a.friends {
	font-family:Courier New, Courier, mono;
	font-size:12pt;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}

a.notFriends {
	font-family:Courier New, Courier, mono;
	font-size:10pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.navLarge {
	font-family:Courier New, Courier, mono;
	font-size:14pt;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#notFriends {
	font-size:10pt;
}

table.mainHeader {
	margin-top:25px;
	width:100%;
	height:130px;
	background-image:url(../images/header.jpg);
	/*
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#FFFFFF;	
	*/	
}

table.splash {
	margin-top:100px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:279px;
	vertical-align:middle;
	/*
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#FFFFFF;
	border-top-style:dashed;
	border-top-width:1px;
	border-top-color:#FFFFFF;
	*/		
}

table.nav {
	margin-top:50px;
	margin-left:50px;
	width:150px;
	height:350px;
	border-style:dashed;
	border-width:1px;
}

td.nav {
	vertical-align:top;
	font-weight:bold;
	font-size:14pt;
	background-image:url(../images/table_bg.jpg);	
}

table.main {
	margin-top:50px;
	margin-left:20px;
	margin-right:20px;
	width:500px;
	height:400px;
	border-style:dashed;
	border-width:1px;	
}

td.main {
	vertical-align:top;
	font-size:12pt;
	padding-left:20px;
}

table.links {
	margin-top:50px;
	/*margin-left:20px;*/
	margin-right:25px;
	width:150px;
	height:350px;
	border-style:dashed;
	border-width:1px;
}

td.news {
	vertical-align:top;
	font-weight:bold;
	font-size:12pt;
	background-image:url(../images/table_bg_reverse.jpg);	
}

.button {
  font-family:Courier New, Courier, mono; 
  background:#889D8A;
  color: #ffffff;
  height: 21px;
  font-size: 12px;
  font-weight: bold;
  cursor: hand;	
}

td  {
	vertical-align: top;
}

tr {
	vertical-align: top;
}





