.test {
    color: #ffffff;
    font-weight: bold;
}


body
{
	background-color: #ffffff;
    border-width: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333333;
}

.surround {
	padding: 0 0 0 0;
	border: 0;
/*	width: 1024; */
}

h1 {
	font-size: 1.5em;
	color: #004061;
    font-weight: bold;
	font-style: normal;
}

h2 {
    padding-top: 10;
	font-size: 0.9em;
    color: #004061;
	font-weight: bold;
	font-style: normal;
}


h3 {
	font-size: 0.8em;
    color: #004061;
	font-weight: bold;
	font-style: normal;
	line-height: 1.6em;
}

h4 {
	font-size: 0.7em;
    color: #004061;
	font-weight: bold;
	font-style: normal;
	line-height: 1.6em;
}


h5 {
	font-size: 0.6em;
    color: #004061;
	font-weight: bold;
	font-style: normal;
	line-height: 1.6em;
}

h6 {
    padding-top: 5;
	padding-bottom: 5;
	font-size: 0.9em;
    color: #004061;
	font-weight: bold;
	font-style: normal;
}

blockquote {
	font-size: 80%;
    color: #888888;
	margin-left: 20;
	margin-right: 20;
	font-style: italic;
}

p  {
	font-size: 0.7em;
	line-height: 1.3em;
	color: #000000;
}

p.footnote  {
	font-size: 0.6em;
	line-height: 1em;
	color: #000000;
}

p.tight{
	font-size: 0.7em;
	line-height: 1.3em;
	color: #000000;
}

li {
	font-size: 0.7em;
	line-height: 1.6em;
	color: #000000;
}

/* Standard links */
a:link  {
	font-weight: bold;
	color: #004061;
	text-decoration: underline;
}

a:visited  {
	font-weight: bold;
	color: #004061;
	text-decoration: underline;
}

a:active  {
	font-weight: bold;
	color: #004061;
	text-decoration: underline;
}

a:hover  {
	font-weight: bold;
	color: #e32390;
	text-decoration: underline;
}


/* Link style for the top menu */
A.topmenuitem:link {
    color: #888888;
    TEXT-DECORATION: none;
}
A.topmenuitem:visited {
    color: #888888;
    TEXT-DECORATION: none;
}
A.topmenuitem:active {
    color: #888888;
    TEXT-DECORATION: none;
}
A.topmenuitem:hover {
    color: #888888;
    TEXT-DECORATION: underline;
}

/* Click Here links */
A.click_here:link {
/*	color: #e31e22; */
/*  color: #f6851e; */
    color: #e32390;
    text-decoration: none;
}
A.click_here:visited {
    color: #e32390;
    text-decoration: none;
}
A.click_here:active {
    color: #e32390;
    text-decoration: none;
}
A.click_here:hover {
    color: #e32390;
    text-decoration: underline;
}

/* Click Here links */
A.news:link {
/*	color: #e31e22; */
/*  color: #f6851e; */
    color: #e31e26;
    text-decoration: none;
}
A.news:visited {
    color: #e31e23;
    text-decoration: none;
}
A.news:active {
    color: #e31e26;
    text-decoration: none;
}
A.news:hover {
    color: #e31e26;
    text-decoration: underline;
}

/* Home Page */
td.home_col_left {
	width: 48%;
	vertical-align: top;
	background-color: #EFF3F5;
}

td.home_col_mid {
	width: 48%;
	vertical-align: top;
}

/* Downtime Calculator */
td.calculator {
	font-size: 0.7em;
	line-height: 1em;
	color: #000000;
}

ul.calculator
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.calculator {
	font-size: 0.7em;
	line-height: 1em;
	margin-bottom: 0.5em;
	color: #000000;
}

input.calculator {
	font-size: 8pt;
	color: #000000;
	text-align: right;
}

.table_banner {
	font-size: 0.7em;
	font-weight: bold;
	color: #ffffff;
}

.footer 
{
	color: #888888;
	font-weight: bold;
	font-style: normal;
	font-size: 0.6em;
}

.topmenu 
{
	color: #888888;
	font-weight: bold;
	font-style: normal;
	font-size: 0.75em;
	text-align: right;
	padding-top: 15;
	padding-right: 15;
}

.messagetext
{
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #000000;
}

/* News Box */
td.nb_top {
	width: 296px;
	height: 50px;
	text-align: center;
	vertical-align: top;
	padding-top: 5;
    font-weight: bold;
	color: #ffffff;
}

td.nb_mid {
	width: 296px;
}

.nb_table {
	padding: 0 10 10 10;
	border: 0;
}

/* Division setting */

#footer a {
    color: #ffffff;
}


@media print {
	.surround {
		border: 1px solid #666666;
		width:100%;
	}

@media screen {
	.surround {
		border: 1px solid #666666;
		width:699px;
	}

@media print {
	#navigation {
		display:none;
	}
	#footer {
		display:none;
	}
	img {
		display:none;
	}
	table {
		width:100%;
	}
	#dotter {
		display:none;
	}
}

