html {height:100%;} 

body {
	background-color: #F0F2F1;
	background-image: url(images/layout/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:100%; 
}
.table_cell_menu {
	background-image: url(images/layout/cell_bg.jpg);
	height: 27px;
}
.tabletop {
	background-image: url(images/layout/table_cell_top.jpg);
	height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


.tabletopnormal {
	background-image: url(images/layout/table_cell_top.jpg);
	height: 30px;
	font-weight: bold;
	color: #EB2929;
	text-decoration: underline;
}

a:link {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}

a:visited {
	color: #000000;
	text-decoration: none;
		cursor: hand;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	cursor: hand;
		
}

a:active {
	color: #000000;
	text-decoration: none;
		cursor: hand;
}


a.crimson:link {
	color: #FF0000;
	text-decoration: underline;
	cursor: hand;
}
a.crimson:visited {
	color: #FF0000;
	text-decoration: underline;
		cursor: hand;
}
a.crimson:hover {
	color: #FF0000;
	text-decoration: underline;
	cursor: hand;
}
a.crimson:active {
	color: #FF0000;
	text-decoration: underline;
		cursor: hand;
}
.tablemid {

	background-image: url(images/layout/table_mid.jpg);
	height: 32px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.tabletopright {

	background-image: url(images/layout/table_cell_top_right.jpg);
	height: 30px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.tablesection {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10px;
}
.copyright {
	font-size: 11px;
}
.tabletopnormal {

	background-image: url(images/layout/table_cell_top.jpg);
	height: 30px;
	font-weight: bold;
	color: #EB2929;
	text-decoration: underline;
}
.redtext {
	color: #FF0000;
}
.copyright {
	color: #666666;
	font-size: 10px;
}
.redunderline {
	color: #FF0000;
	text-decoration: underline;
}
.filerow1 {
	border: 1px solid #999999;
	background-color: #E1E1E1;
}
.filerow2 {

	border: 1px solid #999999;
	background-color: #F0F0F0;
}
