@import url("std_settings.css");
@import url("nav_menu.css");

.main_table
{
	width			: 100%;
	height			: 700px;

	padding			: 0;
	cell-spacing	: 0;
	cell-padding	: 0;

	border-style 	: solid;
	border-width	: 1px;
	border-color	: white;

	background		: url("../../backgrounds/lines_blue_white.jpg");
}

.main_col
{
	text-align		: center;
	vertical-align	: top;
	
}

.main_banner
{
	margin-top		: 10px;

	margin-left		: auto;
	margin-right	: auto;
}

.email_text
{
    color			: black;
    font-size		: 18px;
	line-height 	: 20px;
    font-weight		: bold; 
    font-family		: serif, Verdana, Arial; 
}
