/* CSS Document *//* * This stylesheet resets default browser styles and defines a * set of default styles consistent across browsers. */ html, body,td,th, * {	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 18px;	margin:0px;	padding:0px;}body {	margin-top: 20px;}:link img, :visited img, :hover img, :active img, img { border: none; } h1, h2, h3, h4, h5, h6 { font-weight: normal; }h1 { 	color: #0397D6;	font-size: 24px;	line-height:28px;	font-family: Arial, Helvetica, sans-serif;	margin-bottom:0.8em;}h2 { 	font-size:16px;	color:#0397D6;	line-height:20px;	font-family: Arial, Helvetica, sans-serif;	margin-bottom:0.8em;}h2 a { 	font-size:16px;	color:#0397D6;	line-height:20px;	font-family: Arial, Helvetica, sans-serif;	margin-bottom:0.8em;	font-weight: normal;}h2 a:hover { 	font-size:16px;	color:#0397D6;	font-weight: normal;	text-decoration:underline;}h2 a:visited { 	font-size:16px;	color:#0397D6;	font-weight: normal;	text-decoration:none;}h3 { 	font-size:14px;	color:#003D7D;	margin-bottom: 0.8em; }h4 {	font-size:12px;	line-height:18px;	color:#000;	font-weight:bold;}h5, h6, p, ul, ol, address, blockquote, dl, table {	font-size: 1em;	margin-bottom: 1em;}a {	font-size: inherit;	color: #0397D6;	font-weight:bold;}a:link {	text-decoration: none;}a:visited {	text-decoration: none;	color: #0397D6;	font-weight:bold;}a:hover {	text-decoration: underline;	color: #79BDE9;	font-weight:bold;}a:active {	text-decoration: none;	color: #0397D6;	font-weight:bold;}ul, li { list-style-type: disc; } ol, ol li { list-style-type: decimal; }em {  font-style: italic;font-size: inherit; }strong { font-weight: bold;font-size: inherit;}fieldset { border: none; }/* * Not really a default style, but this class is used in * every project. */ .clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }.clear { display: inline-table; }/* Hide from IE/Mac \*/ * html .clear { height: 1%; } .clear { display: block; } /* Hide from IE/Mac */ 