/* ----- Initial Declarations ----- */
@import url(initial.css);
body {color:#000000; font-family:Georgia, "Times New Roman", Times, serif; background:#ffffff; margin:5px;}
a {color:#0000aa;}
a:hover {color:#aa00aa;}
h1 {text-align:center; margin-bottom:0em;}
img {display:block;}

.clear {clear:both; height:0px;}
.center {text-align:center;}
.error {font-size:8pt; color:#ff0000;}
.small {font-size:8pt;}

/* ----- Page Structure ----- */
#container {margin:0 auto; width:800px; overflow:hidden;}
