﻿body {
	background-color:#000000;
    margin:0px;
}

p {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	line-height: 120%
}

td{
	font-family: sans-serif, Arial, Helvetica;
	font-size:11px;
	color:#4e4e4e;
}

.bg {
	background-image:url('images/bg.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	text-align:center;
}

.textcenter {
	text-align:center;
}

.textleft {
	text-align:left;
}

.textright {
	text-align:right;
}

.textjustify {
	text-align:justify;
}

.noborder {
	border-width: 0px;
}

a { text-decoration:none; color:#962b2a; }
a:hover { text-decoration:underline; color:#962b2a;  }
a:visited { color:#962b2a;  }
a:active { color:#962b2a;  }

a.flash { text-decoration:none; color:#962b2a; }
a.flash:hover { text-decoration:underline; color:#962b2a;  }
a.flash:visited { color:#962b2a;  }
a.flash:active { color:#962b2a;  }

#hiddendiv {
	text-align:center;
	margin:0 auto;
	width:100%;
	height:1px;
	overflow:hidden;	
}

