body, table, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mainContainer {
	padding: 10px;
	border: 2px solid #000;
	background-image: url('pics/header.gif');
	background-repeat: repeat-x;
	padding-top: 3px;
}

.box {
	padding: 3px;
	border: 1px solid #999;
	margin: 10px;
}

p {
	margin-top: 10px;
	margin-bottom: 5px;
}

a:Link {
	color: #000;
}

a:Visited {
	color: #000;
}

a:Hover {
	color: #DA0202;
}

.textTitle {
	font-size: 18px;
	font-weight: bold;
}

.textSubTitle {
	font-size: 16px;
	font-weight: bold;
}

.textSmall {
	font-size: 11px;
}

.textTiny {
	font-size: 10px;
	color: #999;
}

.bread {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin-top: 1px;
	margin-bottom: 12px;
}
.bread a:Link {
	color: #fff;
}
.bread a:Visited {
	color: #fff;
}
.bread a:Hover {
	color: #000;
}

.formInput {
	width: 98%;
}

.formInputSmall {
	width: 98%;
	font-size: 11px;
}

.formTable {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #f5f4f4;
	margin: 10px;
	width: 500px;
}

.line {
	border: none;
	border-top: 1px dashed #999;
}

.newstitel {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 20px;
}

.jlink {
	text-decoration: underline;
	color: #000066;
	cursor: pointer;
}
