	/*
  Global styles
*/

/* Change color/background image as needed */
html, body { margin: 0; padding: 0; background: #d1d4dc; text-align: left; height:100%;}

/* Change color as needed */
a { color: #3769be;  cursor: pointer; }
a:hover { background: #e5da83; color: #3769be;}

img { margin: 0; border: none; }

body, div, td, th, h2, h3, h4, textarea {
  font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #00257f;
}

.error {color:red;}


h2 a { text-decoration: none; border: none; }
h2, h2 a {font-size: 13pt;  color: #2b3183; }

h1 a { text-decoration: none; border: none; }
h1, h1 a {font-size: 13pt;  color: #2b3183; }

div.clear { clear: both; line-height: 0; margin: 0; padding: 0; }



