@charset "UTF-8";
/* CSS Document */

html * { margin: 0; }

body {
	background-color: #FFFFFF;
	font: 12px Arial, Verdana, sans-serif;
	color: #454545;
	margin: 10px;
	
}

p {
	
	margin-bottom: 10px;	
}

h1, h2 {
	
	font-family: 'Josefin Sans Std Light', arial, serif;	
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

h1 {

	font-size: 22px;
	color: #454545;
	margin-bottom: 12px;
	font-weight: normal;
}

h2 {

	font-size: 18px;
	color: #454545;
	margin-bottom: 12px;
	font-weight: normal;
}

h3 {

	font-size: 14px;
	color: #454545;
	font-weight: normal;
	margin-bottom: 12px;
}

.fontSize1 {
	
	font-size: 8px;	
}

.fontSize2 {
	font-size: 10px;	
}

.fontSize3 {
	
	font-size: 12px;	
}

.fontSize4 {
	
	font-size: 14px;	
}


.fontSize5 {
	
	font-size: 16px;	
}


.fontSize6 {
	
	font-size: 18px;	
}

.fontSize7 {
	
	font-size: 20px;	
}


.fontSize8 {
	
	font-size: 22px;	
}


.fontSize9 {
	
	font-size: 24px;	
}

.fontSize10 {
	
	font-size: 26px;	
}

.fontSize11 {
	
	font-size: 28px;	
}

.formError {
	
	font-size: 10px;
	color: #900;
	font-weight: bold;
}

.gallery {
	
	
}

.imagebordered {

	padding: 18px;
	background-color: white;
	border: 2px solid black;

}
