/* layout
------------------------------------------------------ */
body {
	margin: 0px;
	padding: 0px;
	background-color: #014134;
}
#container {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#nav {
	font-size: 12px;
	font-weight: bold;
	background-color: #016B54;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}
#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFF99;
	text-decoration: none;
}
#nav a:hover {
	color: #FF9900;
	text-decoration: none;
}
#nav a:active {
	color: #FFFF00;
	text-decoration: none;
}
#content {
	background-image:  url("bg.gif");
	padding: 5px;
}
#footer {
}
#footer-sub {
	font-size: 11px;
	color: #eee;
	font-weight: normal;
	padding: 6px;
}
#footer-sub a:link, #footer-sub a:visited {color: #fff;}
#footer-sub a:hover, #footer-sub a:active {color: #fff;}

/* text
------------------------------------------------------ */
h1 {
	font-size: 1.3em;
	color: #006D4B;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	color: #6C1300;
}
h3 {
	font-size: 16px;
}
/* link
------------------------------------------------------ */
a img {border:0}
a:link {
	color: #016B54;
	text-decoration: underline;
}
a:visited {
	color: #016B54;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FFCC00;
	text-decoration: none;
}
.pic-link img {
	border: 1px solid #016B54;
}
.pic-link img:hover {
	border: 1px solid #FFFF00;
}
/* text
------------------------------------------------------ */
*,body,html,p,h1,h2,h3,h4,h5,h6,li,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p,li,ol,div,td,th {
	font-weight: bold;
	font-size: 13px;
}
.pic-border {
	border: 1px solid #000000;
}
.table-1 {
	background-color: #FFFFFF;
	color: #666666;
	border: 1px solid #333333;
	filter: Alpha(Opacity=50);
}

th {
	background-color: #F8EC00;
	text-align: left;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003E2C;
	border-right-color: #003E2C;
	border-bottom-color: #003E2C;
	border-left-color: #003E2C;
}
.table-inner {
	border: 1px solid #FFFFFF;
	font-size: 11px;
	background-color: #EAEAEA;
	color: #000000;
	font-weight: normal;
}
.table-inner th {
	background-color: #004631;
	text-align: left;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003E2C;
	border-right-color: #003E2C;
	border-bottom-color: #003E2C;
	border-left-color: #003E2C;
}
.bigger {
	font-size: 140%;
}
.small {
	font-size: 12px;
	font-weight: normal;
}
.highlight {
	color: #990000;
}
.highlight-bigger {
	color: #990000;
	font-size: 130%;
}

table.jspa td {
	vertical-align:top;
	padding: 10px 10px 10px 10px;
	text-align: center;
}


