			body {
				background: #000;
				margin: 0px;
				padding: 0px;
				font-size: 11px;
				font-family: arial, tahoma, sans-serif;
				color: #919191;
			}

			.layout {
				margin: 0px auto;
				padding: 0px;
				width: 982px;
			}

			a:link, a:visited, a:active {
				text-decoration: none;
				color: #016187;
			} 

			a:hover {
				text-decoration: underline;
				color: #016187;
			}

			.tophead {
				background: url(images/tophead.png);								
				width: auto;			
				height: 116px;		
			}

			.tophead2 {
				background: url(images/tophead2.png);								
				width: auto;			
				height: 89px;		
			}

			.tophead3 {
				background: url(images/tophead3.png);								
				width: auto;			
				height: 88px;		
			}

			.tophead4 {			
				width: auto;			
				height: 100px;		
			}

			.navi {					
				width: auto;			
				height: 41px;
			}

			.headerend {
				background: url(images/headerend.png);								
				width: auto;			
				height: 28px;		
			}

			.sidebar {	
				width: 273px;			
				float: left;
				margin: 0 0 0 26px;
			}

			.sidebarbox {
				background-color: #d5d5d5;
				padding: 4px;
				margin-bottom: 20px;
				border-left: 1px solid #E4E4E4;
				border-right: 1px solid #E4E4E4;
				border-bottom: 1px solid #E4E4E4;
				text-align: justify
			}

			.sidehead {
				font-size: 12px;
				background-color: #29373c;
				font-family: arial;
				height: 14px;
				color: #FFF;
				text-align: left;
				letter-spacing: 0px;
				margin-bottom: 3px;
				padding: 6px;
				text-transform: uppercase;
				font-weight: bold;
			}

			.content {
				width: 525px;			
				float: left;
				margin: 0 0 0 88px;
			}

			.contenthead {
				font-size: 12px;
				background-color: #29373c;
				font-family: arial;
				height: 14px;
				color: #FFF;
				text-align: left;
				letter-spacing: 0px;
				margin-bottom: 3px;
				padding: 6px;
				text-transform: uppercase;
				font-weight: bold;
			}

			.contentbox {
				background-color: #ebebeb;
				padding: 4px;
				margin-bottom: 20px;
				border-left: 1px solid #E4E4E4;
				border-right: 1px solid #E4E4E4;
				border-bottom: 1px solid #E4E4E4;
				text-align: justify
			}

			.footer {
				background: #000;
				color: #555555;
				text-transform: uppercase;
				padding-bottom: 15px;
				text-align: center;
				width: auto;
				clear: both;
			}

fieldset {
	border: 0;
	margin: 0;
}
input, select, textarea {
	font: inherit;
}

form#linkform label, form#linkform span.label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
form#linkform input, form#linkform select, form#linkform textarea, form#linkform span.button {
	display: block;
	float: left;
	width: 250px;
	margin-bottom: 5px;
}
form#linkform textarea {
	height: 80px;
}
form#linkform input.button {
	clear: both;
	margin: 10px 0 0 150px;
	width: 80px;
}

h2 {
	font-size: 12px;
	font-family: arial, tahoma, sans-serif;
	color: #919191;
        font-weight: bold;
border-bottom: 1px dashed #919191;
}

	table {
		width: 100%;
		border-collapse: collapse;
	}
		table tr.linkeven {
			background-color: #efefef;
		}
		table tr.linkodd {
			background-color: #fff;
		}
		table tr.pending {
			background-color: #CFE1EF;
			font-weight: bold;
		}
			table td, table th {
				padding: 3px;
				border: 1px solid #ccc;
			}
		
		table img {
		vertical-align: middle;
		}

.updatemeta {
	margin-top: -1em;
	font-size: .9em;
	color: #666;
        text-align: right;
}

.red { color: #f00; }

.center { text-align: center; }
.right { text-align: right; }

