body, td, lu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
body {
	background-color: #0066CC;
}
td.content {
	background-color: #FFFFFF;
	padding: 6px;
}
table.content {
	border: 1px solid #000066;
}
.small {
	font-size: 80%;
}

.top-nav-1-img {
	background-color: #003399;
}

td.left-nav  {
	background-color: #000099;
	color: #ffffff;
}
th.left-nav  {
	background-color: #000099;
	color: #ffffff;
	font-weight:bold;
	text-align:left;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size:100%;
}

a.left-nav, a.left-nav:visited {
	color: #ffffff;
	text-decoration:none;
}
a.left-nav:hover {
	color: #ffcc00;
}
a.left-nav:active {
	color: #ffff00;
}

.top-nav-1-name {
	background-color: #003399;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	text-indent: 6pt;
	vertical-align: middle;
	height: 100px;
}

.top-nav-1, .top-nav-1-on, .top-nav-1:visited, .top-nav-1-on:visited {
	background-color: #003399;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: bottom;
	text-decoration:none;
}
.top-nav-1-on, .top-nav-1-on:visited, .top-nav-1-on:hover, .top-nav-1:hover {
	color: #FFCC00;
}
.top-nav-1:active, .top-nav-1-on:active {
	color: #FFFF00;
}

.top-nav-2, a.top-nav-2:visited  {
	font-weight: bold;
	color: #000066;
	background-color: #ddddff;
	text-decoration:none;
	}

a.top-nav-2:hover, .top-nav-2:active  {
	color: #0000ff;
}

td.top-nav-2, td.top-nav-2-on { 
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	padding:2px;
	text-align:center;
	vertical-align: bottom;
}

.top-nav-2-on, .top-nav-2-on:visited {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066FF;
	text-decoration:none;
}

a.top-nav-2-on:hover {
	color: #ffcc99;
}

a.top-nav-2-on:active{
	color: #ffff66;
}

  .top-nav-2,         .top-nav-2-on, 
  .top-nav-2:visited, .top-nav-2-on:visited, 
  .top-nav-2:hover,   .top-nav-2-on:hover, 
  .top-nav-2:active,  .top-nav-2-on:active,
  .top-nav-2:link,    .top-nav-2-on:link  {
     font-size: 85%;
     font-weight: bold;
  }
ul li {
	list-style-type: square; 
	list-style-image: url(../images/ico_yy.gif);
}
h1, h2, h3, h4, h5, h6, th {
	color: #0066FF;
}
h1 {
	font-size:150%;
}
h2 {
	font-size:135%;
}

h3 {
	font-size:120%;
}

h4 {
	font-size:105%;
}
h5, h6 {
	font-size:100%;
}

a, a:active, a:visited, a:hover {
	font-weight:bold;
	color: #0033CC;
}

a:active {
	color: #00ccCC;
}

a:hover{
	color: #0066CC;
}

tr {
	vertical-align: top;
}
.required {
	font-weight: bold;
	color: #ff0000;
	font-size:120%;
}
.underline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666666;
}
.light-outline {
	border: 1px solid #cccccc;
}
.light-underline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
}
.alphaLink {
	list-style-type: lower-alpha;
}
