body {
	padding: 10px;
}

body, table, tr, td, th, input, select {
	font-family: Tahoma, Verdana, Arial;
	font-size: 13px;
	color: #333;
}
select {
	width: 200px;
}
p {margin: 10px 5px 5px 10px;}
table {
	margin: 5px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

td, tr.row0 td{
	background-color: #fff;
	vertical-align: top;
}
th, tr.row1 td{
	background-color: #f4f4f4;
}
th {
	font-weight: bold;
	color: #666;
	text-align: left;
}
tr.row0 td.bg, tr.row1 td.bg {
	width: 5px;
	background-color: #e0e0e0;
}



th.s0, td.s0 {width: 25px;}
th.amt, td.amt {width: 80px;}
th.s1, td.s1 {width: 50px;}
th.s2, td.s2 {width: 150px;}
th.s3, td.s3 {width: 300px;}
th.s4, td.s4 {width: 400px;}






















div#navigation {
color:#fff;
border-top:1px solid #333;
border-bottom:1px solid #333;
width:698px;
}

div#navigation ul {
width:698px;
font-family:Tahoma,"Trebuchet MS", sans-serif;
font-size:11px;
line-height:11px;
color:#000;
}

ul#submenu {
margin:0;
padding:5px 0;
background-color:#24568E;
list-style-type:none;
}

ul#submenu li {
display:inline;
margin:0;
padding:0;
}

ul#submenu li+li {
border-left:1px solid #ccc;
}

div#navigation li span {
color:#fff;
text-decoration:none;
padding:5px;
background-color:#202F66;
}

div#navigation a:link,
div#navigation a:visited,

div#navigation a:hover 
{
color:#fff;
text-decoration:none;
padding:5px;
background-color:#202F66;
}

div#navigation ul#submenu a:link,
div#navigation ul#submenu a:visited,
div#navigation ul#submenu a:hover 
{
font-weight:normal;
padding:0 5px;
background-color:#24568E;
}


div#navigation ul#submenu a:hover {
text-decoration:underline;

}

h1 {
	font: 24px/24px "Trebuchet MS", Tahoma, sans-serif;
	margin: 10px;
}

h2 {
	font: 16px/16px "Trebuchet MS", Tahoma, sans-serif;
	margin: 10px 10px 15px 10px;
	background-color: #f0f0f0;
	margin: 10px 0px;
	padding: 5px;
}






div#wrap {
	width: 698px;
	border: 1px solid #eee;
	background-color: #fff;
}



input.s0 {
	width: 50px;
}

input.big {
	width: 400px;
}

a, a:link, a:visited, a:active {
	color: #202F66;
	text-decoration: underline
}
a:hover {
	text-decoration: none;
}






td.right {
	text-align: right;
}
textarea.s2 {
	width: 350px;
	height: 80px;
}
textarea.post {
	width: 400px;
	height: 140px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;

}

th.center {
	text-align: center;
}

/*
input, textarea, select{
	border-width: 1px;
	border-style: solid;
	border-color: #666 #ccc #ccc #666;
	padding: 1px 2px;
}
input:hover, textarea:hover, select:hover, option:hover {
	background-color: #f4f4f4;
}
input.button {
	background-color: #threedface;
	border-style: groove;
	border-width: 1px;
	border-color: #
}
*/

div.post .entry {
	background-color: #f4f4f4;
	padding: 5px;
	margin: 10px 10px 20px 10px;
	border-top: 1px solid #369;
	border-left: 1px solid #369;
}
div.post .entry p {
	/*border-bottom: 1px solid #999;*/
}
