
/* general */

html, body {
    margin:20px 0px; padding:0px;
	text-align:center;
	font:11px verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:white;
}

#content {
	width:700px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
}

#headerbar	{ height:1px; margin:0; padding:0; overflow:hidden; background-color:#03345F;}

a, span.selected {
	color:#09c;
	text-decoration:none;
	font-weight:600;
}
a:link {color:#09c;}
a:visited {color:#09c;}
a:hover {text-decoration:underline;}

span.selected {color:#333;}

p { line-height:1.8; margin:0 0 1em; }

h1, h2, h3, h4, h5 { margin: 0; font-weight: bold; }
h1                 { font-size: 12px; color: #555; }
h2, h3             { font-size: 11px; color: #09c;  }
h3, h4             {text-align: center;}
h4                 { font-size: 12px; color: #333; }
h5                 { font-size: 9px; color: #666; font-weight: normal; text-align: center; }
h6                 { font-size: 9px; color: #666; font-weight: normal; text-align: right; margin:0; }
p                  { font-weight: normal; }
img                { border: 0; }
em                 { color:#09c; font-weight:bold; }

img.right { float:right; padding:0 0 0 10px; }
img.left { float:left; padding:0 10px 0 0; }


