body {
    margin: 0;
    padding: 0;
    background-color: #eee;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}

.input_border {
	border: 1px;
	border-style: solid;
	border-color: #999;
}

ol.type1 li {
	list-style-type: square;
}

#container {
	position: absolute; 
	left: 50%; 
	top: 0; 
	width: 779px; 
	margin-left: -390px; 
	background-color: #FFF;
    padding: 0;
    border: solid 1px #369;
}

.bold {
	font-weight: bold;
}

table.head,
table.middle,
table.foot {
    font-size: 100%;  /* make IE look normal */
    width: 100%;
    border: 0px;
}

td.content {
    width: 100%;
    vertical-align: top;
    padding: 1em 0.5em 0.3em 0.5em;
}

td.head-logo {
    background-color: #FFFFFF;
    width: 120px;
    text-align: left;
}

td.head-info {
    background-color: #FFFFFF;
    height: 1px;
    padding-right: 0.5em;
    padding-bottom: 0.1em;
    text-align: right;
    vertical-align: top;
	padding-top: 5px;
    font-weight: bold;
    font-size: 75%;
	color: #000000;
}

td.head-nav {
    color: #336699;
    background-color: #EEEEEE;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding-left: 0.5em;
    text-align: left;
	font-size: 80%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.menuWhite {
    color: #FFFFFF;
    font-weight: normal;
}

a:link.menuWhite,
a:hover.menuWhite,
a:visited.menuWhite {
    text-decoration: none;
    color: #FFFFFF;
}

a:link.menuBlack,
a:visited.menuBlack {
    text-decoration: none;
    color: #336699;
	font-weight: bold;
}
a:hover.menuBlack {
    text-decoration: none;
    color: #999999;
	font-weight: bold;
}

td.sidebar_right {
    width: 149px;
    background-color: #CCCCCC;
    vertical-align: top;
    font-size: 90%;
    border-left: 1px solid #333333;
    padding: 1em 0.3em 0.3em 0.3em;
}

td.compact {
	font-size: 80%;
}

td.foot-bar {
    color: #336699;
    background-color: #EEEEEE;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding-left: 0.5em;
    text-align: left;
	font-size: 80%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

td.foot-copy {
    background-color: #CCCCCC;
    vertical-align: top;
    text-align: center;
    padding: 0.3em;
}

p.cell_note {
    margin-top: 0.3em;
    margin-bottom: 0.2em;
    font-weight: normal;
    font-size: 95%;
}

textarea {
    font-family: "andale mono", "monotype.com", "courier new", monospace;
}

textarea.small {
    font-size: 75%;
}

a:link {
    color: #336699;
}

a:visited {
    color: #336699;
}

a:hover {
    color: #0066CC;
	text-decoration: none;
}

th.headrow {
    text-align: left;
    border-bottom: 1px solid #000;
    white-space: nowrap;
}

th.others {
    color: #006600;
    text-align: left;
}

td.textcell {
    vertical-align: top;
    padding-left: 1.2em;
    padding-bottom: 1em;
}

td.textcell p {
    margin-top: 0em;
}

td.ulcell {
    vertical-align: top;
}

em {
    font-weight: bold;
    font-style: italic;
}

hr {
    border: 0px;
    height: 1px;
    background-color: #999;
}

code, pre, tt {
    font-family: "andale mono", "monotype.com", "courier new", courier, monospace;
    font-size: 90%;
}

h1 {
    font-size: 130%;
    font-weight: bold;
    color: #666666;
    margin-top: 0em;
}

h2 {
    font-size: 125%;
    font-weight: bold;
    color: #666666;
    border-bottom: 1px solid #000;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    color: #666666;
}

h4 {
    font-size: 100%;
    font-weight: bold;
    color: #666666;
}

small {
    font-size: 60%;
}

a.small {
    font-size: 75%;
    text-decoration: none;
}

.tableTitle {
    font-weight: bold;
}

.tableExtras {
    font-size: 85%;
    color: #FFFFFF;
}

.indent {
    margin-left: 20px;
}

hr.greyline {
    border-top: thin solid #CCCCCC;
    margin-top: 0px;
    margin-bottom: 0px;
}

.underline {
    text-decoration: underline;
}

.content {
	font-size: 90%;
}

.article_author {
	font-style: italic; font-size:10px;
}
