p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-style: none;
	padding-bottom: 5px;
}

p.centered {
	text-align: center;
	align: center;
}

p.twoColumns {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-style: none;
	padding-bottom: 5px;

     -moz-column-count: 2;
/*     -moz-column-width: 20%;*/
     -moz-column-gap: 3%;
     -moz-column-rule: 1px solid #ff0000;
}

p.twoColumnsCentered {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-style: none;
	padding-bottom: 5px;

     -moz-column-count: 2;
/*     -moz-column-width: 20%;*/
     -moz-column-gap: 3%;
     -moz-column-rule: 1px solid #ff0000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-style: none;
	padding-bottom: 5px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom-style: none;
	padding-bottom: 5px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin-top: 0px;
	border-bottom-style: none;
	padding-bottom: 5px;
}

span.initialLetter {
	font-size: 24px;
	line-height: 0px;
}

span.bold {
	font-weight: bold;
}

span.big {
	font-weight: bold;
	font-size: 18px;
}

img.smallPicFloatLeft {
	float: left;
	margin-right: 5px;
}

img.smallPicFloatRight {
	float: right;
	margin-left: 5px;
}

/* Links */
a {
	color: #5E2828;
	font-weight:bold;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
	color: #C11919;
	text-decoration: underline;
}

a:active {
}


fieldset {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	padding:1px;
#	text-align:center;
	border: 0;
}
  
  
label {
	float:left;
	width:40%;
	margin-right:0.9em;
	padding-top:0.1em;
	text-align:right;
	font-weight:bold;
	display: block	
}

.csc-mailform-submit {
	margin-left:310px;
	margin-top:20px;
}