@media screen {

BODY {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	margin-top: 10px;
	color: #2F4F4F;
	background-color: #fff;
}

h1 {color: #5F9EA0;
font: normal 3em 'Century Gothic','Avant Garde Book BT';
}

.century {
	font-family: 'Century Gothic','Avant Garde Book BT';
	line-height: 1.2em;
}

td.topnav {font: bold .7em 'century gothic','Avant Garde Book BT',verdana,geneva;
	color: #708090;
	vertical-align:middle; 
}

span.div {font-size:10px; font-weight:normal; vertical-align:middle; color:silver; text-align:center; margin: 0px 3px 0px 3px;}

span.h {
	display: none;
	visibility: hidden;
	font-size: 1px;
	color: transparent;
}

b,span.bold {
	font-weight: bold;
}

.smaller{
	font-size: smaller;
	color: gray;
}

.larger{
	font-size: larger;
}

sup {
	font-size: smaller;
}

.mv { font: normal x-small verdana,geneva }
.mvf { font: 11px verdana,geneva }
.xs { font: xx-small verdana,geneva}
.arial { font-family:arial,helvetica,sans-serif}
.arial7 { font: .7em arial,helvetica,sans-serif}
.arialbig { font: bold medium arial,helvetica,sans-serif}
.arial8 { font: normal 8pt arial,helvetica,sans-serif}

.mini {
	font-family: 'mini 7', mini, verdana, geneva;
	font-size: 10px;
	font-weight: normal;
	color: #333;
}

 acronym {
 	border-bottom: dotted 1px mediumblue;
 	cursor: help;
 }

.nowrap{
	white-space: nowrap;
} 

div.line{
	background: transparent url(/img/dot_h.gif) repeat-x;
	padding:0px;
	width: 700px;
	height: 1px;
	text-align:center;
}

td.pad0{
	padding:0px;
}

td.left {
	text-align: right;
	padding-left: 20px;
}

td.right {
	text-align: left;
	padding-right: 20px;
}
table.main {
	width: 890px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
}

td.content {
	width:auto;
	padding-left:10px;
	padding-right:10px;
	background-color: #3ebde3;
}

table.bottom{
	font: .7em 'century gothic','Avant Garde Book BT',verdana,geneva;
	color: #708090;
}
.txt {font-size: x-small;}
a.txt:link { color: #fc4f04; text-decoration:underline;}
a.txt:visited { color: #fc4f04; text-decoration:underline;}
a.txt:hover { color: #3ebde3; text-decoration:underline;}
a.txt:active 	{ color: #ffe401; text-decoration:none;}

a.white:link { color: #fff; text-decoration:underline;}
a.white:visited { color: #fff; text-decoration:underline;}
a.white:hover { color: #ffe401; text-decoration:underline;}
a.white:active 	{ color: #fc4f04; text-decoration:none;}

a.topnav:link { 
	color: #708090;
	text-decoration: none;
}
a.topnav:visited {
	color: #708090;
	text-decoration: none;
}
a.topnav:hover {
	color: #3ebde3;
	text-decoration: none;
}
a.topnav:active {
	color: #fc4f04;
	text-decoration: none;
}


a:link { color: #5F9EA0; text-decoration: underline;}
a:visited { color: #5F9EA0; text-decoration: underline;}
a:hover { color: #008B8B; text-decoration: underline; }
a:active { color: #cc0000; text-decoration: underline; }



}

@media print {
	color: #000;
	font-family: 'Times New Roman','times new',serif;
	font-size: 1em;
	background-color: #fff;
}