/* news */
body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.border_round {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
p {
	font-size: 14px;
	padding-bottom: 3px;
}
.tit {
	font-size:95%;
}
a:link {
	color: #339;
}

a:visited {
	color: #909;
}
h1{
	background-color: #fff;
	color: #339;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    margin: 10 0 5 0;
	padding: 0;
}
h1 {
    font-size: 18px;
}
ul, ol, dl {
	font-size: 12pxem;
}
ol.decimal {
  list-style-type: decimal;
}
ol.lower-roman {
  list-style-type: lower-roman;
}
ol.upper-roman {
  list-style-type: upper-roman;
}
ol.lower-alpha, ol.lower-latin {
  list-style-type: lower-alpha;
}
ol.upper-alpha, ol.upper-latin {
  list-style-type: upper-alpha;
}
ul.disc {
  list-style-type: disc;
}
ul.circle {
  list-style-type: circle;
}
ul.square {
  list-style-type: square;
}
h1, h2, h3, h4, h5, h6 {
	background-color: #fff;
	color: #339;
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    margin: 10 0 5 0;
	padding: 0px;
}
/* Highlighted content boxes */
.highlight-header {
    background: #36c;
    color: #fff;
    font-size: 14px;
	font-weight: bold;
    margin: 0;
    padding: 0;
	padding-left: 3;
	border-bottom: 1px solid #36c;
}
.highlight-body {
	background-color: #fff;
	color: #000;
	font-size: 14px;
	padding: 3 3 3;
}

.highlight-body ul {
	background-color: #fff;
	color: #000;
	margin-top: 3px;
	list-style-image: url(/2007/blue_arrow.gif);
}

.highlight-body li {
	margin: 0;
	border: 0;
	padding-top: 3px;
}

.highlight-body a:link {
    color: #339;
}

.highlight-body a:hover {
    text-decoration: none;
}

/* FOOTER STYLES */
#section-nav-footer {
	background-color: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
}
#excerpt {
	background-color: #fff;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	padding-left: 5px;
	border: 0px none #CCCCCC;
}
