/* S&G CSS Document */

<!--
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #3e0202;
}

A:link {color: #535050; TEXT-DECORATION: none}
A:visited {color: #535050; TEXT-DECORATION: none}
A:active {color: #535050; TEXT-DECORATION: none}
A:hover {color: #535050; TEXT-DECORATION: underline}

A.footer:link {color: white; TEXT-DECORATION: none}
A.footer:visited {color: white; TEXT-DECORATION: none}
A.footer:active {color: white; TEXT-DECORATION: none}
A.footer:hover {color: white; TEXT-DECORATION: underline}
img
{
 border-color: black;
}
.menu_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535050;
	font-weight: bold;
	padding: 0px 10px 0px 0px; /* Clockwise: top - right - bottom - left */
}
.menu_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ea3d37;
	font-weight: bold;
	padding: 0px 10px 0px 0px; /* Clockwise: top - right - bottom - left */
}
.white_footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 8px;
	font-weight: bold;
	padding: 0px 15px 0px 15px; /* Clockwise: top - right - bottom - left */
}
.main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3a3838;
}
.red_main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ea3d37;
	text-transform: uppercase;
}
.header_grey {font-size: 10pt; color: #494747; font-family: Arial, Helvetica, sans-serif; }
.header_motto {font-size: 6pt; color: #494747; font-family: Arial, Helvetica, sans-serif; text-transform: uppercase; font-weight: bold; }
.header_red {
	color: #ea3d37;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
}
.top_border_dot{
	border-top:1px dotted gray;
	padding: 8px 5px 0px 0px; /* Clockwise: top - right - bottom - left */
}

.bottom_pad{
	padding: 0px 0px 8px 0px; /* Clockwise: top - right - bottom - left */
}
.sub_page_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #3a3838;
	margin-left: 0px; 
	margin-right: auto;
	padding: 15px 35px 20px 35px; /* Clockwise: top - right - bottom - left */
}
-->
