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

/* FORMATTING */

body {
background-color: #FFF;	
}
		
/* Text */

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	font-weight: normal;
}
.center {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	font-weight: normal;
	text-align: center;
}
.justify {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	font-weight: normal;
	text-align:justify;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: right;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}

a:link {
	color: #369;
	text-decoration: none;
}
a:visited {
	color: #369;
	text-decoration: none;
}
a:hover {
	color: #39C;
	text-decoration: none;
}
a:active {
	color: #369;
	text-decoration: none;
}
