body {
	font-family: Verdana, Arial, Sans-serif;
	color: #010101; 
	font-size: 11px;
	margin: 5 0 0 0;
	background:url(img/bg.png) ;

}
a:link {color: #010101; text-decoration: none}
a:visited {color: #010101; text-decoration: none}
a:active {color: #8d0d07; text-decoration: underline}
a:hover {color: #8d0d07; text-decoration: underline}

img {
	border: 0px;
}

/* rounded table */
.roundedTable{
	position:relative; 
	width: 776px;
}
.left-corner{
	height: 14px; width: 14px;
	top:0px; 
	left:0px; 
	background:url(img/corner-white.png) top left no-repeat;
}
.right-corner{
	height: 14px; width: 14px;
	top:0px; 
	right:0px; 
	background:url(img/corner-white.png) top right no-repeat;
}
.left-corner-bottom{
	height: 14px; width: 14px;
	bottom:0px; 
	left:0px; 
	background:url(img/corner-white.png) bottom left no-repeat;

}
.right-corner-bottom{
	height: 14px; width: 14px;
	bottom:0px; 
	right:0px; 
	background:url(img/corner-white.png) bottom right no-repeat;
}

.top-line{
	background:url(img/top-white.png) repeat-x;
}
.bottom-line{
	background:url(img/bottom-white.png) repeat-x;
}

.left-line{
	background:url(img/left-white.png) repeat-y;
}
.right-line{
	background:url(img/right-white.png) right repeat-y;
}

/* table */
.Table{
	position:relative;		
}
.T-left-corner{
	height: 6px; width: 6px;
	top:0px; 
	left:0px; 
	background:url(img/corner.png) top left no-repeat;
}
.T-right-corner{
	height: 6px; width: 6px;
	top:0px; 
	right:0px; 
	background:url(img/corner.png) top right no-repeat;
}
.T-left-corner-bottom{
	height: 6px; width: 6px;
	bottom:0px; 
	left:0px; 
	background:url(img/corner.png) bottom left no-repeat;

}
.T-right-corner-bottom{
	height: 6px; width: 6px;
	bottom:0px; 
	right:0px; 
	background:url(img/corner.png) bottom right no-repeat;
}

.T-top-line{
	background:url(img/top.png) repeat-x;
}
.T-bottom-line{
	background:url(img/bottom.png) repeat-x;
}
.bottom-grey{
	height: 25px;
	background:url(img/bottom-grey.png) repeat-x;
}
.T-left-line{
	background:url(img/left.png) repeat-y;
}
.T-right-line{
	background:url(img/right.png) right repeat-y;
}
/* backgrounds */
.bg{
	background:url(img/bg2.jpg) repeat-x;
	background-color: #ffffff;
}
.bg-grey{
	background:url(img/bg_grey.png) bottom repeat-x;
	background-color: #ffffff;
}
.bg_main{
	background:url(img/bg_main.png) top repeat-x;
}
.bg_book{
	width: 770px;
	bottom:0px; 
	right:0px; 
	background:url(img/bg1.jpg) bottom right no-repeat;
	background-color: #ffffff;
	
}
.bg_book2{
	width: 770px;
	bottom:0px; 
	right:0px; 
	background:url(img/bg1-small.jpg) bottom right no-repeat;
	background-color: #ffffff;
	
}
.bg_tree{
	width: 277px; height: 360px;
	top:0px; 
	right:0px; 
	background:url(img/bg_tree.png) top right no-repeat;
}


table.Register{
	width: 99%;
	border-top: 2px solid #ffffff;
}
table.TopPlayer{
	margin: 20 0 0 0;
}
table.Player{
	margin: 0 0 20 0;
}
table.RegistrationForm{
	font-family: Verdana, Arial, Sans-serif;
	color: #010101; 
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	margin: 20 0 0 0;
}
table.Fundamentals{
	font-family: Verdana, Arial, Sans-serif;
	color: #010101; 
	font-size: 11px;
	line-height: 16px;
	margin: 25 30 0 30;
}
table.Fundamentals2{
	width: 715px;
	font-family: Verdana, Arial, Sans-serif;
	color: #010101; 
	font-size: 11px;
	line-height: 16px;
	margin: 10 20 10 20;
}
table.Tell-Friend{
	font-family: Verdana, Arial, Sans-serif;
	color: #010101; 
	font-size: 11px;
	font-weight: bold;
	margin: 20 0 0 30;
}
table.thank-you{
	font-family: Verdana, Arial, Sans-serif;
	color: #010101; 
	font-size: 11px;
	line-height: 20px;
	margin: 20px 0 0 30px;
}
table.TopicsCoverd{
	font-family: Verdana, Arial, Sans-serif;
	color: #010101; 
	font-size: 11px;
	line-height: 16px;
	margin: 15 20 20 20;
}
table.footer{
	font-family: Verdana, Arial, Sans-serif;
	color: #010101; 
	font-size: 11px;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:auto;
	margin-right:auto;
}

td.TopicsCoverd{
	padding: 0 10 0 10;
	vertical-align: top;
	border-right: 1px solid #e0dace;
}
td.TopicsCoverd2{
	padding: 0 10 0 10;
	vertical-align: top;
}
td.TopicsCoverdTitle{
	color: #8d0d07; 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 10px 15px 10px;
	vertical-align: top;
}
td.FundamentalsTitle{
	color: #8d0d07; 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	vertical-align: top;
	padding: 0 0 15px 0;
}
td.Table{
	background-color: #ffffff;
	vertical-align: top; 
	width: 99%;
}
td.bold{
	font-weight: bold;
}
td.label{
	font-size: 11px;
	font-weight: normal;
	height: 23px;
	vertical-align: middle;
}
td.privacy{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 22px;
}
td.thank-you{
	font-family: Verdana, Arial, Sans-serif;
	color: #010101; 
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}


ol.Fundamentals { 
	list-style-image: url(img/point.jpg);  
	list-style-position: outside;
	margin: 10 0 0 0;
	padding: 10 0 15 20;
	line-height: 16px;
}

div.TopPlayer{
	padding: 4 5 4 5;
}

input.regButton{
	border: 0px;
	background-color:#f7f5f2;
	background-image:url(img/register.png);
	display: table-cell;
	width: 155px; height: 43px;
	margin: 10 0 10 0;
}
	
img.title {
	margin: 10 0 5 0;
}
img.privacy {
	float: left;
	margin: 0 2 5 18;
	padding: 0 0 0 0;
}
div#menuSpace{
	padding:11px 0px 0px 0px;
}
#form {
	margin: 0px;
	float: left;
	font-weight: normal;

}
#form .input {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 165px;
	border: 1px solid #c5c5c5;
}
#form select {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 167px;
	border: 1px solid #c5c5c5;
	overflow: hidden;
}
#form a {
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#FundamentalsTitle{
	color: #8d0d07; 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	vertical-align: top;
	padding: 0 0 15 0;
}