body         { margin-left: 0; margin-top: 0; background-image: url('images/bg.jpg'); background-repeat: repeat-x; 
			   background-position-y: top; background-color:#93482C }
.tblBG       { background-color: #6a3827; background-image: url('images/tableBG.jpg'); 
               background-repeat: repeat-x; background-position-y: top }
table        {
	font-family: Verdana;
	font-size: 10px;
	color:#6E6449
}

a:visited    { color: #FDECB5; text-decoration: none }
a:hover      { color: #F9C81E; text-decoration: underline }

.recordLink
	{
	text-decoration:none;
	font-family:tahoma;
	color: #000000;
	}
.helpReturnLink
	{
	text-decoration:none;
	font-family:tahoma;
                font-size: 80%;
	color: #0000FF;
	}
.helpLink
	{
	text-decoration:none;
	font-family:tahoma;
	color: #FF6600;
	}
.backLink
	{
	text-decoration:none;
	font-family:tahoma;
	color: #0000AA;
	}
.adminMenuItem
	{
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
	color: #000000;
	}
.compileLink
	{
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
                font-size: 110%;
	color: #000080;
                background: #FFFFFF;
                border-width:1px;
                border-color:#000000;
                padding:5px;
	}
.manageLink
	{
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
                font-size: 100%;
	color: #FFFFFF;
                background: #008000;
                padding-left:10px;
                padding-right:10px;
	}
.emptyLink
	{
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
                font-size: 100%;
	color: #FFFFFF;
                background: #000080;
                padding-left:10px;
                padding-right:10px;
	}
.deleteLink
	{
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
                font-size: 100%;
	color: #FFFFFF;
                background: #FF0000;
                padding-left:10px;
                padding-right:10px;
	}
.confirmBox
	{
                width:400px;
                align:center;
                border-width:1px;
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
                font-size: 110%;
	color: #000000;
                background: #FFFFFF;
                padding:10px;
	}
.errorBox
	{
                width:400px;
                align:center;
                border-width:1px;
	text-decoration:none;
	font-family:tahoma;
	font-weight:bold;
                font-size: 110%;
	color: #FF0000;
                background: #FFFFFF;
                padding:10px;
	}
.galleryButton 
	{
                border-width:1px;
	font-family:tahoma;
                font-size: 85%;
                font-weight:bold;
	color: #000000;
                background: #c0c0c0;
                padding:2px;
                height:18px;
	}
.helpContent
	{
	font-family:tahoma;
                font-size: 100%;
	color: #FFAA55;
	}


a:link       { color: #FDECB5; text-decoration: none }
