body {
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
    }

#header {
    background-color: #222;
    border-bottom: 2px solid #CCC;
	color: #FFF;
    }
	
a {
	text-decoration: underline;
}

a:link {
	color: #1C9DDE;
}

a:active {
	color: #CCC;
}

a:visited {
	color: #1C9DDE;
}

a:hover {
	color: #FFF;
	background: #1C9DDE;
}

#navbar {
border-bottom: 1px solid #CCC;
}

#content {
border-top: 2px solid #CCC;
border-bottom: 1px solid #CCC;
}

span.highlight {
	border-bottom: 1px solid #000;
}

table.listing td.headseparator {
	border-top: 1px solid #000;
}

table.listing td.endseparator {
	border-top: 1px solid #000;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px solid #DDDDD0;
}

div.separator {
	border-bottom: 1px solid #CCC;
}

#header h1 {
    font-family: Arial, Helvetica, sans-serif;
}
#main h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#main h3 {
    font-family: Arial, Helvetica, sans-serif;
}
#content h3 {
    font-family: Arial, Helvetica, sans-serif;
}
#content h4 {
    font-family: Arial, Helvetica, sans-serif;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #FFF;
	color: #000;
	border: 1px solid #666;
	padding: 0.2em;
    font-family: Arial, Helvetica, sans-serif;
}

input.button {
	background-color: #1C9DDE;
	border: 1px solid #1C9DDE;
	color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}

input.defaultButton {
	background-color: #1C9DDE;
	border: 1px solid #1C9DDE;
	color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
}

table.tocArticle td.tocTitle {
	width: 80%;
}

table.tocArticle td.tocGalleys {
	width: 20%;
}

#issues h4 {
    font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
}