/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	text-align:left; color:#333333;
	line-height:1.4em;
	font-size:0.75em;
	background:#F2F2F1;
}

img, object, embed { padding:0; border:0; vertical-align:top; }

hr { margin:10px 0; border:none; background:url(/creo_files/css_themes/default/theme_images/blu-dash-hrz.gif) left top repeat-x; line-height:0; height:1px; font-size:0; }
div.hr { margin:10px 0; line-height:0; height:1px; font-size:0; background:url(/creo_files/css_themes/default/theme_images/blu-dash-hrz.gif) left top repeat-x; }
div.hr hr { display:none; }

/******* hyperlink and anchor tag styles *******/
a { color:#e41937; }
a:link { }
a:visited { }
a:hover { color:#E41937; }
a:active { }

/************** header tag styles **************/
h1 { font-size:1.4em; }
h2 { font-size:1.3em; }
h3 { font-size:1.2em; }
h4 { font-size:1.1em; }
h5 { font-size:1em; }
h6 { }

h1, h2, h3, h4, h5, h6 { padding:0; margin:0 0 0.5em 0; line-height:1.2em; color:#685A4B; }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

table { font-size:1em; }
table strong { color:#333333; }
p { margin:0; padding:0 0 1em 0; }

/* Default blue colours */
strong, b { color:#00AFDB; }

ul { list-style:none; margin-left:0; padding:0; }
ul li { margin:0 0 0.5em 0; padding:0 0 0 15px; background:url(/creo_files/css_themes/default/theme_images/blu-bullet.gif) 0 0.5em no-repeat; }