html
{
	/* to prevent from flickering backgournd image on IE6 */
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body
{
	background-color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

td
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}


.large_field_input
{
	width: 180px;
	background-color:#F4DAC9;
	border-width:0px;
	border-color:#ffffff;
	border-style:solid;
	font-size: 18px;
	height:27px;
}

.white_fg {
	color: #ffffff;
}
.orange_fg {
	color:#ea6309;
}
.green_fg {
	color:#00ff00;
}
.red_fg {
	color:#ff0000;
}
.gray_fg {
	color:#666666;
}
.brown_fg {
	color: #371C07;
}
.pink_fg {
	color: #F4DAC9;
}
.black_fg {
	color: #000000;
}
.bold {
	font-weight:bold;
}
.brown_bg {
	background-color: #371C07;*/
}
.orange_fg {
	color: #e6640e;
}

.white_bg {
	background-color: #ffffff;
}
.medium{
	font-size: 10px;
	letter-spacing:0px;
}
.large_normal{
	font-size:11px;
	letter-spacing:0px;
}

.large_normal2{
	font-size:12px;
	letter-spacing:0px;
}

.large{
	font-size:12px;
	letter-spacing:0px;
}
.x_large{
	font-size:20px;
	letter-spacing:-1px;
}
.x2_large{
	font-size:26px;
	letter-spacing:-1px;
}
.xx_large{
	font-size:38px;
	line-height: 42px;
	letter-spacing:-1px;
	margin: 5px 0px 5px 0px;
	white-space: pre;
}
.italic{
	font-style:italic;
}
.fullwidth{
	float: left;
	display: inline;
	width: 100%;
}
.center{
	text-align: center;
}

#nice_footer
{
	float: left;
	width: 100%;

	height: 20px;
	background: #fff url(../images/newsitetest/bg_footer.png) repeat-x;

	clear: both;
}

#nice_footer_inner
{
	float: left;
	width: 100%;
	height: 144px;
	background-color: #edebe9;
}

#nice_footer_inner p,
#nice_footer_inner h2
{
	margin-top: 2px;
}

.tright
{
	text-align: right;
}

.total
{
	border-top: 1px solid #000;
}
