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

body {
	
	font: 12px Verdana, Arial, sans-serif;	
	color: #000000;
}

p { 

	padding-bottom: 20px; 
	
}

a {
	color: #0B479D;
	text-decoration: none;
}

a:hover {

	text-decoration: underline;
}

h1 {

	font-size: 16px;
	color: #000;
	padding-bottom: 20px;
	margin: 0;
}

h2 {

	font-size: 14px;
	color: #000;
	padding-bottom: 20px;
	margin: 0;
}

.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;	
}