.contentHeader {
	font-family: Georgia;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 20px;
}
.contentSubHeader {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 20px;
}
.contentParagraphNoIndent {
	font-family: Georgia;
	font-size: 18px;
	padding-top: 0px;
	margin-top: 10px;
	text-align: justify;
	text-indent: 0.0pt;
}

.contentText {
	font-family: Georgia;
	font-size: 18px;
}
.contentSmallText {
	font-family: Georgia;
	font-size: 14px;
}
.contentMediumText {
	font-family: Georgia;
	font-size: 16px;
}
.contentGrayedText {
	color: #777777;
}
div.bordered {
	border: 1px dotted #aaaaaa;
	padding: 5px;
}
.contentImageLink {
	text-decoration: none;
	border: 0px;
}
.contentImageLink:visited {
	text-decoration: none;
	border: 0px;
}
.contentImageLink:hover {
	text-decoration: none;
	border: 0px;
}
.contentAccent {
	border: 1px dashed #aaaaaa; 
	color: #883333;
	padding: 1px;
}


.contentLink {
	font-family: Georgia;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px dashed #aaaaaa;
	color: blue;
}
.contentLink:hover {
	font-family: Georgia;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px solid blue;
	color: blue;
}

.contentSmallLink {
	font-family: Georgia;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px dashed #aaaaaa;
	color: blue;
}
.contentSmallLink:hover {
	font-family: Georgia;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid blue;
	color: blue;
}


.contentMediumLink {
	font-family: Georgia;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px dashed #aaaaaa;
	color: blue;
}
.contentMediumLink:hover {
	font-family: Georgia;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px solid blue;
	color: blue;
}




.contentEditFieldAccepted {
	font-family: Georgia;
	font-size: 16px;
	width: 200px;
	background-color: white;

	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
}

.contentEditFieldRejected {
	font-family: Georgia;
	font-size: 16px;
	width: 200px;
	background-color: #ffeeee;

	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
}

.contentEditFieldDefault {
	font-family: Georgia;
	font-size: 16px;
	width: 200px;
	background-color: white;

	border-style: solid;
	border-color: #aaaaaa;
	border-width: 1px;
}


.contentICQLink {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #227722;
}
