﻿body 
{
	background-color:Black;
	background-attachment:scroll;
	background-image:url(../images/main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0px;
	font-family: Tahoma;
	orphans: 2;
	font-size: 12px;
	line-height: 150%;
}

img, a
{
	border-width: 0px;
	color:White;
	text-decoration:none;
	
}

table
{
	border-collapse: collapse;
}

table td
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.title
{
	font-weight: bold;
	font-size: 200%;

}

.contentTable
{
	width: 705px;
	color: White;
}
.content
{
	
	background-image:url(../images/content_back.png);
	background-repeat:repeat;
	
}
.contentNW
{
	background-image:url(../images/contentNW.png);
	background-position:center center;
	background-repeat:no-repeat;
	width: 23px;
	height: 21px;
}
.contentN
{
	background-image:url(../images/contentN.png);
	background-position:center center;
	background-repeat:repeat-x;
	height: 21px;
}
.contentNE
{
	background-image:url(../images/contentNE.png);
	background-position:center center;
	background-repeat:no-repeat;
	width: 23px;
	height: 21px;
}
.contentE
{
	background-image:url(../images/contentE.png);
	background-position:center center;
	background-repeat:repeat-y;
	width:23px;
}
.contentSE
{
	background-image:url(../images/contentSE.png);
	background-position:center center;
	background-repeat:no-repeat;
	width: 23px;
	height: 22px;
}	
.contentS
{
	background-image:url(../images/contentS.png);
	background-position:center center;
	background-repeat:repeat-x;
	height: 22px;
}
.contentSW
{
	background-image:url(../images/contentSW.png);
	background-position:center center;
	background-repeat:no-repeat;
	width: 23px;
	height: 22px;	
}
.contentW
{
	background-image:url(../images/contentW.png);
	background-position:center center;
	background-repeat:repeat-y;
	width:23px;
}


