/* BASICs */

html {
	margin				: 0px;
	padding				: 0px;
}

body {
	font				: 10px Geneva,Verdana,Arial,Helvetica,sans-serif;
	color				: #d1bbac;
	color				: #000000;
	background			: url(http://wbl6y2s4.us.nortel.com/cheetahs/img/back3.jpg) ;
	margin				: 2px; 
	padding				: 0px;
}

table.main {
	align				: center;
	background-color	: #ffffff;
	border-color		: #000000;
    border-width		: 0 0 1px 1px;
    border-style		: solid;
}

p,td { 
	font				: 11px Geneva,Verdana,Arial,Helvetica,sans-serif;
	margin-top			: 0px; 
	margin-right		: 5px;
	text-align			: justify;
}

.maincontent {
	padding				: 10px;
	border-color		: #cccccc;
    border-width		: 1px 1px 0 1px;
    border-style		: solid;
}

.rostertable {
	border-color		: #000000;
	border-width		: 1px;
	border-style		: solid;
}
.rowbottomsolid {
	border-bottom		: 1px #000000 solid;
}
.rowbottomsolidcenter {
	text-align			: center;
	border-bottom		: 1px #000000 solid;
}
.rowbottomdotted {
	border-bottom		: 1px #000000 dotted;
}
.rowbottomdottedcenter {
	text-align			: center;
	border-bottom		: 1px #000000 dotted;
}
/* LINKS */
a:link {
	text-decoration			: none; 
	color				: #800000;
}
a:visited { 
	text-decoration			: none; 
	color				: #800000;
}

a:hover, a:active { 
	text-decoration			: underline; 
	color				: #9f2400;
	color				:#999999;
}
#scroll {
	position			: absolute;
	top					: 0;
	bottom				: -0.1px;
	width				: 1em;
	z-index				: -1;
}

