/* Main Layout */
html, body, #flashContainer { width: 100%; height: 100%; margin: 0; font-family:Arial, Helvetica, sans-serif; font-size:14px; }

/* default values for links */	
a:link 	  { color: #3c4b9f; }
a:visited { color: #3c4b9f; }
a:hover   { color: #f3773c; }
a:active  { color: #3c4b9f; }
