body { 
	margin : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #174c70;
	background-color : #ffffff;
}

ul {
	list-style : square;
}

ol {
	list-style : decimal;
}

td {
	font-size : 12px;
	color : #000000;
}

th {
	font-size : 13px;
	color : #005ca1;
}

.m {
	font-size : 14px;
}

.m_std {
	font-size : 12px;
}

.ms {
	font-size : 11px;
}

.s {
	font-size : 10px;
}

.ml {
	font-size : 16px;
}

.l {
	font-size : 18px;
}

a {
	font-weight : bold;
	color : #174c70;
	text-decoration : none;
}

a.title {
	font-weight : bold;
	color : #174c70;
	text-decoration : none;
}

a.nav {
	font-size : 12pt;
	font-weight : normal;
	color : #ffffff;
	text-decoration : none;
}

a.nav_slct {
	font-size : 12pt;
	font-weight : bolder;
	color : #005ca1;
	text-decoration : none;
}

a.rightnav {
	font-size : 10pt;
	font-weight : normal;
	color : #00923f;
	text-decoration : none;
}

a.rightnav_slct {
	font-size : 10pt;
	font-weight : bolder;
	color : #00923f;
	text-decoration : none;
}

a.topnav {
	font-size : 12pt;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}

a.topnav_slct {
	font-size : 12pt;
	font-weight : bolder;
	color : #ffffff;
	text-decoration : underline;
}

a.subnav {
	font-size : 10pt;
	font-weight : normal;
	font-style : italic;
	color : #ffffff;
	text-decoration : none;
}

a.subnav_slct {
	font-size : 10pt;
	font-weight : bolder;
	font-style : italic;
	color : #ffffff;
	text-decoration : none;
}

.image {
	border-width:4px;
	border-style: solid;
	border-color: #F0F0F0; 
}

.white {
	color : #ffffff;
}

.blue {
	color : #005ca1;
}

.black {
	color : #000000;
}

.gray {
	color : #dedede;
}

.iceblue {
	color : #75c5f0;
}

.x {
	color : #005ca1;
	font-weight : bold;
	font-size : 12px;
}

.highlight {
	background-color : #00ff00;
	color : #005ca1;
	font-weight : bold;
}

.nobr {
	white-space : nowrap;
}

