/*	Stylesheet for Metropole.org Author: Ari Rizos www.webology.net.au */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color:#07565A;
	margin-bottom: 0px;
}

#repeatingbgleft {
	background-image:url(../images/bgrepeat_left.gif);
	background-repeat:repeat-y;
}

#bgsidebar {
	background-image:url(../images/bg_sidebar.gif);
	background-repeat:repeat-x;
	
}
#bgsidebarbottom {
	background-image:url(../images/bg_repeatsidebarbottom.gif);
	background-repeat:repeat-y;
}
#bgsidebarright {
	background-image:url(../images/bgrepeat_right.gif);
	background-repeat:repeat-y;
}

#bgrepeatright {
	background-image:url(../images/bgrepeat_right.gif) );
	background-repeat:repeat-y;
}
.nbtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.bottomlinks a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size:10px;
}
.bottomlinks a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-size:10px;
}
.bottomlinks a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size:10px;
}
.bottomlinks a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-size:10px;
}
.whitetext {
	font-size:10px;
	color: #FFFFFF;
}
.redsmall {
	font-size:12px;
	color:#990000;
	font-weight:bold;
}