* { margin: 0; 
padding: 0; } 


table#mainTable
{
	padding: 5px;
	width: 780px;
}

table#footer
{
	text-align: center;
	width: 780px;
	font-family: Verdana;
	font-size: 7pt;
	color: #555555;
}

td#footer
{
	padding-top: 30px;
	font-family: Verdana;
	font-size: 7pt;
	color: #555555;
}

table#site
{
	text-align: center;
	border-left: groove 2px #E80202;
	border-right: ridge 2px #E80202;
	height: 100%;
}
table#site td
{
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
}



html {
	min-height: 100%;
	margin-bottom: 1px; 
}
body
{
	margin:0px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
}
img
{
 	border-width: 0px;
	border-style: none;
	margin: 0 0 0 0; 
}

img.bordered
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

table#menu { width: 150px; }
table#content { width: 630px; }
table { font-size: 10pt; }

input {
	border: 1px solid #5a5a5a;
	background-color: #fff;
	font-size: 13px;
}

a:visited,a:link,a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #E80202;
	text-decoration: underline;
	font-weight: bold;
}

.bg_white { background-color: #FFFFFF; color: #000000; }
.bg_red { background-color: #E80202; color: #FFFFFF; }
.bg_black { background-color: #000000; color: #FFFFFF; }
.bg_darkgray { background-color: #999999; color: #000000; }
.bg_gray { background-color: #E5E5E5; color: #000000; }

.bdr_black { border-color: #000000; }
.bdr_darkestgray { border-color: #555555; }

table.cols_centered td
{
	text-align: center;
}

tables.cols_evenwidth td
{
	width: 100%;
}

div.offertitle
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 11pt;
	font-weight: 900;
	color: #E80202;
}

div.bigtitle
{
	text-align: center;
	text-decoration: none;
	font-family: Trebuchet MS, Trebuchet, Verdana;
	font-size: 36pt;
	color: #E80202;
}

div.menutitle
{
	text-align: center;
	text-decoration: none;
	font-family: Trebuchet MS;
	font-weight: 600;
	font-size: 12pt;
	color: #E80202;
}

div.fineprint
{
	font-family: Verdana;
	font-size: 7pt;
}

/* MAIN TABLE / LAYOUT SETTINGS */
table#mainTable td
{
	padding: 10px;
	vertical-align: top;
}

/* CONTENT SETTINGS */
table#content td
{
	padding-left: 30px; padding-right: 30px;
}

/* INNER CONTENT SETTINGS */
table#innercontent
{
	border-width: 1px;
	border-style: ridge;

	width: 100%;
	margin-bottom: 20px;
}
table#innercontent td
{
	padding: 5px;
	width: 1%;
}

/* BORDERED TABLE */
table.bordered
{
	border-style: solid;
	border-width: 2px;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

table.bdr_red
{
	border-color: #E80202;
}

/* BORDERED CELLS */
table.borderedcells
{
	border-style: none;
}
table.borderedcells td
{
	border-style: solid;
	border-width: 2px;
	border-color: #FFFFFF;
}
