body {
	background: #fff;
	font-family: Tahoma;
	font-size: 10pt;
	padding: 10px 24px 8px 24px; 
	margin: 0;
	color: #000;
	line-height: 14pt;
}

#wrap {
	width: 800px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: normal;
	margin: 12px 0;
}

h1 {
    color: #333;
    font-size: 28px;
}

h2 {
    color: #B8B83D;
    font-size: 24px;
    font-weight: normal;
}

h3 {
    color: #C2C245;
    font-weight: normal;
    font-size: 20px;
}

h4 {
    color: #c2c245;
    font-weight: normal;
    font-size: 18px;
}

h5 {
    color: #666;
    font-size: 15px;
    font-weight: bold;
}

h6 {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}


p {
	margin: 10px 0;
}

ul, ol {
	margin: 10px 0 10px 24px; 
	padding: 0;
}

ul { list-style: disc outside none; }
ol { list-style: decimal outside none; }

li {
	margin: 0 0 0 10px;
	padding: 0;
}

a { color: #427BAD; }

a:hover { 
	color: #cc0000; 
	text-decoration: none;
}

blockquote {
	background: #f5f5ea;
	margin: 16px 0 16px 32px;
	padding: 8px 10px;
	border-left: 4px solid #e1e1c1;
}

pre {
	font-family: "Courier New", monospace;
	width: 100%;
	margin: 12px 0;
}

q {
	quotes: "\00AB" "\00BB"; /* setting quotes-characters */
	font-style: italic;
}

table {
    border: 1px solid #444;
    border-collapse: collapse;
    margin: 16px 0;
    padding: 0;
}

td, th {
    border: 1px solid #444;
    padding: 4px 5px;
    border-spacing: 0;
}

caption {
	caption-side: bottom; /* or 'top'. IE6 doesn't understand 
							 caption-side and set <caption> on 
							 top as default */
	font-style: italic;
}

del {
    color: #aa0000;
    text-decoration: line-through;
}

ins {
    text-decoration: underline;
}

sub, sup { font-size: 7pt; }

img { 
	margin: 4px;
	border: none;
}

address { 
	margin: 2px 0;
	padding: 0;
	font-style: normal;
	color: #666;
	font-size: 9pt;
}
