﻿/* Global CSS layout */

* {
	margin-top: 3;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
html { 
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
.small_white_text { 
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	font-family:Verdana; 
	font-size:10pt; 
	color:#FFFFFF
}
.menu_black  { 
	font-family: Verdana; 
	font-size: x-small; 
	color: #000000; 
	font-variant: small-caps; 
	font-weight:bold;
	text-align: center;
}
.menu_grey   { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
}
.menu_greyleft   { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
	text-align: left; 
}
.menu_grey a:link  { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
	text-decoration:none;
}
.menu_grey a:visited  { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
	text-decoration:none;
}
.menu_grey a:hover  { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
	text-decoration:underline;
}
.menu_grey a:active  { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
	text-decoration:none; 
}
.menu_greyleft a:link  { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
	text-decoration:none;
}
.menu_greyleft a:visited  { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
	text-decoration:none;
}
.menu_greyleft a:hover  { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
	text-decoration:underline;
}
.menu_greyleft a:active  { 
	font-family: Verdana; 
	font-size: 10pt; 
	color: #808080;
	text-decoration:none; 
}
#tmg_logo {
	width: 272px; 
	height: 76px; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tmg_logo.png'); 
	background-repeat: no-repeat;
 	position: absolute; 
}
.small_white_text a:link { 
	color:#FFFFFF; 
	text-decoration: none
}
.small_white_text a:visited { 
	color:#FFFFFF; 
	text-decoration: none 
}
.small_white_text a:active { 
	color:#FFFFFF; 
	text-decoration: none 
}
.small_white_text a:hover { 
	color:#FFFFFF; 
	text-decoration: underline 
}
.menu_black a:link { 
	color: black; 
	text-decoration: none
}
.menu_black a:visited { 
	color: black; 
	text-decoration: none
}
.menu_black a:active { 
	color: black; 
	text-decoration: none
}
.menu_black a:hover { 
	color: #CB0505; 
	text-decoration: underline
}
.geoquote {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.bullet {
	font-family: Arial, Helvetica, sans-serif;
}
.pn2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
.mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-align: left;
}
.header_text_red{
	font-family: Verdana;
	font-weight: bold;
	font-size: 18pt;
	color: #CB0505;
}
.header_text_grey{
	font-family: Verdana;
	font-size: 15pt;
	color: #333333;
}
.error {
	font-family: ARial, Helvetica, sans-serif;
	color: #800000;
	font-size: medium;
	font-weight: bold;
}
