/* Layout for pages with no header. */

body{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #660000;
}

/* Scrollbar for pages with no header. */

BODY{
	SCROLLBAR-FACE-COLOR: #0000FF;
	SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #FF0000;
	SCROLLBAR-TRACK-COLOR: #111111;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

/* Images for pages with no header. */

img.size{
	width: 15;
	height: 15;
}

img.size2{
	width: 100%;
	height: 15;
}

/* Links for pages with no header. */

a:visited{
	color: #CC0000;
}

a:hover {
	text-decoration: underline;
}

a:link {
	text-decoration: none;
	color: #CC0000;
}

a:active {
	text-decoration: none;
	color: #CC0000;
}

/* Table color for pages with no header. */

table.main{
	background-color: #222222;
	width: 983;
}

table.video{
	background-color: #222222;
	width: 100;
}

table.width{
	width: 100%;
}

table.color{
	background-color: #EFEFEF;
}

table.color2{
	background-color: #333333;
}

form{
	margin:0px;
	padding:0px;
	display:inline;
}