a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #a00;
	text-decoration: underline;
}

a.external {
	background: url(../images/external.png) no-repeat right center;
	white-space: nowrap;
	padding-right: 12px;	
}

fieldset {
	padding: 0;
	margin: 0 0 4ex 0;
	border: none;
}

h3 {
	color: #666;
	background: #fff;
	border-bottom: 1px solid #666;
	margin: 1ex 0 2ex 0;
	padding: 0 0 0.4ex 0;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}

textarea.input_medium {
	width: 100%;
	height: 12.8ex;
	line-height: 2ex;
	font-family: Arial, sans-serif;
	font-size: 1em;	
}

.keyValue {
	line-height: 3ex;
	margin-bottom: 1ex;
}

.keyValue:after {
	clear: both;
	display: block;
	content: " ";
}

.keyValue label {
	float: left;
	width: 160px;
	margin-right: 2em;
	text-align: right;
}

.keyValue div.value {
	float: left;
}

#content .keyValue div.value {
	width: 460px;
}

#contentLeft .keyValue div.value {
	width: 270px;
}


.systemMsg {
	border: 1px solid;
	padding: 1ex 1em;
}

.systemError {
	color: #a00;
	border-color: #a00;
}


ul.bulletList {
	margin: 0 0 1ex 1.5em;
	padding: 0;
	list-style-type: none;
}

ul.bulletList li {
	padding-left: 1.5em;
	background: url(../images/bullet_square.gif) no-repeat 0.2em 1.2ex;
}

#contentRight ul {
	margin: 0 0 1ex 0.5em;
	padding: 0;
	list-style-type: none;
}

#contentRight ul li {
	padding-left: 1.5em;
	background: url(../images/bullet_square.gif) no-repeat 0.2em 1.2ex;
}
