@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/back_top.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-color: #CCCCCC;
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

body a:link {
	color: #4F1313;
	text-decoration: underline;
}

body a:hover {
	color: #333333;
	text-decoration: none;
}

body a:active {
	color: #4F1313;
	text-decoration: underline;
}

body a:visited {
	color: #333333;
	text-decoration: underline;
}

.footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

#testdiv
{
	width:200px;
	height:200px;
	background-color:Yellow;
}
#td1
{
	background-image: url(../images/back_sidebar_tile.gif); 
}
#td2
{
	background-image: url(../images/back_main_tile.jpg); 
}
#td3
{
	background-image: url(../images/back_sidebar_tile.gif); 
}
#td4
{
	background-image: url(../images/back_main_tile.jpg); 
}
#tdfooter
{
	background-image: url(../images/back_footerbar.jpg); 
}

.Space10Px
{
	height:10px;
}

.DivLoggedInLoggedOut
{
	background-color:White;
	 width:270px;
	 padding:10px;
}
#tblRegistration td
{
	text-align:left;
	vertical-align:top;
}

