
/******* hyperlink and anchor tag styles *******/

a:link
{
	text-decoration: underline;
	/* [disabled]color: #BA454E;
*/
}

a:hover
{
	color: #FFF;
	text-decoration: none;
	background-color: #A35831;
}

a:visited
{
	color: #333333;
	text-decoration: none;
}

body
{
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	/* [disabled]color: #BA454E;
*/
}

table
{
	background-color: #E6BAA1;
}

p
{
	text-indent: 20px;
}

.highlite
{
	background-color: #FF0;
}

table
{
	/* [disabled]color: #BA454E;
*/
}

#tableDiv
{
	padding-left: 10px;
	padding-right: 10px;
}

#headerDiv
{
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
}

.closeMargin
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.floatLeft
{
	float: left;
	padding-right: 10px;
}

.floatRight
{
	float: right;
	padding-left: 10px;
}

