@charset "utf-8";
/* CSS Document */

#message {
	border:#003399 1px solid;
	padding: 10px;
	background:#f2f6f9;
	text-align:left;
}

.message_title {
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}
.message_body {
	font-size:12px;
	font-style:normal;
}

.message_body_main {
	font-size:12px;
	font-style:italic;
}

.bold {
	font-weight:bold;
}
	
.txt16left {
	font-size:16px;
	text-align:left;
}
.txt16leftbold {
	font-size:16px;
	text-align:left;
	font-weight:bold;
}

.txt16center {
	font-size:16px;
	text-align:center;
}

.txt16right {
	font-size:16px;
	text-align:right;
}

.txt14left {
	font-size:14px;
	text-align:left;
}

.txt14center {
	font-size:14px;
	text-align:center;
}

ul.txt14 {
	font-size:14px;
	list-style:outside;
	padding-left:15px;
	text-align:left;
	margin-top:0;
	margin-left:-10px;
	margin-left:0 !important;
}

ul.txt16 {
	font-size:16px;
	list-style:outside;
	padding-left:15px;
	text-align:left;
	margin-top:0;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:normal;
	font-weight:600;
}

h1.header {
	text-align:right;
	margin-top:0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-style:normal;
	font-weight:600;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
	font-weight:600;
}
td.links {
	font-size:14px;
	vertical-align:top;
}

td.boldcolumn {
	font-size:14px;
	text-align:left;
	font-weight:bold;
}

td.normcolumn {
	font-size:14px;
	text-align:left;
}

a, a:visited {
	text-decoration:none;
	color:#339999;
	font-weight:bold;
}
a:hover {
	color:#33CCCC;
}

ul#footermenu {
	text-align:center;
	font-size:10px;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#footermenu li {
	display: inline;
	list-style-type: none;
}

#footermenu a { padding: 3px 5px; }

#footermenu a:link, #navlist a:visited {
	color: #339999;
	text-decoration: none;
}

#footermenu a:hover {
	color: #33CCCC;
	text-decoration: none;
}
.footnote {
 	font-size:10px;
	padding-top:10px;
}

#feedControl {
	width : 600px;
	padding : 10px;
}

.required {
	color:#990000;
	font-style:italic;
	font-size:12px;
}
