body
	{
		background: #DAE2E3;
		margin: 0px;
		padding: 0px;
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #628296;
	}

.main_table_bg
	{
		background: url(../images/bg.gif);
		background-repeat: repeat-y;
		width: 800px;
	}

.top_line
	{
		background: url(../images/top_line.gif);
		background-repeat: repeat-x;
		height: 9px;
	}

.body_divider
	{
		background: url(../images/body_divider.gif);
		background-repeat: repeat-y;
		width: 8px;
	}

.flash_top_line
	{
		background: url(../images/flash_top_line.gif);
		background-repeat: repeat-x;
		height: 8px;
	}

.flash_bottom_line
	{
		background: url(../images/flash_bottom_line.gif);
		background-repeat: repeat-x;
		height: 6px;
	}

.bottom_line
	{
		background: url(../images/bottom_line.gif);
		background-repeat: repeat-x;
		height: 7px;
	}

a.body_link_text:link, a.body_link_text:visited
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #4396BC;
		text-decoration: none;
	}

a.body_link_text:hover
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #5ABA56;
		text-decoration: none;
	}

.footer_text
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #0171A4;
		text-decoration: none;
	}

a.footer_link_text:link, a.footer_link_text:visited
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #0171A4;
		text-decoration: none;
		padding: 0px 12px 0px 12px;
	}

a.footer_link_text:hover
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		font-weight: bold;
		color: #43B03B;
		text-decoration: none;
	}

.copyright_text
	{
		font-family: Tahoma, Verdana;
		font-size: 11px;
		color: #79B4CF;
		text-decoration: none;
		padding: 5px;
	}
