/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	padding:0; margin:0; border:0;
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	text-align:left; color:#333333;
	line-height:1.5em;
	font-size:0.75em;
	background:url(/creo_files/css_themes/default/theme_images/bgnd.gif) top left repeat-x;
}

img, object, embed { padding:0; border:0; vertical-align:top; }

hr { border:none; border-top:1px solid #CCCCCC; }
div.hr { border-top:1px solid #CCCCCC; margin:10px 0; }
div.hr hr { display:none; }

/******* hyperlink and anchor tag styles *******/
a { color:#000000; text-decoration:none; }
a:hover { color:#666666; }

/************** header tag styles **************/
h1 { font-size:2em; line-height:1.2em; }
h2 { font-size:1.8em; line-height:1.2em; }
h3 { font-size:1.6em; line-height:1.2em; }
h4 { font-size:1.4em; line-height:1.2em; }
h5 { font-size:1.2em; }
h6 { font-size:1em; }

h1, h2, h3, h4, h5, h6 { padding:0; margin:0 0 0.5em 0; font-weight:normal; color:#000000; }

acronym { cursor:help; border:0px; border-bottom:1px dashed black; }

table { font-size:1em; }
p { margin:0; padding:0 0 1em 0; }
