body {
	font-family: 'Georgia', 'Times New Roman', 'Times', serif;
	font-size: 11px;
	color: #000;
	
	
}

A {
	color: #cc0000;
	text-decoration: none;
}
	A:hover {
		text-decoration: underline;
	}
	A img {
		cursor: default;
		border: 0;
	}

p {
	margin: 0 0 5px 0;
	padding: 0;
}

h1,h2,h3 {
	margin: 0 0 8px 0;
	font-size: 18px;
	
	color: #666;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}


.index {
	
}

	.index .item {
		margin: 0 0 20px 0;
	}
		.index .item h2 {
			margin: 0 0 0 0;
			font-size: 18px;
		}
			.index .item h2 A {
				text-decoration: none;
				color: #666;
			}
			.index .item h2 A:hover {
				color: #cc0000;
			}
			
		.index .item .date {
			font-style: italic;
			color: #666;
		}
		.index .item .text {
			margin: 5px 0 0 0;
			line-height: 14px;
		}
		.index .more {
			display: none;
		}
		
		

#SideLeft .index {
	margin: 10px;
}
	#SideLeft .index .item {
	}
		#SideLeft .index h2 {
			font-size: 12px;
		}

#SideRight .index {
	margin: 10px;
}
		#SideRight .index h2 {
			font-size: 12px;
		}

#SideLeft h1,
#SideRight h1
{
	margin: -7px -7px 3px -7px;
	padding: 8px 8px;
	
	font-size: 11px;
	color: #cc0000;
	
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}


#Login {
	margin: 10px;
}
	#Login h1 {
		margin: 0 0 5px 0;
		padding: 0;
		
		color: #999;
		font-weight: bold;
		
		border: 0;
	}
	
	#Login label {
		margin: 0 0 0 0;
		display: block;
		color: #999;
	}
	#Login input {
		margin: 2px 0 8px 0;
		padding: 4px 4px;
		
		font-family: tahoma;
		font-size: 11px;
		
		width: 210px;
	
		border: 1px solid #999;
	}
	#Login .btn {
	}
		#Login .btn input {
			width: auto;
			
			padding: 3px 7px;
			
			color: #FFF;
			
			background: #555;
			border: 0;
		}
	#Login .forgot {
		margin: -25px 0 25px 0;
		text-align: right;
	}


#Logged {
	margin: -5px 10px 10px 10px;
	color: #999;
}
	#Logged .title {
		font-weight: bold;
	}
	#Logged .logout {
		text-align: right;
	}


.GoBack {
	text-align: right;
}
	.GoBack A {
		padding: 1px 15px 1px 0;
		
		font-size: 10px;
		font-weight: bold;
		
		background: right 2px url('../img/bullet.gif') no-repeat;
	}

table.staff {
	border-collapse: collapse;
	
	width: 100%;
	
	font-size: 11px;
}
	table.staff th {
		text-align: left;
		
		font-weight: normal;
		font-style: italic;
		
		vertical-align: bottom;
	}
	table.staff td {
		padding: 5px 0;
		vertical-align: top;
		
		background: #CCC;
	}
	table.staff tr.alt td {
		background: #FFF;
	}
	
	table.staff td.name {
		padding-left: 5px;
	}
	table.staff td.right {
		
	}

.form.txt {
	padding: 0 0 0 10px;
}
	.form.txt label {
		margin: 0 0 0 -10px;
		display: block;
	}
	.form.txt input,
	.form.txt textarea {
		margin: 0 0 8px -10px;
		padding: 4px 4px;
		
		font-family: tahoma;
		font-size: 11px;
		
		width: 100%;
	
		border: 1px solid #999;
	}

.form.btn {
	margin: 10px 0 0 0;
	text-align: right;
}
	.form.btn input {
		width: auto;
			
		padding: 3px 7px;
		
		font-family: tahoma;
		font-size: 11px;
		color: #FFF;
		
		background: #555;
		border: 0;
	}

.empl_info {
}
	.empl_info label {
		display: block;
		
		margin: 5px 0 2px 0;
		
		font-weight: bold;
	}

