body 
{
	background-image:url(../images/bg.gif); 
	background-repeat: repeat-x; 
	margin-top:0px; 
	margin-left:0px; 
	margin-right:0px; 
}

.left
{ 
	background-image:url(../images/left_bg.gif); 
	background-repeat: repeat-y; 
}

.AdminPanels
{
	display:none;
}

.BodyButtons
{
	 background-color:#EEBF0A;
	 border:outset 1 black;
}
.Buttons
{
	background-color:#990000;
	color:#EEBF0A;
	font-family:SansSerif
	font-size:8px; 
	font-weight:bold;
	width:100;
}
.LoginButtons
{
	 background-color:#F8E395;
	 
}
.DataListHeader
{
	background-color:Green;
	font-weight:bold;
}
.TListItem
{
	background-color:#F8E395;
}
.TAlternateItem
{
	border:black 1px solid;
	background-color:#EEBF0A;
}

.right 
{ 
	background-image:url(../images/right_bg.gif); 
	background-repeat: repeat-y; 
}

.yellow 
{
	background-color:#EEBF0A; 
	font-family: arial; 
	font-size:11px; color:#000000; 
	line-height:16px; 
}

.loginControls
{
	width:150;
	font-family: arial; 
	font-size:12px; 
	color:#000000; 
}
	
.login 
{ 
	background-image:url(../images/login_bg.gif); 
	background-repeat: no-repeat; 
}

.MainPanel
{
	border-right:solid 3px #EEBF0A;
	border-left:solid 3px #EEBF0A;
	border-top:solid 3px #EEBF0A;
	border-bottom:solid 3px #EEBF0A;
	background-color:#F8E395;
	padding: 0px 5px 5px 5px;
	min-height:450;
}

.picture
{
 border:solid 3 #eebf0a;
}
	
.white 
{ 
	background-color:#ffffff; 
}

.ltyellow 
{ 
	background-color:#F8E395; 
}

.content 
{ 
	font-family: arial; 
	font-size:11px; 
	color:#000000; 
}

a 
{ 
	font-family: arial; 
	font-size:11px; 
	color:#000000; 
	text-decoration:none; 
}

a:hover 
{ 
	font-family: arial; 
	font-size:11px; 
	color:#A70C0C;
	text-decoration:none; 
}